v1
latestOpenAPI 3.0.32026-07-26870417.2 KBtasks
Create Task
This endpoint creates a new task
post/tasks/create
Request body
Example request
{
"title": "Example todo task title",
"type": "todo",
"association": {
"chat_id": "919205202401@c.us",
"message_id": "true_4ca42ab6-77a9-428d-b614-5eb37bcf8f95_anjali.pandey@hashlabs.dev",
"ticket_id": "BKT-001"
},
"status": "open",
"priority": 2,
"assignee": "ankit.singh@hashlabs.dev",
"due_date": "2026-06-15T18:00:00+00:00",
"notes": "Customer escalated via email — coordinate with support",
"remind_at": "2026-06-18T18:00:00+00:00",
"created_by": "anjali.pandey@hashlabs.dev"
}Response
200 OK
object required
The response is a task object. Refer to the task object here