Skip to main content

Workflow Step Changed

Webhook 

Payload that Simplicate delivers via HTTP POST to the configured webhook target whenever a workflow.step_changed event occurs.

Triggered by: a running workflow moving from one step to another, whether that happens on the dashboard, in the workflow overview, or through PUT /workflows/workflow/{id}. A step action that sends the workflow back to an earlier step triggers this event too, and the payload does not distinguish it from moving forward. Note: the payload names no step; read current_task from GET /workflows/workflow/{id} to see which step the workflow is on now.

Request

Responses

Webhook received and acknowledged by the consumer.