Create Tasks ​
Endpoint ​
http
POST /unified/crm/tasks
Integrations supported
- Capsule
- Close
Query parameters ​
integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example:
62f44730-dd91-461e-bd6a-aedd9e0ad79d
Request Body ​
Refer Writing data using Unified APIsaccount
string
The task's account
Required in
- Close
Supported in
- Capsule
owner
string
The task's owner
Required in
- Close
Supported in
- Capsule
content
string
The task's content
Required in
- Close
Supported in
- Capsule
due_date
string · date-time
The date and time of the task's due date
Supported in
- Capsule
- Close
status
string
The task's status
Supported in
- Capsule
- Close
completed_at
string · date-time
The date and time of the task's completion
Supported in
- Capsule
- Close
subject
string
The task's subject
Required in
- Capsule
contact
string[]
The task's contact
Supported in
- Capsule
opportunity
string[]
The task's opportunity
Supported in
- Capsule
remote_data
object
Any additional data that should be passed as part of the request body. This data is not transformed by Truto and is passed as is to the remote API.
Response Body ​
id
string
REQUIRED · The task's unique identifier
Supported in
- Close
subject
string
The task's subject
Supported in
- Close
content
string
The task's content
Supported in
- Close
owner
string
The task's owner
Supported in
- Close
account
string
The task's account
Supported in
- Close
contact
string[]
The task's contact
opportunity
string[]
The task's opportunity
completed_at
string · date-time
The date and time of the task's completion
due_date
string · date-time
The date and time of the task's due date
Supported in
- Close
status
string
The task's status
Supported in
- Close
created_at
string · date-time
The date and time of the task's creation
Supported in
- Close
updated_at
string · date-time
The date and time of the task's last update
Supported in
- Close
remote_data
object
Raw data returned from the remote API call.