Submit task data
Send data to complete a task in a customer’s journey. See the submit data guide for details.
POST
Submit task data
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The intent of the request.
Example:
"Complete"
Unique identifier for the active journey instance.
Example:
"PiIbYsgiHp4R8JPz2vU5Y9l4"
Unique identifier for the task being updated.
Example:
"Tkob6dMMHp4R8JPz2vU5Y9l4"
The data required to complete the task.
Previous
Fetch journey stateCheck the status and progress of a journey. The [fetch journey state guide](/docs/developer-integration/execute-customer-journeys/fetch-journey-state-step) explains more.
Next
Submit task data