support_webhook_redeliver
Send a past delivery to its endpoint again, with the original payload and the original idempotencyKey — a receiver that already processed it can recognise and ignore the repeat.
Send a past delivery to its endpoint again, with the original payload and the original idempotencyKey — a receiver that already processed it can recognise and ignore the repeat. The original delivery row is kept as history and a new one is opened for this attempt. If the endpoint has since been disabled or unsubscribed from the event, nothing is delivered
Behavior
- HTTP
POST /support/webhook-deliveries/redeliver
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Id of the delivery to send again |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| delivery | object | • | The new delivery, opened in pending state. It carries the original idempotencyKey, so a receiver that already processed the first one can ignore it |
Try it
Send a past delivery to its endpoint again, with the original payload and the original idempotencyKey — a receiver that already processed it can recognise and ignore the repeat.