Telegram Trigger
Trigger your workflow when a Telegram message is received. Requires Secure Vault credential setup.
Written By pvdyck
Last updated 16 minutes ago
Telegram Trigger
The Telegram Trigger starts your workflow when a Telegram bot receives a message or event.
Authentication
Requires a Telegram Bot token via Secure Vault credential configuration. Set this up in the Credentials section when publishing or as a Producer configuring the agent.
Supported Events
Select which update types to listen for. The default (*) captures all updates except Chat Member, Message Reaction, and Message Reaction Count.
Core Messaging
User Interactions
Chat Management
Business Features
Additional Options
Tips
- Use Restrict to Chat IDs or Restrict to User IDs to filter events to specific conversations or users.
- The Callback Query event is essential for bots with inline keyboards β it fires when a user taps a button.
- To handle payments, listen for Pre-Checkout Query and Shipping Query events.
- The default
*selection is a good starting point; narrow down to specific events once you know which ones your bot needs.
Limitations
- Webhook-based only β uses Telegram's webhook API (not long-polling)
- Requires valid Secure Vault Telegram credential
- Bot must have permission to receive messages in the target chat
- Chat Member events require bot to be an admin in the chat