Webhooks
Overview
Receive real-time notifications when events occur.
Supported Events
Setting Up Webhooks
1. Go to Dashboard > Settings > Webhooks
2. Add your endpoint URL
3. Select events to subscribe
4. Save and test
Webhook Payload
json
{"event": "analysis.completed",
"timestamp": "2024-01-15T10:30:00Z",
"data": { ... }
}