Svix · Arazzo Workflow
Svix Send Message and Confirm Delivery
Version 1.0.0
Send a message to an existing application and poll its attempts until delivery succeeds.
View Spec
View on GitHub
WebhooksWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent DrivenEventingMessagingPub SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti TenantMulti RegionEnterpriseSaaSDeveloper PlatformAPIRESTSOC 2HIPAAPCI DSSGDPROpen SourceRustPolyglot SDKTerraformCLIArazzoWorkflows
Provider
Workflows
send-message-and-confirm-delivery
Publish a message and poll its attempts until a successful delivery is seen.
Sends a message to the application, confirms the message exists, then polls the attempts filtered to the succeeded status, retrying until one appears.
1
sendMessage
v1.message.create
Publish the message to the application for fan-out. Returns 202 Accepted with the message object.
2
getMessage
v1.message.get
Fetch the message back to confirm Svix accepted and stored it. Returns 200 with the message object.
3
pollSuccess
v1.message-attempt.list-by-msg
Poll the message's attempts filtered to the succeeded status, retrying until at least one successful delivery is recorded. Returns 200.