add_comment
Post a comment on an item's thread to keep collaborators informed. Mention users to notify them and attach already-uploaded files for context.
Instructions
Post a comment on an item's thread. To notify people, pass their user ids in mentionedUserIds (each also appears as an @mention). attachmentIds references already-uploaded files. Needs projectId and itemId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Item (row) id | |
| content | Yes | The comment text | |
| projectId | Yes | Project id (from list_projects / create_project) | |
| attachmentIds | No | Ids of already-uploaded attachments to link | |
| mentionedUserIds | No | User ids to @mention and notify |