This n8n workflow provides a convenient way to control the activation status of specific workflows via Telegram commands. It enables users to quickly activate or deactivate workflows such as marketing and sales based on simple chat commands, ideal for managing automations on the fly without direct access to the n8n interface.
The process begins with the Telegram trigger node listening for incoming messages on a designated chat. Incoming messages are filtered to ensure they originate from a specific chat ID, improving security and control. The workflow then analyzes the message content to identify commands like ‘/start’ or ‘/stop’ using switch nodes.
Depending on whether the command signals activation or deactivation, the workflow proceeds to activate or deactivate specific workflows by making API calls to n8n. Further content analysis distinguishes whether the message pertains to ‘marketing’ or ‘sales’, directing the activation/deactivation of the corresponding workflows.
This setup is highly useful for managers or team members who want to control different parts of their automation processes remotely via Telegram. It eliminates the need for login access, streamlining urgent adjustments such as stopping erroneous workflows or restarting essential processes quickly in response to real-time events or issues.
Reviews
There are no reviews yet.