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...
Abhi1222
Feb 19, 2024Copper Contributor
As i mentioned in my post .. i am already adding a member to a conversation as per the link you suggested.
But i would like to notify member/members of that chat group that someone who is not part of conversation is trying to access the chat so the member of the chat can add the person.
I see few options like EventHubs / Webhooks etc .. should try and see how those can help .
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.
- Abhi1222Feb 20, 2024Copper ContributorIf 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.- 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.