Deployment notifications to Microsoft Teams channels?

Hi all, just wondering if an integration like this is planned.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

Relevant update for this request β€” Vercel just launched the Chat SDK (npm i chat), which includes native Microsoft Teams support alongside Slack, Discord, GitHub, Linear, and Google Chat.

It won’t give you native Vercel-to-Teams deployment notifications out of the box, but it does make it straightforward to build a Teams bot that listens for deployment webhook events and posts to your channels β€” which could achieve the same outcome in the meantime.

Reference: Introducing npm i chat – One codebase, every chat platform - Vercel