create_todo
Create a new todo item in a Basecamp 2 todo list by providing project, list, content, and optional due date or assignee.
Instructions
Create a new todo item in a todo list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_on | No | Due date in YYYY-MM-DD format (optional) | |
| content | Yes | The text content of the todo | |
| project_id | Yes | The project ID | |
| assignee_id | No | Person ID to assign this todo to (optional) | |
| todolist_id | Yes | The todo list ID |