basecamp_create_card
Create a new card in a specified Basecamp column. Optionally set due date, content, assignees, and include attachments.
Instructions
Create a new card in a specific column. Can include attachments by providing attachment_sgids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Card title | |
| due_on | No | Due date in YYYY-MM-DD format | |
| content | No | Card description/content (supports HTML) | |
| column_id | Yes | Column ID where the card will be created | |
| project_id | Yes | Project ID | |
| assignee_ids | No | Array of person IDs to assign | |
| attachment_sgids | No | Array of attachment SGIDs to embed in the card content (from basecamp_upload_attachment) |