retry_webhook_event
Re-deliver a webhook event by resetting it to pending status and triggering an immediate delivery attempt, overwriting the original event's response data.
Instructions
Re-deliver a webhook event by id. Resets it to 'pending' in place, clears the retry schedule, and triggers an immediate delivery attempt. Works on any status (success, failed, pending). For most cases prefer resend_webhook_event, which preserves the original event's audit trail by cloning instead of mutating — retry overwrites the historical response status/body on the source row. Kept for callers that explicitly want the legacy in-place semantics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook event id |