Notification - Teams\Office365
See original GitHub issueIs it a duplicate question? No
Is your feature request related to a problem? Please describe. No
Describe the solution you’d like Would like to be able to use Office365 webhooks to send notifications to teams
Describe alternatives you’ve considered Tried using the normal webhook notifier and got this error:
Error: Error: Error: Request failed with status code 400 Summary or Text is required.
at throwGeneralAxiosError (/app/server/notification.js:545:11)
at Function.send (/app/server/notification.js:79:17)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Socket.<anonymous> (/app/server/server.js:529:27)
Additional context Link to info about how the messages are formatted
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Manage notifications in Teams - Microsoft Support
To be notified about all your shown channels, select All activity · To be notified only when you are @mentioned or when you...
Read more >First things to know about notifications - Microsoft Support
1. Notification settings are under Settings and more ... in the top right corner of Teams, then Settings > Notifications. Video: How to...
Read more >Manage your notifications - Microsoft Support
In Microsoft Teams (free), your Activity Feed shows notifications for items such as unread messages, @mentions, replies, and reactions in your chats.
Read more >Customize channel notifications in Teams - Microsoft Support
Go to the channel name and select More options Format icon in Teams. > Channel notifications > Custom. Customize your channel notifications in...
Read more >Microsoft Teams Monitoring and Alerting
Sign in to the Teams admin center. From the left navigation, select Notifications & alerts. Choose the rule you want to configure from...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You can use Microsoft Teams notification via apprise.
Check their readme: https://github.com/caronc/apprise/wiki/Notify_msteams
Confirmed. Works like a charm!! Thank you!!!