Workflow Completed
Webhook
Payload that Simplicate delivers via HTTP POST to the configured webhook target whenever a workflow.completed event occurs.
Triggered by: the last step of a workflow being completed, which is any step action
that has no follow-up step. Note: completing a workflow removes it, so
GET /workflows/workflow/{id} returns a 404 for the id in this payload.
Request
Responses
- 200
- 429
Webhook received and acknowledged by the consumer.
Consumer is rate-limiting; Simplicate will retry after the delay indicated by the optional Retry-After header (up to 3 attempts).