Replay Webhook Delivery
replay_webhook_deliveryRedeliver one immutable webhook event. Requires a caller-stable idempotency key; retries with the same key return the same receipt and never send twice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_id | Yes | Webhook ID | |
| delivery_id | Yes | Original delivery ID from list_webhook_deliveries | |
| idempotency_key | Yes | Stable unique key for this replay operation |