Getting Started
Our webhook system allows you to receive real-time notifications about various events in your account. Instead of polling our API for updates, webhooks push notifications to your specified endpoint as events occur.
Setting Up Webhooks
- Log into your dashboard
- Navigate to Settings > Webhooks
- Add your webhook URL
Webhook Delivery
- All webhooks are sent via HTTP POST
- Response timeout: 5 seconds
- Retry policy: 3 attempts with exponential backoff
- 1st retry: 5 seconds
- 2nd retry: 15 seconds
- 3rd retry: 45 seconds
Updated about 1 month ago