Create Basecamp Todo
basecamp_create_todoAdd a new task to a Basecamp todo list, setting due date, assignees, and notifications as needed.
Instructions
Create a new todo item in a todo list.
HTML rules for content:
Allowed tags: p, span, h2, h3, h4, br, strong, em, strike, code, a (with href attribute), pre, ol, ul, li, blockquote, mark, figure, figcaption, table, tbody, tr, th, td, div, bc-attachment.
Use for paragraphs. Use for empty line spacing between paragraphs.
Headings: use , , as appropriate.
Inline code: text. Preformatted blocks: text.
Ordered lists: .... Unordered: ....
Tables: Heading...Cell...
To mention people:
Single image:
Image gallery: wrap multiple in a .
Basecamp auto-enriches bc-attachment tags after saving (adds url, href, filename, content-type, etc.) — you never need to write those.
When you see an existing, already-enriched tag (e.g. from a previous list/get call), leave its inner HTML alone. Before any content_append/content_prepend/search_replace runs, it is automatically collapsed back to its minimal form (sgid, presentation, caption, and content-type for mentions) — you don't need to strip it yourself, and doing so manually is unnecessary and risks mismatched find strings.
Background highlights: ...
Text color highlights: ...
For both, N is 1 (yellow), 2 (amber), 3 (red), 4 (pink), 5 (purple), 6 (blue), 7 (teal), 8 (near-white), or 9 (light gray).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| due_on | No | Due date in YYYY-MM-DD format. Pass an empty string to leave the due date unset. | |
| notify | No | Whether to notify the assignees about this todo | |
| content | No | ||
| starts_on | No | Start date in YYYY-MM-DD format (for a date range; requires due_on). Pass an empty string to leave it unset. | |
| todolist_id | Yes | Basecamp resource identifier | |
| assignee_ids | No | Array of person IDs to assign to this todo |