Skip to main content

Vercel Connect now supports Microsoft Teams

By Steven Van ·

Vercel Connect adds a managed Microsoft Teams connector, letting a bot receive @mentions and direct messages without storing a client secret.

Vercel Connect now has a managed connector for Microsoft Teams. Creating one gives an organization a Teams bot that its apps and agents run: people can @mention it in channels or message it directly, and the connecting code receives the message and replies as the bot.

Because it's a Vercel Managed Connector, Vercel registers the Entra app and Azure Bot resource in the customer's tenant, so there's no client secret to store. A tenant administrator with an Azure subscription completes setup once. Incoming Teams activities are verified and forwarded to the project as a Connect trigger. Connectors can be created from the dashboard or the Vercel CLI, and code requests a token only when it needs one, using the @vercel/connect SDK, an eve channel, or a Chat SDK adapter. Each token is scoped to what's requested and refreshes automatically, and access can be revoked at any time with vc connect revoke-tokens.

Read more in the announcement.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Vercel Connect now supports Microsoft Teams on Creators Toolbox