Processor Bot message

This processor delivers messages to a Telegram group chat through a bot token, bypassing the web interface.

This processor lends itself to 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 group chat
Configure bot message delivery

Configuration meanings:

Field name
Required?
Detail

Chat ID

Yes

The group’s 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>/getUpdatesarrow-up-right

Last updated