Skip to main content
This processor delivers messages to a Telegram group chat through a bot token, bypassing the web interface. This processor is suitable for many use cases, such as:
  • 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

Use a bot to deliver messages straight into your Telegram chat

Configure bot message delivery

Configure bot message delivery

Configuration fields

FieldRequiredDescription
Chat IDYesThe chat ID
Bot tokenYesThe bot’s token for integrating with Telegram
MessageYesYour message content, which can be plain text or HTML formatted
GIF linkNoAttach 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