Retry a webhook delivery
Sender
Retry Webhook Delivery
Replays a webhook delivery using its original frozen payload.
- Synchronous (
?sync=true): the payload is re-sent immediately and the HTTP result is returned inline (200). - Asynchronous (default): a new
pendingdelivery is queued for the retry worker and the new delivery ID is returned (202).
Returns 404 if the delivery belongs to another sender.
POST
Retry a webhook delivery
Authorizations
Path Parameters
Query Parameters
When true, replay immediately and return the HTTP result inline.