Customer Journey
Submit task data
Send data to complete a task in a customer’s journey. See the submit data guide for details.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Unique identifier for the active journey instance.
Example:
"PiIuACmx8Q8R7qPnAkLAqBAT"
Unique identifier for the task being updated.
Example:
"TkoviRO58Q8R7qPnAkLAqBAT"
The submitted task data. The required fields depend on the task schema.
Example:
{
"fieldKey1": "value1",
"fieldKey2": "value2"
}