This endpoint uses the Task object.
Updatable Fields
All fields are optional exceptid:
- Assignment: Change the assigned team member with
assignedTo - Schedule: Update the
dueDate - Details: Modify
titleormessagecontent - Priority: Set priority level (0=low, 1=medium, 2=high, ""=none)
- Status: Mark as complete with
done: true
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
The unique identifier of the task to update
The ID of the team member to assign the task to (userId)
Updated due date in ISO 8601 format
Updated task title
Updated task message/description
Priority level of the task
Available options:
, 0, 1, 2 Mark task as completed
Response
Success
A manual action assigned to a user to complete.
Unique task identifier
Task type
Associated lead ID
Campaign ID
Assigned user ID
Task status
Available options:
pending, completed, ignored Due date timestamp
Creation timestamp
Completion timestamp