Webhooks
Receive real-time notifications when events happen in SaaSaFast.
Setting Up Webhooks
1. Go to **Settings > Webhooks**
2. Click **Add Endpoint**
3. Enter your endpoint URL
4. Select events to subscribe to
5. Save
Event Types
Payload Format
{ "id": "evt_...", "type": "agent.action.completed", "created": "2026-01-30T...", "data": { ... } }
Verification
Verify webhook signatures using the X-SaaSaFast-Signature header and your webhook secret.
Retry Policy
Failed deliveries are retried with exponential backoff:
After 5 failures, the webhook is disabled.