Vercel Connect now supports Microsoft Teams
Vercel Connect launches managed Microsoft Teams connector.
now includes a managed connector for . Creating one gives your organization a Teams bot that your apps and agents run. People can @mention it in channels or message it directly, and your code receives the message and replies as the bot.Vercel ConnectMicrosoft Teams As a , Vercel registers the Entra app and Azure Bot resource in your 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 your project as .Vercel Managed ConnectorConnect trigger Create a connector from the or :dashboardVercel CLI Once the connector is set up, your code requests a token only when it needs one.
Use it with the SDK, channel or adapter:@vercel/connecteveChat SDK Each token is scoped to what you request and refreshed automatically, so there's nothing to rotate by hand. Connectors only work in the environments you attach them to, and you can revoke access at any time with .vc connect revoke-tokens Read the , view details about the in the Vercel Connect catalog, or to get started.Vercel Connect documentationTeams connectorcreate a Teams connector Read more