todoist_create_comment
Add comments to Todoist tasks or projects with optional categorization tags and file attachments to provide context, notes, or updates.
Instructions
Create a comment on a task or project with optional prefix tags
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Comment content (supports markdown) | |
| task_id | No | Task ID (required if no project_id) | |
| project_id | No | Project ID (required if no task_id) | |
| prefix | No | Optional prefix tag for categorization | |
| attachment | No | File attachment metadata |