create-task
Create new tasks in Sunsama with title, notes, due dates, time estimates, and stream assignments to organize your workflow.
Instructions
Create a new task with optional properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dueDate | No | Due date string (ISO format) | |
| notes | No | Additional task notes | |
| private | No | Whether the task is private | |
| snoozeUntil | No | Snooze until date string (ISO format) - the date the task is scheduled for | |
| streamIds | No | Array of stream IDs to associate with the task | |
| taskId | No | Custom task ID (auto-generated if not provided) | |
| text | Yes | Task title/description | |
| timeEstimate | No | Time estimate in minutes |