Create Task
Tasks
Create Task
Create a new task linked to a contact, deal, or event
POST
Create Task
Request
Body Parameters
Task title
Task description
Status (
open, in_progress, completed)Priority level (
low, medium, high)Task type
Due date (ISO 8601 or
YYYY-MM-DD)Assignee user ID
UUID of linked contact. Must belong to your workspace.
Human name — fuzzy-matched within your workspace and resolved to
contact_id.
On ambiguous matches, returns 400 ambiguous_reference with candidate UUIDs.Human name — fuzzy Company match.
UUID of linked deal.
UUID of linked event.
Optional ISO 8601 timestamp. Honored verbatim if within the last 5 years and not more than 24 h in the future; otherwise the server
now() is used. Never null.Headers
Response
Created task with
id, title, status, priority, due_date, assigned_to_user_id, contact_id, deal_id, event_id, created_date.Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Missing title — or no parent link (contact_id / deal_id / event_id) |
| 403 | insufficient_permissions | Missing activities:write permission |