# Chat SDK adds Novu support

DevFeed: [Chat SDK adds Novu support](<https://devfeed.tech/articles/chat-sdk-adds-novu-support-843.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/chat-sdk-adds-novu-support>)

Author: Ben Sabic

Published: 2026-06-22T14:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Microsoft Teams](<https://devfeed.tech/topics/microsoft-teams.md>), [Slack](<https://devfeed.tech/topics/slack.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [bridge](<https://devfeed.tech/tags/bridge.md>), [channel](<https://devfeed.tech/tags/channel.md>), [cli](<https://devfeed.tech/tags/cli.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [identity](<https://devfeed.tech/tags/identity.md>), [mapping](<https://devfeed.tech/tags/mapping.md>), [microsoft-teams](<https://devfeed.tech/tags/microsoft-teams.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [slack](<https://devfeed.tech/tags/slack.md>), [support](<https://devfeed.tech/tags/support.md>), [telegram](<https://devfeed.tech/tags/telegram.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [whatsapp](<https://devfeed.tech/tags/whatsapp.md>)

## AI overview

Chat SDK adds Novu support through a vendor-official adapter, allowing one handler set to connect agents to Slack, Microsoft Teams, WhatsApp, Telegram, and email. Novu manages credentials, identity, delivery, OAuth, and tokens, while a CLI command configures a channel and adds its credentials to the project.

## Source excerpt

Chat SDK now supports Novu with the new vendor-official adapter. 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 documentation to get started. Read more