Telegram Trigger
The Telegram trigger connects your Telegram bot to a TheQueue workflow. Once connected, the bot automatically processes incoming messages.
Setup
- Get a bot token from @BotFather
- Add a Telegram trigger in the visual editor
- Double-click the trigger → paste the token in the
bot_apifield - Save the project (Ctrl+S)
Detailed guide: Telegram Integration
Parameters
| Parameter | Description |
|---|---|
bot_api |
Bot token from BotFather |
Validation
- The token must be unique — one token cannot be used across multiple projects
- Token format:
123456789:ABCdefGHIjklMNOpqrSTUvwxYZ
What Happens on Activation
When a user messages the bot in Telegram:
- The message arrives via Telegram Bot API
- TheQueue receives the data (text, sender, chat)
- The workflow attached to the trigger runs
- The response is sent back to Telegram
Difference from Message Trigger
- Telegram trigger — Telegram-specific, requires a bot token
- Message trigger — universal, works with any channel