Webhook Retry
What it does
Automatic retry with exponential backoff for failed webhook deliveries. If your webhook endpoint returns a non-2xx status or times out, POTAL retries up to 3 times with increasing delays (1s, 10s, 60s) before marking the delivery as failed.
How to use it
Configure webhooks
Register your webhook URL and POTAL automatically enables retry logic.
Monitor deliveries
View delivery status and retry attempts in Dashboard > Webhooks > Delivery Log.
Handle retries
Your endpoint should be idempotent — use the event ID to deduplicate retried deliveries.
Debug failures
Check the delivery log for HTTP status codes and response bodies from failed attempts.
API Reference
/api/v1/webhooksRelated Features
Real-time event notifications with configurable endpoints
Structured error responses with codes, messages, and doc links
Automated email alerts for rate changes, compliance, and usage
155+ API endpoints with consistent JSON responses
Real-time notification bell with read/unread status tracking