Convoy · Arazzo Workflow
Convoy Retry a Failed Delivery
Version 1.0.0
Find a failed event delivery, retry it, and inspect the resulting delivery attempts.
View Spec
View on GitHub
WebhooksWebhook GatewayEvent DeliveryEventingMessagingIntegrationAPI InfrastructureArazzoWorkflows
Provider
Workflows
retry-failed-delivery
Locate a failed delivery, retry it, and review its delivery attempts.
Lists event deliveries filtered to the Failure status, branches when a failed delivery is found, retries that delivery, and lists the delivery attempts so the retry result can be inspected.
1
findFailedDelivery
GetEventDeliveriesPaged
List event deliveries filtered to the Failure status and branch only when a failed delivery is found.
2
retryDelivery
ResendEventDelivery
Retry the matched failed event delivery.
3
inspectAttempts
GetDeliveryAttempts
List the delivery attempts for the retried delivery to inspect the outcome of the retry.