ยง Integration ยท Custom Webhooks

Webhook Management

Register HTTPS endpoints to receive real-time push events for budget thresholds and alerts.

Active Webhooks
0
Total Registered
0
Failed (Auto-disabled)
0
๐Ÿ”—
No webhooks registered

Create your first webhook to receive real-time events

๐Ÿ” Webhook Security: Each webhook has a unique secret. Verify the X-Webhook-Signature header using HMAC-SHA256 to ensure requests are authentic.
โšก Real-time Delivery: Events are delivered immediately when triggered. Failed deliveries are retried with exponential backoff (5s, 10s, 20s). Webhooks are auto-disabled after 10 consecutive failures.
๐Ÿ“‹ Payload Format: All events include id, type, timestamp, and data fields. Check the developer docs for event-specific payload structures.