> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kapso.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks

> Get notified when workflow executions require attention

Workflow webhooks notify your application when executions are handed off to humans or fail. Configure them in **Integrations → Webhooks → Platform webhooks**.

## Available events

| Event                        | Description                        |
| ---------------------------- | ---------------------------------- |
| `workflow.execution.handoff` | Workflow handed off to human agent |
| `workflow.execution.failed`  | Workflow 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

<Card title="Full webhook documentation" icon="webhook" href="/docs/platform/webhooks/event-types#project-webhook-events">
  See payload structures, field descriptions, and setup instructions
</Card>
