Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Telegram notifications #222

Closed
TrAnn3l opened this issue Jul 22, 2021 · 5 comments · Fixed by #232
Closed

Add support for Telegram notifications #222

TrAnn3l opened this issue Jul 22, 2021 · 5 comments · Fixed by #232
Labels
area/alerting Alerting related issues and PRs enhancement New feature or request help wanted Extra attention is needed

Comments

@TrAnn3l
Copy link

TrAnn3l commented Jul 22, 2021

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 :)

@stefanprodan stefanprodan added area/alerting Alerting related issues and PRs enhancement New feature or request help wanted Extra attention is needed labels Jul 26, 2021
@dholbach
Copy link
Member

Would it makes sense to use https://github.com/containrrr/shoutrrr? It's used in weaveworks/kured now.

@stefanprodan
Copy link
Member

@dholbach that library looks great 👍

@dholbach
Copy link
Member

@atighineanu is in the #kured Slack channel and has helped out quite a bit.

@TrAnn3l
Copy link
Author

TrAnn3l commented Jul 28, 2021

Looks also great to me!

@somtochiama
Copy link
Member

Picking this up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/alerting Alerting related issues and PRs enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants