Svix · Arazzo Workflow
Svix Create Ingest Source and Endpoint
Version 1.0.0
Create an ingest source, attach an ingest endpoint, and read back the source's ingest URL.
View Spec
View on GitHub
WebhooksWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent DrivenEventingMessagingPub SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti TenantMulti RegionEnterpriseSaaSDeveloper PlatformAPIRESTSOC 2HIPAAPCI DSSGDPROpen SourceRustPolyglot SDKTerraformCLIArazzoWorkflows
Provider
Workflows
ingest-source-and-endpoint
Stand up an ingest source with a forwarding endpoint and return its ingest URL.
Creates a generic-webhook ingest source, attaches a forwarding ingest endpoint, and fetches the source to return its ingest URL.
1
createSource
v1.ingest.source.create
Create a generic-webhook ingest source to receive upstream webhooks. Returns 201 with the source object.
2
createEndpoint
v1.ingest.endpoint.create
Attach an ingest endpoint to the source that forwards received events. Returns 201 with the endpoint object.
3
getSource
v1.ingest.source.get
Read the source back to surface its ingest URL for the upstream provider. Returns 200 with the source object.