TaskCreate event to all configured webhook endpoints. Use this event to mirror tasks in external project management tools, assign follow-ups in a help desk, or trigger reminder workflows.
Payload
| Field | Type | Description |
|---|---|---|
type | string | Always "TaskCreate" |
locationId | string | Sub-account ID the task belongs to |
id | string | Unique ID of the newly created task |
title | string | Short display name of the task |
body | string | Full description or details of the task |
contactId | string | ID of the contact this task is associated with |
assignedTo | string | ID of the user responsible for completing the task |
dateAdded | string | ISO 8601 timestamp when the task was created |
dueDate | string | ISO 8601 timestamp by which the task should be completed |
Example payload
Related
- Task complete — fires when a task is marked as done
- Task delete — fires when a task is removed
- Contacts API — manage contacts and their associated tasks
.png?fit=max&auto=format&n=EQK5eX9kTD8NzWwA&q=85&s=878008bf159fcc4964d0c0d508b6e400)