Workflow Transferred
Webhook
Payload that Simplicate delivers via HTTP POST to the configured webhook target whenever a workflow.transferred event occurs.
Triggered by: a running workflow ending up with other employees than it had. That is
a hand-over through the transfer form in the workflow overview, through the bulk transfer
action, or through transfer_to_employee_id on PUT /workflows/workflow/{id}, and it is a
step transition that routes the workflow to other employees, which delivers this event
alongside workflow.step_changed. A bulk transfer of n workflows triggers this event n
times, once per workflow. Note: the payload names no employee; read
current_task.employees from GET /workflows/workflow/{id} to see who the workflow is
assigned to now.
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).