Skip to main content
POST
Create task

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Body

application/json
title
string
required
Required string length: 1 - 500
Example:

"Review Q4 budget"

description
string
required
Required string length: 1 - 10000
Example:

"Complete budget review before end of quarter"

category
enum<string> | null
Available options:
bug_fix,
documentation,
feature_request,
meeting,
other,
planning,
research,
review,
null
Example:

"review"

importance
enum<string> | null
Available options:
low,
medium,
high,
null
Example:

"high"

urgency
enum<string> | null
Available options:
low,
medium,
high,
null
Example:

"medium"

status
enum<string>
default:todo
Available options:
backlog,
todo,
in_progress,
in_review,
done,
cancelled
Example:

"todo"

dueDate
string<date-time> | null
Example:

"2024-12-31T23:59:59Z"

contactId
string<uuid> | null
Example:

"123e4567-e89b-12d3-a456-426614174000"

messageId
string<uuid> | null
Example:

"123e4567-e89b-12d3-a456-426614174001"

metadata
object | null
Example:

Response

Task created successfully

data
object
required
meta
object
Last modified on August 9, 2026