Create task
twenty_create_taskCreate a task. title is required. Twenty REST: POST /rest/tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Task body / description. | |
| dueAt | No | Due date/time (ISO 8601). | |
| extra | No | Passthrough object of additional/custom fields merged into the request body verbatim. | |
| title | Yes | The task title (required). | |
| status | No | Task status — e.g. TODO, IN_PROGRESS, DONE. | |
| assigneeId | No | Id of the workspace member assigned to the task. |