Zoom Channel WebHook

Good day everyone,

We are in the process of moving away from Slack to Zoom for our internal collaboration/phone/chat/meetings. I am trying to figure out how to get my LibreNMS alerts to go to a Zoom channel. I have created a channel, and installed their WebHook plugin, but am not able to get the results I want. It’s supposed to send a post to a URL, which I know works fine using Postman, but am not having much success with finding a working combination of options on alerts.

This works fine:
curl ‘https://inbots.zoom.us/incoming/hook/CUSTOM URL’ -X POST -H ‘Authorization: TOKEN’ -d ‘Hello World!’

Directions provided by Zoom:

Has anyone else done this, and gotten it to work? Or, is this maybe a feature that should be requested?

Hi @AtlanticRebel I think what you’re looking for are “transports”.

For example, for Teams.
https://docs.librenms.org/Alerting/Transports/#microsoft-teams

It doesn’t seem to be one for Zoom but you could possibly create a new one? Not sure, I haven’t done anything with it yet.

https://docs.librenms.org/Alerting/Transports/

cheers,

This topic was automatically closed 186 days after the last reply. New replies are no longer allowed.