Webhooks notify external services when events happen in Claude Board. Get alerts when tasks start, finish, or need review.Documentation Index
Fetch the complete documentation index at: https://docs.claboard.dev/llms.txt
Use this file to discover all available pages before exploring further.
Supported Platforms
Slack
Posts formatted messages to a Slack channel via incoming webhook URL.
Discord
Sends rich embeds to a Discord channel webhook.
Microsoft Teams
Delivers adaptive cards to a Teams channel connector.
Custom
Sends raw JSON payloads to any HTTP endpoint.
Event Filtering
Choose which events trigger the webhook:| Event | Description |
|---|---|
task:created | A new task is added |
task:started | Task moves to In Progress |
task:completed | Agent finishes, task enters Testing |
task:approved | Task is approved and moves to Done |
task:changes_requested | Reviewer requests revisions |
Platform-Specific Payloads
Each platform receives a tailored payload format:- Slack
- Discord
- Teams
- Custom
Uses Slack Block Kit with task title, status, model, and a link to the board.