- You can craft workflows that monitor on-chain activity and instantly push alerts to a Telegram group.
- Once the swap completes, it sends you a Telegram notification with the transaction details.
- Monitor any wallet on the blockchain, and if it sends or receives funds, you’ll get a Telegram alert right away.

Use a bot to deliver messages straight into your Telegram chat

Configure bot message delivery
Configuration fields
| Field | Required | Description |
|---|---|---|
| Chat ID | Yes | The chat ID |
| Bot token | Yes | The bot’s token for integrating with Telegram |
| Message | Yes | Your message content, which can be plain text or HTML formatted |
| GIF link | No | Attach a GIF to accompany the message, attachments must be in GIF format |
How to find the chat ID
To retrieve the chat ID, first obtain your bot token, then replace<your_bot_token> with that value along this path:
https://api.telegram.org/bot<your_bot_token>/getUpdates