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
WebhooksWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent DrivenEventingMessagingPub SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti TenantMulti RegionEnterpriseSaaSDeveloper PlatformAPIRESTSOC 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
v1.event-type.create
Register the event type in the environment catalog. Svix returns 201 with the new event type object.
2
createEndpoint
v1.endpoint.create
Create an endpoint on the application that filters on the new event type. Returns 201 with the endpoint object.
3
sendExample
v1.endpoint.send-example
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.