How do I configure a webhook for microsoft teams notifications?

Hello,

I am attempting to setup Microsoft Teams notifications for letting my team know in case of a failure. Specifically, I am curious how one obtains a Microsoft Teams webhook. Is there a tutorial for this somewhere that I can follow? I am referring to the one in the documentation (microsoft_teams_webhook)

Operating system: macOS
Version numbers: 0.17.5
Programming language: Python

Thanks

Apparently it’s quite easy. All you need to do is go to the particular channel and click on Connectors.

image

Then click on Incoming Webhook (I cannot attach more than 1 image because new user)

Then just give a name and click create. You should receive a webhook URL that you can copy and use.

1 Like