Svix · Arazzo Workflow
Svix Register Event Type and Send Example
Version 1.0.0
Create an event type, subscribe an endpoint to it, and send the event type's example message.
View Spec
View on GitHub
WebhookWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent-DrivenEventingMessagingPub-SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti-TenantMulti-RegionEnterpriseSoftware-as-a-ServiceDeveloper PlatformRESTSOC 2HIPAAPCI DSSGDPROpen-SourceRustPolyglot SDKTerraformCLIArazzoWorkflows
Provider
Workflows
register-event-type-and-send
Define an event type, subscribe an endpoint, and deliver its example message.
Creates an event type with a description, registers an endpoint on the given application filtered to that event type, and triggers an example message of the event type to confirm delivery.
1
createEventType
Register the event type in the environment catalog. Svix returns 201 with the new event type object.
2
createEndpoint
Create an endpoint on the application that filters on the new event type. Returns 201 with the endpoint object.
3
sendExample
Ask Svix to deliver the event type's built-in example payload to the endpoint to verify the subscription. Returns 202 with the message object.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.