Replay a dead-lettered delivery

Re-enqueue a dead-lettered delivery as a fresh attempt-1 job pinned to that endpoint (which is re-enabled if it was auto-disabled).

POSThttps://api.mailfully.com/v1/webhook-dead-letters/{id}/replay

Re-enqueue a dead-lettered delivery as a fresh attempt-1 job pinned to that endpoint (which is re-enabled if it was auto-disabled). The full 7-attempt schedule restarts. Replay is single-use: a second replay of the same dead letter returns 409. Requires the manage:webhooks scope, which is a dashboard-session scope and cannot be granted to API keys today: every mf_ API key receives 403. Call this endpoint with a dashboard session token (owner, admin, or member). Takes no request body.

Loading code example
Loading code example

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

idstringrequired

The dead-letter id (a bare 26-character ULID, no prefix).

Response

application/json

The dead letter was replayed.

idstringrequired
replayed_atstring<date-time>required