Skip to main content
Workflow webhooks notify your application when executions are handed off to humans or fail. Configure them in Project → Webhooks → Project webhooks.

Available events

EventDescription
workflow.execution.handoffWorkflow handed off to human agent
workflow.execution.failedWorkflow execution failed

Use cases

  • Route handoffs to your support queue
  • Alert on-call when workflows fail
  • Sync execution status to external systems
  • Trigger escalation workflows

Full webhook documentation

See payload structures, field descriptions, and setup instructions