Skip to content

mxhook replay

Re-deliver a previously received message by its ID.

Usage

bash
mxhook replay <message-id> [flags]

Arguments

ArgumentRequiredDescription
message-idYesThe ID of the message to replay

Flags

FlagDefaultDescription
--api-urlhttp://localhost:8080MXHook API URL
--api-keyAPI authentication key

Examples

Replay a message:

bash
mxhook replay msg-123

Replay with explicit API connection:

bash
mxhook replay msg-123 \
  --api-url http://mxhook.internal:8080 \
  --api-key your-secret-key

Released under the Apache 2.0 License.