Forum Discussion
Abhi1222
Feb 17, 2024Copper Contributor
Send Notification to user using delegated permissions
Hi, I am trying to find a solution here. I am using MS 365 Graph API's to allow users trigger a group chat from a Web Application and start collaborating and i am linking this Chat ID to a trans...
Meghana-MSFT
Feb 20, 2024Former Employee
You can use webhooks but those work in channel scope only. You can use webhook notifications if your users are part of a teams channel and not group chat.
Abhi1222
Feb 20, 2024Copper Contributor
If we know the userId can't we notify them as an activity feed or something ?
https://www.youtube.com/watch?v=8a2fZ_wCgAk&list=TLPQMTkwMjIwMjRGJO_Ek3iNwQ&index=2
I came across this for now which i am trying to first see if it fits my use case.
https://www.youtube.com/watch?v=8a2fZ_wCgAk&list=TLPQMTkwMjIwMjRGJO_Ek3iNwQ&index=2
I came across this for now which i am trying to first see if it fits my use case.
- ChetanSharma-msftMar 01, 2024
Microsoft
Yes, you can use this as well:
Please refer this sample: https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/graph-change-notification- Abhi1222Mar 24, 2024Copper ContributorHi Chetan ,
i tried lot of different options outside Microsoft solutions but looks like i have to pretty much follow what microsoft is suggesting ..
But the link you suggested ...looks like it is documented for Application level Permissions .. Do you think it will be same for delegated permissions as well ?
I am also trying to look for an option to perform live rendering of messages in a web application.- Meghana-MSFTMar 26, 2024Former EmployeeThis works for application permissions only.