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...
Prithvi-MSFT
Sep 12, 2021Former Employee
Hi 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
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
Sep 25, 2021lakshay451 - 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.
- lakshay451Sep 27, 2021Former 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 ?- Prithvi-MSFTSep 28, 2021Former EmployeeHi lakshay451,
It will not be possible to send notifications inside app that are installed in teams. However if you want to send notification to a particular app you can integrate bot and send proactive message.
Also you can send activity feed notifications using logic app. You will have to trigger the graph API mentioned here https://docs.microsoft.com/en-us/graph/teams-send-activityfeednotifications- lakshay451Oct 06, 2021Former Employee"send notification to a particular app you can integrate bot and send proactive message"
Could you tell how can this be achieved ?