Send error message to Slack

Hi, do you guys happen to considering develop a feature that can send error onto Slack, that would be an amazingly cool stuff.

Slack has an built-in incoming webhook app, which is easy to generate with python, it looks like this:

If that works, our dev and qa in the channel could realize where went wrong real time.

Best,

Workaround: If you start your macros via the command line API, the calling python script can call the webhook on error.

1 Like

Thank you for reply. @ulrich I’ll figure out that. :grin: