Hello!
I'm trying to implement Rocket.Chat notifications (aside from standard e-mail ones) via custom alertscript in bash. I use the same action to send notifications for e-mail and the messenger.

Here's my action:



And here is the script:
Code:
#!/bin/bash
...