create_todo_item
Create a new to-do item in a Basecamp Classic to-do list, optionally assigning a responsible person, setting a due date, and enabling notifications.
Instructions
Create a new to-do item in a to-do list.
Args: todo_list_id: The numeric to-do list ID. content: The text of the to-do item. responsible_party_id: Optional person ID to assign the item to. due_at: Optional due date in YYYY-MM-DD format. notify: Whether to notify the assigned person.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_at | No | ||
| notify | No | ||
| content | Yes | ||
| todo_list_id | Yes | ||
| responsible_party_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||