Forum Discussion
Alben_soby
Aug 26, 2021Copper Contributor
Need an idea to create an integration app in microsoft teams.
Hai all, I am newbie to teams and I have tried to create a third party integration app in teams. The requirements are, 1. Need to send notification to teams.[ i read about incoming WebHooks for...
Wictor Wilen
Sep 01, 2021Steel Contributor
You can achieve (almost) this using either Incoming Webhooks (https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook) or with Office 365 Connectors (https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-creating). With this you can send a card to a Teams Channel.
However, you can't send a notification to specific users with this. If that's a hard requirement then you need to implement a bot that sends proactive messages: https://docs.microsoft.com/en-us/microsoftteams/platform/bots/how-to/conversations/send-proactive-messages?tabs=dotnet
However, you can't send a notification to specific users with this. If that's a hard requirement then you need to implement a bot that sends proactive messages: https://docs.microsoft.com/en-us/microsoftteams/platform/bots/how-to/conversations/send-proactive-messages?tabs=dotnet
Alben_soby
Sep 05, 2021Copper Contributor
Wictor Wilen Hai Really thanks for your reply. I will see the possibility to achieve this.
Thanks.