Replay Webhook Event
replay-webhook-eventResend a failed or missed webhook event to its endpoint after fixing the issue. Provide webhook ID and event ID to queue one more delivery; the webhook must be enabled.
Instructions
Purpose: Queue one more delivery of a webhook event to its endpoint — the same action as the dashboard's Replay button.
NOT for: Inspecting an event (use get-webhook-event) or its past attempts (use list-webhook-event-attempts). A manual replay does not schedule further automatic retries.
When to use: User wants to resend a specific webhook event after fixing their endpoint, or re-trigger a delivery that failed or was missed. The webhook must be enabled — a disabled webhook fails this call. Get the event ID from list-webhook-events first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Webhook event ID | |
| webhookId | Yes | Webhook ID |