create_todo
Add a new todo item to a Basecamp 2 todo list by providing project ID, list ID, and content; optionally set due date, assignee, or attachments.
Instructions
Create a new todo item in a todo list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_at | No | Due date in ISO 8601 format (YYYY-MM-DD) | |
| content | Yes | The todo text | |
| project_id | Yes | The project ID | |
| assignee_id | No | Person ID to assign the todo to | |
| attachments | No | Files to attach, as { token, name } objects (token from upload_attachment) | |
| todolist_id | Yes | The todo list ID |