Authorizations
API key passed in the X-API-Key header
Path Parameters
Task Id
Body
Represents a task in the system
(Required) Unique task identifier (ULID)
(Required) User who owns the task
(Required) Kind of action
email_manual
, email_auto
, call
, linkedin
, custom
(Required) Current status of the task
pending
, completed
, skipped
Type-specific data for the task A task for sending emails Email step with template configuration
{
"id": 123,
"type": "Email",
"number": "1",
"delayInMinutes": 0,
"emailTemplate": {
"executionMode": "Automatic",
"templates": [
{
"variantId": 1,
"subject": "Introduction Email",
"body": "Hi {{firstName}},\n\nI wanted to reach out regarding...",
"templateId": 456
}
]
}
}
Free-text details for the assignee
Contact linked to the task
Account linked to the contact
Sequence the task belongs to (if any)
ISO 8601 date the task is due (YYYY-MM-DD)
RFC 3339 timestamp when the task was created
RFC 3339 timestamp of the last update
Combined details of the most recent contact touch
Response
Task updated successfully
Represents a task in the system
(Required) Unique task identifier (ULID)
(Required) User who owns the task
(Required) Kind of action
email_manual
, email_auto
, call
, linkedin
, custom
(Required) Current status of the task
pending
, completed
, skipped
Type-specific data for the task A task for sending emails Email step with template configuration
{
"id": 123,
"type": "Email",
"number": "1",
"delayInMinutes": 0,
"emailTemplate": {
"executionMode": "Automatic",
"templates": [
{
"variantId": 1,
"subject": "Introduction Email",
"body": "Hi {{firstName}},\n\nI wanted to reach out regarding...",
"templateId": 456
}
]
}
}
Free-text details for the assignee
Contact linked to the task
Account linked to the contact
Sequence the task belongs to (if any)
ISO 8601 date the task is due (YYYY-MM-DD)
RFC 3339 timestamp when the task was created
RFC 3339 timestamp of the last update
Combined details of the most recent contact touch