maton trigger event replay

maton trigger event replay <event-id> --trigger <trigger-id> [flags]

Re-deliver an event to the trigger’s destinations. A new event is recorded for the replay.

Options

-q, --jq <expression>
Filter JSON output using a jq expression
--json <fields>
Output JSON with the specified fields
--template <string>
Format JSON output using a Go template; see "maton help formatting"
-t, --trigger <string>
Trigger ID this resource belongs to (required)

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

JSON Fields

deliveries, event_id, payload, received_at

Examples

$ maton trigger event replay evt_123 --trigger trg_abc123

See also