Add support for Telegram notifications #222
Labels
area/alerting
Alerting related issues and PRs
enhancement
New feature or request
help wanted
Extra attention is needed
Hey, it would be great if you could add support for Telegram notifications.
You just have make a POST or GET request to specific URL with a few parameters.
The follwing docs show the basics:
https://core.telegram.org/bots/api#making-requests
And for the message one need to use the following method:
https://core.telegram.org/bots/api#sendmessage
The user would only need to supply the URL and the chat_id.
As message formatting, markdown and html is possible.
If you need any further information, feel free to ask.
Thank you in advance :)
The text was updated successfully, but these errors were encountered: