Hookdeck · Arazzo Workflow
Hookdeck Bookmark and Replay an Event
Version 1.0.0
Find a delivered event, bookmark its payload, then trigger the bookmark to replay it.
View Spec
View on GitHub
WebhooksEvent GatewaysGatewaysEventsEvent InfrastructureEvent-DrivenMessagingQueuesRetriesTransformationsObservabilityArazzoWorkflows
Provider
Workflows
bookmark-and-replay-event
Bookmark a successful event's payload and replay it.
Lists successful events, branches when none exist, creates a bookmark from the top event's data and connection, then triggers the bookmark to replay the payload.
1
listSuccessfulEvents
getEvents
List events with a SUCCESSFUL status, optionally scoped to a single connection, so a known-good payload can be bookmarked.
2
createBookmark
createBookmark
Create a bookmark from the selected event's data id and connection so its payload can be replayed later.
3
triggerBookmark
triggerBookmark
Trigger the bookmark, replaying its saved payload against all matching connections and creating new events.
Source API Descriptions
openapi