Hookdeck · Arazzo Workflow
Hookdeck Retry a Failed Event
Version 1.0.0
Find the most recent failed event, inspect it, and retry delivery.
View Spec
View on GitHub
WebhooksEvent GatewaysGatewaysEventsEvent InfrastructureEvent-DrivenMessagingQueuesRetriesTransformationsObservabilityArazzoWorkflows
Provider
Workflows
retry-failed-event
Locate a failed event and trigger a fresh delivery attempt.
Lists failed events, branches when none exist, otherwise reads the first failed event and retries it, capturing the new attempt id.
1
listFailedEvents
getEvents
List events with a FAILED status, optionally scoped to a single connection, ordered so the most recent failure is first.
2
readEvent
getEvent
Retrieve the failed event to capture its connection, destination, and current attempt count before retrying.
3
retryEvent
retryEvent
Retry the event, causing Hookdeck to make a new delivery attempt to the destination.