Skip to content
Discussion options

You must be logged in to vote

To help anyone looking for the same thing. Its possible via Custom Notification Webhook:

Using botfather u can create a telegram token and then you also have to find out your chat id where u want to send messages too (you can google this). With this info you can go to blocks -> custom notification webhook.

Heres the image in text form incase it has any display issues:

Webhook URL
https://api.telegram.org/bot{{botToken}}/sendMessage
Name
telegram
Method
POST
Query Params
None
Cookies
None
Headers
{"Content-Type":"application/json"}
Custom Secret Values
{"botToken":"********"}
Timeout
10
Form Data
None
JSON Data
{"chat_id":"CHATID","text":"{{ body }}","disable_web_page_preview":true}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by baltic-tea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants