Published on

Svix Changelog November 2025

Authors

Cover image

Svix is the enterprise ready webhooks sending service. With Svix, you can build a secure, reliable, and scalable webhook platform in minutes. Looking to send webhooks? Give it a try!

November is here, and we're excited to share another round of updates from the Svix team. Here are the product highlights for November.

Introducing Svix Stream

We are very excited to announce the release of Svix Stream, a new way to share data directly with your customers in real-time and at scale.

This release has been a long time coming. We started working on this over two years ago, and have gradually been releasing features based on this in the Svix Dispatch product (e.g. OpenTelemetry streaming, FIFO endpoints, object storage writing).

We are going to release a full blog post announcement soon, but we couldn't wait and wanted to write about it here as well!

Svix stream

Dashboard analytics improvements

We've made significant improvements to dashboard analytics this month. The usage view now shows real-time data, giving you up-to-the-minute insights into your webhook delivery metrics instead of having to wait for data to refresh. We've also improved the overall analytics experience in the usage view with better visualizations and more actionable insights.

Please try it out by going to the usage page on the dashboard, and let us know what else you'd like to see that's not already there. We would love to make this page even better for you, so please let us know what else you'd like to see there.

Dashboard analytics

Public connector APIs

Our connector APIs are now public! This means you can programmatically create and manage connectors in addition to managing them from the UI. This is especially useful as you can now more easily version control your connectors and control them from CI/CD.

const response = await svix.connector.create({
  name: 'My first connector',
  uid: 'unique-identifier',
  logo: 'https://example.com/logo.png',
  description: 'Example connector description',
  kind: ConnectorKind.Custom,
  instructions: 'Markdown-formatted instructions',
  allowedEventTypes: ['user.signup', 'user.deleted'],
  transformation: 'function handler(webhook) { /* ... */ }',
  featureFlags: [],
})

App Portal preview with feature flags

We've improved the App Portal preview experience in the dashboard. You can now set feature flags when previewing the App Portal, making it easier to view the app portal exactly how your customers view them when they have feature flags enabled.

Dashboard feature flags

Organization logo uploads

You can now upload organization logos directly instead of passing a URL pointing to your logo. This makes it easier to customize your App Portal and operational emails, and ensures your branding assets are reliably hosted and displayed to your customers.

Logo upload

Copy to LLM button in docs

We've added a convenient "Copy to LLM" button throughout our documentation. This makes it easy to grab relevant documentation snippets and paste them into your AI assistant conversations, helping you get faster answers when integrating Svix.

Copy to LLM

Closing words

As always, please let us know if you have any feedback on the product, or anything else we can add or build to make your lives easier. A lot of the Svix product came from customer feedback, and we are sure ${next_big_thing} will come from feedback as well. No feedback is too small!


For more content like this, make sure to follow us on Twitter, Github, RSS, or our newsletter for the latest updates for the Svix webhook service, or join the discussion on our community Slack.