So, Unfortunately ( from a New Relic view ) we are using MS Teams, This means building the Custom JSON payload for the WebHook to work.
As you know if you are using Teams you seems to be restricted to the follow JSON
{
“title”: “Infomation goes here”
“text”: “further text goes here”
}
This seems restrictive in building useful alert notifications, so I was wondering if anyone has any examples of how they have worked with this restriction?
ta
jR