Crocio
Crocio

Reputation: 118

How can I send push notifications by MS Teams custom app?

I have a custom MS Teams app (made with React as Front-End and C# as Back-End) and I would like my app to send a notification when an event occurs, for example:

I want my app to send a notification that same day 1 hour before the event. Is that possible?

Upvotes: 0

Views: 789

Answers (1)

Nivedipa-MSFT
Nivedipa-MSFT

Reputation: 1460

You can send the notification in Teams using below ways:

  • Incoming webhook
  • Activity feed notification

Ref Documents:

Create an Incoming Webhook - Teams | Microsoft Learn

https://learn.microsoft.com/en-us/graph/teams-send-activityfeednotifications

Upvotes: 2

Related Questions