There is multiple slack/sms/.. etc support questions flying around. I think the first stab is to refactor the bot to be controlled in command line while supporting Telegram. Then we have a easier base to add more notifications.
Eventually using a module like notifiers would make sense, as it supports multiple notification methods, including but not limited to Telegram, Slack, email and SMS (using Twilio).
Here's a repo that implemented the notifiers module route:
https://github.com/CryptoSignal/crypto-signal/tree/master/app/notifiers
(MIT license)
after looking at notifiers a bit more in detail - i'm not sure if notifies will bring what we need (controlling the bot over telegram does not seem possible with it unless I missed that part in the docs)
I think i'll close this since we've done huge refactorings to RPC, and integrating a new handler is now pretty straightforward (#1863).
Most helpful comment
Here's a repo that implemented the notifiers module route:
https://github.com/CryptoSignal/crypto-signal/tree/master/app/notifiers
(MIT license)