Telegram Plugin
Send messages to Telegram chats or groups using a bot token.
Actions
| Action | Description |
|---|---|
| Send Message | Send a text message to a Telegram chat |
Setup
- Message @BotFather on Telegram to create a bot
- Copy the bot token
- Add the bot to your target chat/group
- Get the chat ID (message the bot, then check
https://api.telegram.org/bot<token>/getUpdates) - In KeeperHub, go to Connections > Add Connection > Telegram
- Enter the bot token and save
Send Message
Send a text message to a Telegram chat or group.
Inputs: Chat ID, Message (supports {{NodeName.field}} variables)
Outputs: success, error
When to use: Personal alerts for critical events, mobile-friendly notifications, real-time DeFi position updates.
Example workflow:
Schedule (every hour)
-> Read Contract: Aave healthFactor()
-> Condition: healthFactor < 1.2
-> Telegram: "URGENT: Health factor {{ReadContract.result}} - add collateral now"