Data Health Notifications to Microsoft Teams

Hi,

Has anyone managed to send Data Health Notifications to Microsoft Teams? I see there are PagerDuty and Slack integrations but nothing for Microsoft Teams. I think we could use the Webhook option here or maybe a PagerDuty β†’ Microsoft Teams workflow but wondering if anyone else has attempted this.

Thanks,

Theo

This works quite nicely:

Monitoring View β†’ Manage subscriptions β†’ Webhook Notifications β†’ Select a Webhook on a REST API Source with this body:

{
β€œtext”: message
}

where message is a String Input Parameter of the Webhook.

Generate a Teams Webhook URL like this:

https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=newteams%2Cdotnet

1 Like