7 years ago
Microsoft Teams
We recently moved from Slack to Microsoft Teams. I would like to get our alert integration working. Does anyone have a writeup of doing this?
We recently moved from Slack to Microsoft Teams. I would like to get our alert integration working. Does anyone have a writeup of doing this?
Also Interested here
Thanks
I would really like to take a look at the documentation... Can't figure it out to work for me. so if you guys have a solution I will be glad to get the help I can to solve this
I would be interested to see what this documentation looks like. We have the email to Teams integration configured. If there is a different way to do this, it would be very interested.
Hi All!
I've tested this and it works. No reply options yet, but it's a start
Create a channel for webhooks in Teams copy that adress and use it in your Integration ( I copied a Slack integration)
And I've used the following JSON formatting
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"themeColor": "ff0000",
"title": "Company - LM Webhook Test",
"text":"Alerts!",
"sections": [{
"activityTitle": "Action Required!",
"activitySubtitle": "Here are the details",
"Facts": [{
"name": "Host:",
"value": "##HOST##"
}, {
"name": "Datasource",
"value": "##DATASOURCE##"
}, {
"name": "Displayname:",
"value": "##system.displayname##"
}, {
"name": "InstanceGroup:",
"value": "##INSTANCEGROUP##"
}, {
"name": "Datapoint:",
"value": "##DATAPOINT##"
}, {
"name": "Datapoint Description:",
"value": "##DPDESCRIPTION##"
}, {
"name": "Level:",
"value": "##LEVEL##"
}, {
"name": "Start:",
"value": "##START##"
}, {
"name": "Duration:",
"value": "##DURATION##"
}, {
"name": "Value:",
"value": "##VALUE##"
}, {
"name": "Threshold:",
"value": "##THRESHOLD##"
}, {
"name": "ClearValue:",
"value": "##CLEARVALUE##"
}, {
"name": "Reason:",
"value": "##DATAPOINT## ##THRESHOLD##"
}, {
"name": "Group:",
"value": "##GROUP##"
}],
"markdown": true
}]
}
Hey Guys,
Give me a couple hours to see if I can't make our instructions publicly accessible today - I can see now there's plenty of demand and we've had another go at cleaning them up so I will see what I can't get posted.
Have a couple meetings this morning but can follow up a bit later. Appreciate the patience ... !
Best,
Kerry
I appreciate the steps for MS teams webhook.
I cannot see the pictures/screenshot.
Hi,
Interested to try this integration piece with our Microsoft Teams. I cannot see the pictures as well. Is there a possibility you can provide the information.
Thanks
For anyone else who might be interested, you can now download this integration from the following location:
https://github.com/kdevilbiss/Integrations/blob/master/Microsoft_Teams_v1.json
Cheers,
Kerry
Address doesn't seem to want to resolve. Chunked it backwards as well and nothing resolves until github's main page.
I've added the JSON to our integration with teams. Looks good, thank you. The Facts sections seem to look great on my iPhone, but are very narrow under windows. I'm going to see if there's a way to nudge them wider.