-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Post to a Teams channel? #18
Comments
Looks like Teams supports incoming webhooks so it should be pretty easy to add. I'll take a look in a bit if Paul doesn't beat me, only problem is I don't have Teams to test with. |
Awesome, thank you! |
Didn't realize you could sign-up for Teams with a free account now. Code is written, testing it now. |
@ryannix123 Checkout PR #19, I added basic support for Teams notifications. There are definitely some formatting options available that you could configure (by editing MAUCacheAdmin) such as adding a title, formatting (bold, italics, etc.) to suite your taste. I don't see a way to specify a name or icon in the cURL request like we can with Slack, so that'll have to be configured when setting up the incoming web hook unless Paul knows some options I couldn't find online. But for basic notifications this will get the job done. |
@pbowden-msft Thanks for writing this script!
Any way to add notifications to a Teams channel?
The text was updated successfully, but these errors were encountered: