Turn n8n workflows on or off with a Telegram message. Great for fast fixes during incidents or after hours when you are away from your computer. Ideal for small teams and admins who need quick control with simple commands.
A Telegram trigger listens for new messages. A filter passes only messages from your approved chat id for safety. A command switch checks if the text starts with /start or /stop. Another switch looks for a keyword, like marketing or sales, and routes to the correct target. n8n API nodes then activate or deactivate the chosen workflow by its ID. You can edit the keywords to match the workflows you use most.
You need a Telegram bot token and an n8n API key. Add your chat id and set the workflow IDs in the n8n nodes. Expect faster response times and less downtime because you can pause or resume jobs from your phone in seconds. Common uses include stopping a failing marketing flow, resuming a sales process after a fix, or toggling heavy batch jobs on demand.