# Chat SDK adds Novu support

> Source: <https://vercel.com/changelog/chat-sdk-adds-novu-support>
> Published: 2026-06-22 14:00:00+00:00

Chat SDK now supports Novu with the new [vendor-official adapter](https://chat-sdk.dev/adapters/vendor-official/novu).

One handler set puts your agent on Slack, Microsoft Teams, WhatsApp, Telegram, and email. Novu handles credentials, identity, and delivery, keeping OAuth and tokens outside your app and mapping each channel to one user. Your agent always knows who they're talking to.

Your agent can also send proactive notifications and handle the replies in the same loop, on whichever channel the customer used.

One CLI command connects a real channel to your agent:

It signs you in, creates a bridge agent, sets up the channel you pick (e.g., Slack), and adds the credentials to your project.

Read the [Novu](https://novu.co/changelog/novu-chat-sdk-adapter/) documentation to get started.
