Skip to content

Replay

Re-deliver a previously received message.

Replay Message

POST /replay/{id}

Re-queues a message for webhook delivery. The message goes through the full delivery pipeline using current route configuration.

Parameters

ParameterInTypeRequiredDescription
idpathstringYesMessage ID to replay

Response 202 Accepted

json
{
  "status": "queued"
}

Errors

StatusReason
401Invalid or missing API key
404Message not found

Notes

  • The replayed message uses the current route configuration, not the configuration at the time of original delivery.
  • A fresh set of retry attempts is allocated for the replayed delivery.
  • The original raw .eml file must still be in storage.

Released under the Apache 2.0 License.