create_comment
Post a comment on a Basecamp 2 todo or todo list to share updates, with optional file attachments and subscriber notifications.
Instructions
Create a comment on a todo or todo list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Whether to comment on a todo or todolist | |
| content | Yes | The comment text | |
| project_id | Yes | The project ID | |
| attachments | No | Files to attach, as { token, name } objects (token from upload_attachment) | |
| resource_id | Yes | The ID of the todo or todolist | |
| subscribers | No | Person IDs to notify about this comment |