Forum Discussion
nitin1005
Jun 07, 2021Copper Contributor
Send messages on teams on behalf of the app.
Hi, I am able to send send messages on a team's channel by using POST- https://graph.microsoft.com/v1.0/teams/%7Bteam_id%7D/channels/%7Bchannel_id%7D/messages But this api is sending messages o...
StevenC365
Jun 07, 2021MVP
nitin1005 There are lots of ways to do this
The way that's most similar to Slack would be to use a Webhook connector, right click on a channel to get to connectors and choose incoming webhook, you;ll get a web url that you post messages to and they will appear in that channel as being from the app.
Another alternative is to develop a Bot to send pro-active messages to a channel, while this is harder to develop it's perhaps easier to deploy to multiple tenants. More on Bots -> Send proactive messages - Teams | Microsoft Docs