web hooks? MS Teams
Posted: Thu Jul 06, 2017 9:18 pm
Hi all,
Has anyone worked with sending notices out to applications like Slack or MS Teams?
I was looking to use HTTP Request to post an error message to a group channel. But it seems you can only post a file, where I just want to post a simple json string.
example:
{
"@context": "http://schema.org/extensions",
"@type": "MessageCard",
"themeColor": "0072C6",
"title": "Switch could not Process Job",
"text": "AHHH SOMETHING HAPPENED"
}
If someone has done this I would love to see how it was achieved. I do have the scripting module but this seemed simple enough that I would assume the configurator could handle it.
Thanks
Has anyone worked with sending notices out to applications like Slack or MS Teams?
I was looking to use HTTP Request to post an error message to a group channel. But it seems you can only post a file, where I just want to post a simple json string.
example:
{
"@context": "http://schema.org/extensions",
"@type": "MessageCard",
"themeColor": "0072C6",
"title": "Switch could not Process Job",
"text": "AHHH SOMETHING HAPPENED"
}
If someone has done this I would love to see how it was achieved. I do have the scripting module but this seemed simple enough that I would assume the configurator could handle it.
Thanks