add-comments
Add multiple comments to Todoist tasks or projects by specifying task or project IDs.
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. |