Forum Discussion
avillanueva
Jun 24, 2020Copper Contributor
Build Incoming webhook for particular user not channel
Hi Microsoft Team, I tried creating Incoming webhooks for a channel and expectedly it will notify every members of that channel. Is there a similar method or way where I could send an event/notif...
Abhijit_MSFT
Jun 25, 2020Former Employee
avillanueva, Webhooks does not work for a particular user. You can think of https://docs.microsoft.com/en-us/microsoftteams/platform/bots/how-to/conversations/send-proactive-messages?tabs=dotnet. You need to build a bot and based on trigger you can send proactive messaging. In case if you don't want to go for complete app development, you can think of a https://docs.microsoft.com/en-us/powerapps/ or https://docs.microsoft.com/en-us/power-automate/. Using power automate you can set the trigger and send message to user. Please check the documentation.
avillanueva
Jun 25, 2020Copper Contributor