0

I am working on a custom webApp for Microsoft Teams, I would like to manipulate the badge notification for my App (btw I am not sure if it's the right name), I need to add a counter like teams does for new messages or another symbol to indicate different actions in my app.

enter image description here

Is there a way to do this? using a sdk, api, (@microsoft/teams-js, etc...) Thanks

jonathan
  • 422
  • 4
  • 12

1 Answers1

1

Currently we don't have any API to display notification when some action happens in an app. You can raise an UserVoice for this if this needs to be considered as a feature request. If you want to Send activity feed notifications to users in Microsoft Teams please go through this documentation.

Sridevi-MSFT
  • 240
  • 1
  • 4