For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DashboardGet an API key
Get StartedEventsToolsChangelog
Get StartedEventsToolsChangelog
  • Tools
    • SDKs
    • Local tunneling
    • Replay and resend
LogoLogo
DashboardGet an API key
Tools

Replay and resend

|View as Markdown|Open in Claude|

Every delivery is replayable from the Webhooks dashboard. Use it to debug a handler after fixing a bug, or to resend a batch you missed during an outage.

REPLAY ONE DELIVERY
  1. Open Admin → Developer → Webhooks and click the endpoint.
  2. Find the delivery in the Logs tab — filter by status, event type, or time range.
  3. Click Replay. The request goes out with identical headers and body. The svix-id matches the original.
REPLAY A WINDOW

The endpoint page has a Replay missing button that re-delivers every event that hit a non-2xx response in the last N hours (you pick the window). Duplicates are safe — your idempotent handler keys on event.id.

CUSTOM RESEND

For an arbitrary backfill, hit POST /api/v1/webhook_endpoints/:id/resend with an event id list. The dashboard equivalent is Replay selected after multi-selecting in the Logs tab.

Was this page helpful?
Previous

Local tunneling

Built with