Microsoft is deprecating the Office Connectors for Teams, e.g. their webhooks implementation to post to team channels. They are requiring migration to Microsoft Power Automate Workflows. It appears from the teams connector documentation it relies on Office Connectors. Does Grafana support Automate Workflows webhooks?
I am using Grafana 9.3 and was able to do tests with both office connector webhooks and workflows. It works fine with both. My initial concern was with the card format. And… reviewing the latest code changes in Github, I can see that there is code activity related to this area. So… no concerns here.
I’m using Grafana 11.0 and I just updated the webhook URL https://tensorenergyjp.webhook.office.com/webhookb2/xxxx
with the new one https://prod-05.japaneast.logic.azure.com:443/workflows/
… but I get an error
Failed to send test alert.: send notification to Teams: webhook failed validation:
Did you change anything else to test?
I use Grafana 11.1.1 and tested workflows. Ok, technically it works, but it is awful.
- it the message preview doesn’t show anything, but card. With webhook, I could see the message preview and understand what exactly I get in alert message. Now I see “card” and thats it.
- resolved messages has not been sent, when alert was resolved. I don’t know why. Also I can not much descriptive see error message from Grafana when I test contact point with workflows. Even trough the message was sent, Grafana show error.
Hello
This issue has already been reported in our GitHub repo
See this post (includes a workaround). Hope it helps!
Grafana doesn’t natively support Power Automate Workflows yet, but you might be able to use a custom webhook setup or A Detailed Guide intermediary service to bridge the gap. It could be worth checking Grafana’s plugin ecosystem for any recent updates or community solutions.