create_task
Add a new task or deliverable to a client project. Specify task details, assignees, due dates, and subtasks.
Instructions
Create a new task/deliverable in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the task | |
| tasks | No | Array of subtask names to create under this task | |
| status | No | Task status - must match exactly a status in your kanban if provided | |
| dueDate | No | Task due date (YYYY-MM-DD format) | |
| priority | No | Numeric priority for sorting in kanban | |
| startDate | No | Task start date (YYYY-MM-DD format) | |
| assignedTo | No | Email addresses of users in the workspace to assign this task to | |
| clientName | Yes | Exact match of a client record in your CRM | |
| description | No | Task description | |
| projectName | Yes | Exact name of the project owned by the client to add this task to | |
| customValues | No | Map of custom fields. Keys must match exactly the fields specified in your project settings custom fields setup |