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
WebhookEvent GatewaysGatewaysEventEvent InfrastructureEvent-DrivenMessagingQueuesRetriesTransformationObservabilityArazzoWorkflows
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
List events with a FAILED status, optionally scoped to a single connection, ordered so the most recent failure is first.
2
readEvent
Retrieve the failed event to capture its connection, destination, and current attempt count before retrying.
3
retryEvent
Retry the event, causing Hookdeck to make a new delivery attempt to the destination.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.