Skip to main content

Redeliver an event

POST 

/v1/projects/:project_id/webhook-deliveries/:delivery_id:redeliver

Queue the same event at the same endpoint again — the recovery path for a delivery that failed, or one your receiver dropped. This is the …:redeliver action; the path segment is {delivery_id}:redeliver. A new delivery is created and returned; the original record is left untouched, because its attempt history is the evidence you redelivered on. The event's id is carried over unchanged, so a receiver deduping on the event sees the same event twice while one deduping on X-Naturali-Delivery sees a distinct delivery.

Request

Responses

A new delivery was queued.