Skip to main content
Replay a stored webhook delivery attempt by re-emitting its source event to the endpoint
Audience: application and admin.

Explicit replay

Replay re-emits the stored source event to the endpoint and returns the new recorded attempt or attempts with replayedFromDeliveryId. An unknown source attempt returns 404 webhook_delivery_not_found; other replay failures return 500 webhook_delivery_replay_failed. Use it after correcting the receiver or endpoint configuration. It is an explicit action, not evidence that failed deliveries are automatically retried.

Canonical metadata

  • requestId
  • traceparent

Example request

This organization control-plane action accepts bearer organization REST authentication. API keys cannot mutate webhook endpoints. The dashboard is optional.

Example response

Give this prompt to your agent

Failure posture

  • treat non-2xx responses as contract-aware failures, not free-form errors
  • preserve requestId and traceparent in logs and downstream reports
  • if provenance or freshness metadata is present, return it unchanged so trust is not lost in the handoff