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
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | Yes | Message ID to replay |
Response 202 Accepted
json
{
"status": "queued"
}Errors
| Status | Reason |
|---|---|
401 | Invalid or missing API key |
404 | Message 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
.emlfile must still be in storage.