Chef Automate Notification Webhook Not Firing

Hello, I setup a webhook with MS Teams and the "testing" capability works great. When I run an inspec "Scan Job" and receive a failure I am not seeing the notification post into my MS Teams channel. I am curious if the notifications / webhooks have some additional settings or stipulations that I am not seeing on docs.chef.io.

Thanks!

Apparently Chef hardcodes the format of the Webhook and Teams cannot deal with it: Progress Customer Community

This is pretty typical of systems. Sometimes writing a tool as an intermediary or translator is required if you cannot map fields in the tool that you are sending it to. I've worked with some tools that were hardcoded on the sending side but could be mapped on the receiving side, and visa versa and some that neither side was flexible, so we wrote a forwarder.