What is the main function of the Telegram Bot node in n8n?
The Telegram Bot node allows you to automate interactions with Telegram, serving as a critical connection point for various Integrations. It enables n8n workflows to both receive messages and send responses, effectively integrating Telegram into your automation processes.
How do I configure the Telegram Bot node to start a workflow?
You must set the node to use the trigger functionality. This allows the workflow to start automatically whenever a specific event occurs in your Telegram bot, such as receiving a new message or command.
What types of events can the Telegram Bot trigger on?
The Telegram Bot node can be configured as a trigger for several types of events, including incoming messages, specific slash commands (e.g., /start), callback queries, and channel post updates, enabling dynamic workflow Integrations.
Is the Telegram Bot node only capable of being a trigger?
No. While the node excels as a trigger to initiate workflows based on events, it can also be used later in the workflow to perform actions, such as sending messages or photos, facilitating two-way Integrations.
What authentication method is required for this node?
To establish Integrations, the Telegram Bot node requires authentication via a Bot Token, which is typically obtained from BotFather on Telegram. This token securely links the node to your specific bot account.