Svix
Webhooks-as-a-service platform for applications, endpoints, messages, event types, and delivery management.
Fits SaaS teams that send reliable webhooks by provisioning applications, managing endpoints, dispatching messages, and updating delivery rules.
Sign in to connect Svix
Sign in to connect an account and start using Svix in your apps.
Example Use Cases
These are example ways Snow can use Svix when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to create a new Svix application. Use when you need to register an application with specific settings.
Tool to create a new Svix webhook endpoint. Use after obtaining the app ID to register your webhook receiver URL.
Create a new event type in Svix or unarchive an existing one. Event types are identifiers (like 'order.created', 'user.signup') that categorize the webhooks your application sends. Use period-delimited naming to group related events. Both 'name' and 'description' are required. Returns HTTP 409 if the event type already exists.
Tool to create a new integration for a specific application. Use after confirming the application ID.
Tool to create a new message for a specific application in Svix. Use after confirming app ID and event details.
Creates a new Svix Ingest source for receiving webhooks from external providers. A source generates an ingest URL that you can share with a webhook provider (e.g., GitHub, Stripe) as the destination for their webhooks. Svix will verify signatures based on the source type and forward the webhooks to your configured endpoints. Use 'genericWebhook' type to skip signature verification for providers not natively supported.
Tool to delete an endpoint. Use when you need to remove a specific endpoint after confirming its application and endpoint IDs.
Tool to delete an event type. Use when you need to archive or permanently expunge a specific event type after confirming its name.
Permanently delete an integration from a Svix application. This is a destructive operation that cannot be undone. Use when removing webhook integrations that are no longer needed. Requires both the application ID and the integration ID. Use 'List Integrations' first if you need to find the integration_id.
Permanently delete a Svix application by its ID or UID. Use this to remove an application and all its associated endpoints, messages, and webhooks. This action is destructive and cannot be undone.