Create a task
Create a new CRM task with the specified name, type, due date, and optional associations to contacts, companies, or deals. A task requires a name, task type ID, and due date at minimum. You can also set a duration, notes, a reminder, and assign the task to a specific user.
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Request
Task name.
date
Task due date and time
name
Name of task
taskTypeId
Id for type of task e.g Call / Email / Meeting etc.
assignToId
To assign a task to a user you can use either the account email or ID.
companiesIds
Companies ids for companies a task is linked to
contactsIds
Contact ids for contacts linked to this task
dealsIds
Deal ids for deals a task is linked to
done
Task marked as done
duration
Duration of task in milliseconds [1 minute = 60000 ms]
notes
Notes added to a task
reminder
Task reminder date/time for a task
Response
Created new task
id
Unique task id
Errors
400
Bad Request Error