Slack Notifications?

Hello all,

Has anyone here managed to get Webhooks working to send notifications to a Slack channel? I’ve done this for plenty other services without issue, but I am getting an Error: 400 Bad Request with ZeroTier when I look at the logs. When I look at the JSON event data, it appears to be formatted correctly.

Would love to hear if anyone has this working, or has any ideas on how I might fix it.

Thanks,
Nathan

Are you trying to point the Central webhooks directly at a slack webhook? If so, that’s not likely to work, because our Webhooks don’t output in whatever Slack is expecting for input. You’ll need some sort of intermediary service to translate our webhooks into a format that Slack will accept.

Ah… that is too bad that it requires me to use another service as well for this. It would be nice if you could provide an option to directly send to Slack, or allow me the option to adjust the output into a format Slack would accept.

We offer Go, TypeScript, and Python libraries for validating & parsing the hooks. Getting those to slack would fall on your end though.

Guess it is time to try and brush up on my Python skills :wink:

Thanks!

1 Like

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