MAUCacheAdmin
MAUCacheAdmin copied to clipboard
Post to a Teams channel?
@pbowden-msft Thanks for writing this script!
Any way to add notifications to a Teams channel?
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.