Tasks
Create task
Create a new task in your CRM
POST
Your Implementation Required
This endpoint must be implemented on your server
Request
string
required
Task subject/title
string
Task description
string
Task type (e.g., “call”, “email”, “follow-up”)
string
User ID to assign the task to
string
Due date in ISO 8601 format
string
Associated contact’s CRM ID
string
Associated company’s CRM ID
Response
string
required
The created task’s CRM ID
string
Task subject
boolean
Completion status (initially false)