Triggered when tasks are created, assigned, or completed. In this example, the flow called Delivery has 2 fields: invoice and deliveryCoordinate.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Task event payload
Unique identifier of the task
Organization ID associated with the task
Hub ID associated with the task
Flow ID associated with the task
Flow name
Task status
UNASSIGNED, ONGOING, DONE Expected start time (ISO 8601)
Expected end time (ISO 8601)
Task creation timestamp (ISO 8601)
Last update timestamp (ISO 8601)
Name of the user who created the task
Source of task creation
WEB, API Name of the person who assigned the task
Array of assignee email addresses
Assignment timestamp (ISO 8601)
Name of the worker who completed the task
Completion timestamp (ISO 8601)
Return 200 status to indicate that the data was received successfully