Telegram Connector
Define how your connected Telegram bot answers messages with a visual flow.
Overview
When a user messages your connected Telegram bot, the active Telegram flow can read the message, use AI or conditions, ask for another user reply, and send a final response.
Setup
Connect your bot first: Telegram Bot Integration. Then create and activate a flow with the Telegram trigger. Each project can have one active Telegram flow.
Entry and exit nodes
- Telegram Input - reads the incoming message, chat, session, and user details into flow variables
- Telegram Response - sends the final reply to the Telegram chat
Built-in actions
- Telegram Message - send an additional Telegram message during the flow
- User Input - ask a question and wait for the user's next message
Common scenarios
- FAQ bot with RAG search over your knowledge base
- Guided conversation that asks a follow-up question
- Conditional routing - different answers based on message content or user data
- Send an extra Telegram message before the final response when the flow needs it
Nodes you can combine
Telegram flows can use shared nodes such as RAG Search, Invoke LLM, conditions, filters, variables, text operations, and debug nodes.
Test the flow in a private chat before enabling it for a wider audience.