Hookdeck · Arazzo Workflow
Hookdeck Replay an Inbound Request
Version 1.0.0
Find a recent request, inspect it, replay it, then list the events it produced.
View Spec
View on GitHub
WebhooksEvent GatewaysGatewaysEventsEvent InfrastructureEvent-DrivenMessagingQueuesRetriesTransformationsObservabilityArazzoWorkflows
Provider
Workflows
replay-request
Replay an inbound request and inspect the events it generates.
Lists recent requests for a source, branches when none exist, reads the top request, retries it across all matching connections, and lists the resulting events.
1
listRequests
getRequests
List recent requests received by the source so one can be selected for replay.
2
readRequest
getRequest
Retrieve the request to confirm it exists before replaying it.
3
retryRequest
retryRequest
Retry the request, re-running the connection logic and creating new events for all matching connections.
4
listRequestEvents
getRequestEvents
List the events created as a result of the request retry to confirm the replay produced deliveries.