mxhook replay
Re-deliver a previously received message by its ID.
Usage
bash
mxhook replay <message-id> [flags]Arguments
| Argument | Required | Description |
|---|---|---|
message-id | Yes | The ID of the message to replay |
Flags
| Flag | Default | Description |
|---|---|---|
--api-url | http://localhost:8080 | MXHook API URL |
--api-key | — | API authentication key |
Examples
Replay a message:
bash
mxhook replay msg-123Replay with explicit API connection:
bash
mxhook replay msg-123 \
--api-url http://mxhook.internal:8080 \
--api-key your-secret-key