Svix · Arazzo Workflow
Svix Resend a Failed Message Attempt
Version 1.0.0
Find a failing delivery attempt for a message and resend it to its endpoint.
View Spec
View on GitHub
WebhooksWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent DrivenEventingMessagingPub SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti TenantMulti RegionEnterpriseSaaSDeveloper PlatformAPIRESTSOC 2HIPAAPCI DSSGDPROpen SourceRustPolyglot SDKTerraformCLIArazzoWorkflows
Provider
Workflows
resend-failed-attempt
Locate a failed delivery attempt for a message and resend it.
Lists the attempts for a message filtered to the failing status, and when a failed attempt exists, resends the message to the endpoint that failed.
1
listFailedAttempts
v1.message-attempt.list-by-msg
List the delivery attempts for the message filtered to the failed status. Returns 200 with a paged attempt list.
2
resendWebhook
v1.message-attempt.resend
Resend the message to the endpoint whose attempt failed, creating a new delivery attempt. Returns 202 Accepted.