We use the Slack notification to great success - has anyone integrated notifications with Microsoft Teams?
David
We use the Slack notification to great success - has anyone integrated notifications with Microsoft Teams?
David
Looks like is support a pretty typical REST i/f. Found this, it might "help" (it's powershell, but the concepts are there):
https://kb.paessler.com/en/topic/72306-can-i-send-notifications-to-microsoft-teams-with-prtg
On 04/20/2018 01:28 PM, David wrote:
We use the Slack notification to great success - has anyone integrated notifications with Microsoft Teams?
David
_______________________________________________
checkmk-en mailing list
checkmk-en@lists.mathias-kettner.de
http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en
Thanks for that link.
M$ has plenty of information on this (https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/connectors ),
just wondering if anyone had already done the work, had some examples, maybe even acking from the notification, that sort of thing.
You can get it to work by changing the $URL in the Slack script to the incoming webhook in the Team channel, then setting this as the payload:
curl -H “Content-Type: application/json” -d “{"text": "$TEXT"}” $URL
On Fri, Apr 20, 2018 at 11:42 AM, Christopher Cox chriscox@endlessnow.com wrote:
Looks like is support a pretty typical REST i/f. Found this, it might “help” (it’s powershell, but the concepts are there):
https://kb.paessler.com/en/topic/72306-can-i-send-notifications-to-microsoft-teams-with-prtg
On 04/20/2018 01:28 PM, David wrote:
We use the Slack notification to great success - has anyone integrated notifications with Microsoft Teams?
David
checkmk-en mailing list
checkmk-en mailing list