Skip to content

Support

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.

Tool

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

NameTypeRequiredDescription
idstringId of the delivery to send again

Response

FieldTypeAlwaysDescription
deliveryobjectThe 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.

When to use

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

Example

Ask your agent something like this:

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 agent will invoke support_webhook_redeliver with these arguments:

{
  "id": "<id>"
}

Esc

Start typing to search the docs.

navigateselect