Forum Discussion
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/notification message from our service to a particular user, not in channel? Is it possible to create a custom app with this approach?
Thank you.
2 Replies
- Abhijit_MSFTFormer 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.
- avillanuevaCopper Contributor