Forum Discussion
lakshay451
Sep 12, 2021Former Employee
In-app notifications for apps in MS teams
I am working on developing an app for MS Teams. I want the app to send in-app notifications to user, to engage the user and draw his/her attention on action item. Could someone please guide how can I make that possible? I am unable to locate documentation for it. I don't want to send messages/ cards in channels via bot.
Thanks in advance.
7 Replies
- Prithvi-MSFTFormer EmployeeHi lakshay451,
You can refer below document to share activity feed notifications to user.
https://docs.microsoft.com/en-us/graph/teams-send-activityfeednotifications
You will need to add teamsActivity.Send Application level permission for you app to send notifications.
Thanks- ChetanSharma-msft
Microsoft
lakshay451 - Please let us know if you still need any help.
Thanks,
Chetan Sharma
------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- lakshay451Former EmployeeChetanSharma
This is activity feed notification, is it possible to send notifications in apps that are added in MS Teams ?
Also, can I send this activity feed notification using Logic apps based on some trigger ? If yes, could you share some documentation how ?