Back to Features
🛠️

Webhook Retry

ActivePlatformMUSTFREE

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

1

Configure webhooks

Register your webhook URL and POTAL automatically enables retry logic.

2

Monitor deliveries

View delivery status and retry attempts in Dashboard > Webhooks > Delivery Log.

3

Handle retries

Your endpoint should be idempotent — use the event ID to deduplicate retried deliveries.

4

Debug failures

Check the delivery log for HTTP status codes and response bodies from failed attempts.

API Reference

/api/v1/webhooks

Related Features

Having issues?