Use this comprehensive n8n workflow to remotely manage your n8n instance. Execute, activate, deactivate, backup, and monitor any n8n workflow directly through simple Telegram bot commands.
Download this n8n workflow template and start using it instantly.
This powerful n8n template transforms a simple Telegram chat into a command-line interface for your entire automation platform. By leveraging the n8n API through dedicated n8n nodes, you gain the ability to execute, activate, and deactivate any n8n workflow instantly. The automation also includes critical administrative functions like deleting archived workflows and generating full backups of your workflows and credentials (ideal for self-hosted n8n setups).
Furthermore, this n8n workflow doubles as a centralized monitoring system. When configured as the Error Workflow in your n8n settings, it sends immediate alerts to your Telegram chat whenever another n8n workflow encounters a failure, ensuring you never miss a critical error. This centralized control system makes managing multiple complex n8n workflows seamless and efficient.
This comprehensive n8n workflow begins with the Telegram Trigger node, waiting for a secure command from the authorized user's Chat ID.
execute or activate), the flow first checks if the workflow name exists using the n8n node to list workflows and a Filter node to match the name. If the n8n workflow is found, another n8n node or Execute Workflow node performs the requested operation (execution, activation, or deactivation). Status updates are sent via a Telegram node.cleanup command uses the n8n node to fetch archived workflows, filters them, and then iteratively uses the n8n node (Delete operation) to permanently remove them, confirming the action via Telegram.backup command uses Execute Command nodes to run n8n CLI exports for workflows and credentials, bundles them into a secure tarball, reads the file, sends the backup document via a Telegram node, and then cleans up the temporary files.To deploy this powerful n8n workflow template, follow these setup steps:
Telegram Trigger: The starting n8n trigger point. It listens for incoming messages, restricted by specific Chat IDs to maintain security.
Set (Cmd Parse): Crucial core logic node. It uses JavaScript expressions to extract the command keyword and the argument from the Telegram message text for proper routing.
Switch (Cmd Switch): The primary flow control mechanism. It checks the parsed command and directs the execution path to the relevant administrative function (e.g., backup, workflows, execute).
n8n Node: Used extensively for administrative tasks. Operations include get (to list workflows or executions), activate, and deactivate—directly manipulating the state of other n8n templates.
Execute Workflow Node: Specifically used by the execute command path to manually trigger another n8n workflow, often one that uses the 'When Executed by Another Workflow' n8n trigger type.
Filter Node (Find Workflow X): Used to search the list of all n8n workflows fetched via the n8n API, matching the user-supplied workflow name (the command argument) to find its internal ID.
Execute Command Node: Used exclusively in the backup branch to execute system CLI commands for generating the backup files (n8n export:workflow, tar).
Error Trigger / n8n Started Trigger: These dedicated n8n trigger nodes enable passive monitoring, notifying the user about instance health and workflow failures.
Use this powerful n8n workflow to manage your OctoPrint 3D printer using conversational AI commands. Features GPT-4o integration, job control, and status checks via an n8n trigger.

Use this powerful n8n workflow to control your Discord bot using natural language commands. Manage roles, send DMs, retrieve server info, and execute Human-in-the-Loop (HITL) tasks via a specialized n8n trigger.

Use this robust n8n workflow template to automate the ingestion, AI analysis, compliance checking, risk scoring, and regulatory auditing of legal contracts using GPT-4.1-mini.

Automate Discord server commands using natural language input. This powerful n8n workflow leverages GPT-4o and the Discord MCP Client n8n node for advanced AI control and robust server management.

Leverage the power of an n8n workflow to create a conversational AI agent that analyzes Google Sheets data using OpenAI's GPT models, providing instant analytical insights. Deploy this n8n template today.

Use this powerful n8n workflow to create, manage, and check for conflicts in Google Calendar events directly from Telegram messages. It leverages the n8n Agent node with Claude 3.5 Haiku for intelligent scheduling.








































