add-comments
Add comments to tasks or projects in Todoist, with optional collaborator notifications. Specify task or project ID for each comment.
Instructions
Add multiple comments to tasks or projects, optionally notifying collaborators. Each comment must specify either taskId or projectId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comments | Yes | The array of comments to add. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comments | Yes | The created comments. | |
| totalCount | Yes | The total number of comments created. | |
| addedCommentIds | Yes | The IDs of the added comments. |