Skip to:
Freenas supports sending notifications to Slack, and others.
Would be great to have Telegram support as well, as I think a lot of people use it as an alerting system, as it's free and easy to setup.
The user needs to provide 2 pieces of information:
the chat_id
the API key
simple bash script to send a message to Telegram, using curl.
This calls the Telegram bot API sendMessage (https://core.telegram.org/bots/api#sendmessage)
Suggestion ticket opened as suggested
This has been lingering around for almost 2 years.
We have no resources to implement every service on our own.
if you deem this important please file a new Suggestion type of ticket where it can be upvoted by community.
See also
aAlso telegram's arriving AFAIK
I would LOVE to see this.
Admittedly it's probably mostly for home users, but it's still super easy and valuable.
Freenas supports sending notifications to Slack, and others.
Would be great to have Telegram support as well, as I think a lot of people use it as an alerting system, as it's free and easy to setup.
The user needs to provide 2 pieces of information:
the chat_id
the API key
simple bash script to send a message to Telegram, using curl.
This calls the Telegram bot API sendMessage (https://core.telegram.org/bots/api#sendmessage)