Skip to main content

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

Webhook received and acknowledged by the consumer.