Retrying Failed Webhook Event Deliveries
If your webhook endpoint is temporarily unavailable or returns an error status code (e.g. 4xx or 5xx), Ultravox will automatically retry delivery using an exponential backoff strategy. We’ll make up to 10 retry attempts over several hours as follows:- First retry will occur approximately 30 seconds later.
- Subsequent retries will double the retry interval. (e.g. second retry again after 1m, third retry after 2m, etc.)
- Total of 10 retries.
Keep Building
- Learn about all Available Webhooks you can subscribe to
- Implement Webhook Security to protect your endpoints
- Check out our API reference for webhook management endpoints