add-comments
Add multiple comments to Todoist tasks or projects. Provide task or project IDs and content for each comment.
Instructions
Add multiple comments to tasks or projects. 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. |