Create Basecamp Todo
basecamp_create_todoCreate a new todo item in a Basecamp todo list with title, content, assignees, due dates, and notification options.
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.
To consume less tokens, existing tags can be rewritten keeping only: sgid, presentation, caption. For mentions also keep content-type="application/vnd.basecamp.mention". Drop everything else including inner HTML.
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 |
|---|---|---|---|
| todolist_id | Yes | Basecamp resource identifier | |
| title | Yes | ||
| content | No | ||
| assignee_ids | No | Array of person IDs to assign to this todo | |
| due_on | No | Due date in YYYY-MM-DD format. Pass an empty string to leave the due date unset. | |
| 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. | |
| notify | No | Whether to notify the assignees about this todo |