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.

Example Use Cases

These are the Svix actions Snow can use when building apps with you. Connecting an account does not make Snow run these 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.

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.

Get Application

Tool to retrieve details of a specific Svix application by its ID. Use when you need application metadata after authenticating with Svix.