Post Comment to Task
worksection_post_commentAdd comments to Worksection tasks, including text and optional checklists, to facilitate task communication and updates.
Instructions
Add a comment to a Worksection task.
Args:
id_task (string, required): Task ID to comment on
text (string, required): Comment text content
todo (string, optional): Checklist items, one per line (creates checkboxes in the comment)
email_user_from (string, optional): Email of the comment author (defaults to API key owner)
Returns: Created comment data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_task | Yes | Task ID to comment on | |
| text | Yes | Comment text | |
| todo | No | Checklist items, one per line | |
| email_user_from | No | Comment author email |