Forum Discussion
keithfable
Jan 16, 2024Brass Contributor
Using TeamsActivity.Send.User RSC permission to send activity notifications
Hi, I am attempting to send activity notifications to a test user, using the TeamsActivity.Send.User RSC permission. I have updated my manifest.json and verified the permission grants via Graph ...
ChetanSharma-msft
Microsoft
Jan 17, 2024Hello keithfable - Could you please refer this sample and test it once?
https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/graph-rsc/nodeJs/appManifest/manifest.json
https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/graph-rsc/nodeJs/appManifest/manifest.json
keithfable
Jan 17, 2024Brass Contributor
I spent a couple of hours fixing all the bugs in this sample to get it working 😞
https://github.com/OfficeDev/Microsoft-Teams-Samples/issues/1112
That being said, after fixing all of the issues, I was able to see it working. I will try to adapt my code to fit the demo.
https://github.com/OfficeDev/Microsoft-Teams-Samples/issues/1112
That being said, after fixing all of the issues, I was able to see it working. I will try to adapt my code to fit the demo.