Svix icon

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.

Create Application

Tool to create a new Svix application. Use when you need to register an application with specific settings.

Create Endpoint

Tool to create a new Svix webhook endpoint. Use after obtaining the app ID to register your webhook receiver URL.

Create Event Type

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.

Create Integration

Tool to create a new integration for a specific application. Use after confirming the application ID.

Create Message

Tool to create a new message for a specific application in Svix. Use after confirming app ID and event details.

Create Source

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.

Delete Endpoint

Tool to delete an endpoint. Use when you need to remove a specific endpoint after confirming its application and endpoint IDs.

Delete Event Type

Tool to delete an event type. Use when you need to archive or permanently expunge a specific event type after confirming its name.

Delete Integration

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.

Delete Svix Application

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.