Use this powerful n8n workflow to clone or synchronize automation logic between two separate n8n instances, ensuring consistency and preventing manual errors when deploying n8n templates.
Download this n8n workflow template and start using it instantly.
Automation Architects managing multiple staging and production n8n environments.
Technical Teams needing to deploy consistent n8n workflow updates across different self-hosted instances.
Users who want a reliable method to back up or move specific n8n templates between accounts.
Anyone utilizing the n8n API for administrative and DevSecOps tasks.
Managing multiple n8n instances often leads to synchronization challenges. Manually exporting and importing complex n8n workflow definitions is time-consuming and error-prone. This specialized n8n workflow solves this by automatically identifying and cloning workflows present in a source instance but missing from a destination instance.
By leveraging the native n8n node functionality and SQL comparison logic within the Merge node, this automation ensures high fidelity synchronization. After cloning the missing n8n workflow, it uses an advanced HTTP Request step to optionally assign the new workflow to a specific project on the destination instance, offering complete administrative control over your new n8n templates deployment.
This automation starts with the 'When clicking Test workflow' n8n trigger.
GET - Workflows n8n node for the source instance's workflows and the GET - Destination Workflows n8n node for the destination instance's workflows.LEFT JOIN comparison. It compares the workflow names from the source (Input 1) against the destination (Input 2). The WHERE input2.name IS NULL clause ensures that only workflows that exist in the source but are missing from the destination are passed forward.To deploy this powerful n8n workflow and manage your n8n templates, follow these steps:
GET - Workflows n8n node. Update the 'n8n API' credential (labeled 'AK n8n original account' in the template) to point to your Source n8n instance.GET - Destination Workflows and CREATE - Workflow (labeled 'AlexK1919 n8n ent account' in the template) to point to your Destination n8n instance.All permissions) to list and create n8n workflow items.Filter Project n8n node and change the rightValue in the condition to match the exact name of the project you want the new n8n workflow to be transferred to on the destination instance.This n8n workflow relies on core nodes and the n8n API:
When clicking ‘Test workflow’ (Manual Trigger): The essential n8n trigger to initiate the cloning process. Used for immediate synchronization tests.
GET - Workflows / GET - Destination Workflows (n8n node): Uses the n8n API resource to retrieve all workflows from the respective source and destination instances.
Merge Workflows (Merge node): Crucial for logic control. Uses Combine by SQL mode with a LEFT JOIN to filter out any n8n workflow that already exists on the destination instance based on the workflow name.
CREATE - Workflow (n8n node): The final action node, responsible for posting the complete JSON definition of the missing n8n workflow to the destination instance's API.
Filter Project (Filter node): Used to identify a specific Project ID on the destination instance by matching the project name (e.g., 'z Original n8n Workflows from AlexK1919').
PUT - Workflow in Project (HTTP Request node): An advanced utility n8n node that makes an API call to transfer the newly created n8n workflow into a specific project container.
This advanced n8n workflow leverages Telegram as a front-end to utilize ElevenLabs for secure voice cloning and speech-to-speech transformations. Get this powerful n8n template to deploy your own voice AI assistant.

Automate realistic voice cloning using this advanced n8n workflow. Integrate the Zyphra Zonos API for text-to-speech generation, local file handling, and robust error response management using custom n8n nodes.

Automate cloning viral videos using AI (Perplexity, GPT-4o, Captions.ai) and schedule auto-posting to Instagram, TikTok, YouTube, and 6 other platforms using this robust n8n workflow.

Deploy a powerful n8n workflow featuring 20 distinct SerpApi search tools for your AI agent. Leverage structured data extraction using this core n8n node setup for advanced AI capabilities.

Use this powerful n8n workflow to automatically scrape webpage content from Google Sheets, extract entities using GPT-4o-mini, assign topical clusters, and generate internal linking suggestions. Boost your SEO authority with this scalable n8n template.

Build a powerful n8n workflow to scrape CoinGecko, log prices to an n8n Data Table, generate 24h crypto forecasts using Gemini AI, and send daily reports via Gmail. This complex n8n template streamlines financial monitoring and analysis using advanced LLM capabilities.








































