How do you migrate workflows from Make to n8n?

Quick Answer: Migrate from Make to n8n in 8 steps: export Make blueprints as JSON reference, inventory all scenarios by priority and complexity, map Make modules to n8n nodes, recreate credentials (OAuth/API keys), rebuild workflows using n8n expressions, update webhook URLs in external systems, run both platforms in parallel for 1-2 weeks, then cut over. Credential recreation and webhook updates typically consume 40% of total migration time.

Why Migrate from Make to n8n

Common reasons for migrating from Make to n8n:

  • Cost reduction: Make Teams plan at $348/month vs n8n self-hosted at approximately $10-15/month for infrastructure
  • Data sovereignty: Self-hosted n8n keeps all data on the infrastructure
  • Execution limits: Make charges per operation; n8n self-hosted has no execution limits
  • Code flexibility: n8n supports custom JavaScript and Python in every node
  • Community extensions: n8n's open-source ecosystem allows custom node development

Step 1: Export Make Blueprints

Before building anything in n8n, document existing Make setup:

  1. Navigate to each scenario in Make
  2. Click the three-dot menu → "Export Blueprint"
  3. Save the JSON blueprint file for reference
  4. Screenshot each scenario's visual layout for reference during rebuilding

Blueprints are not directly importable into n8n, but they serve as a detailed reference for the modules, data mappings, and logic used in each scenario.

Step 2: Analyze Your Scenario Inventory

Create a migration inventory spreadsheet:

Scenario Name Modules Triggers Webhook URLs External Systems Priority Complexity
Lead capture 5 Webhook 1 Typeform, HubSpot High Low
Invoice sync 8 Schedule 0 QuickBooks, Slack High Medium
Data cleanup 12 Schedule 0 Google Sheets, API Medium High

Prioritize by business impact and complexity. Migrate critical, simple scenarios first to build confidence.

Step 3: Map Make Modules to n8n Nodes

Most Make modules have direct n8n equivalents:

Make Module n8n Node Notes
HTTP module HTTP Request Nearly identical functionality
Router IF / Switch n8n uses IF nodes for branching
Iterator Split In Batches Processes items one at a time
Aggregator Merge Combines multiple items
Set Variable Set Maps and transforms data
Sleep Wait Pauses execution
Text parser Code node (regex) Use JavaScript regex in Code node
JSON parse/stringify Code node Native JSON handling
App modules Equivalent app nodes Most popular apps available

For Make modules without n8n equivalents, use the HTTP Request node with the service's API directly, or check n8n's community nodes.

Step 4: Recreate Credentials

Credentials cannot be transferred between platforms. For each connected service:

  1. Create new OAuth tokens or API keys in the external service
  2. Configure credentials in n8n's credential manager
  3. Test each credential before building workflows

For OAuth services (Google, Microsoft, Salesforce), you may need to create new OAuth applications in each provider's developer console.

Step 5: Rebuild Workflows

For each scenario in your migration inventory:

  1. Create a new workflow in n8n
  2. Add the trigger node (matching the Make scenario trigger)
  3. Build the node chain, following the Make blueprint as reference
  4. Map data fields using n8n expressions (syntax differs from Make)
  5. Add error handling branches where the Make scenario had error routes

Key Syntax Differences

Concept Make Syntax n8n Syntax
Reference previous step {{1.field}} {{ $json.field }}
Current item in loop {{item.field}} {{ $json.field }}
Date formatting formatDate() {{ $json.date.toISO() }} or Luxon
Conditional if() function IF node or {{ $json.field ? "yes" : "no" }}

Step 6: Update Webhook URLs

If any Make scenarios used incoming webhooks, external systems are sending data to Make-specific URLs. After rebuilding in n8n:

  1. Note the new n8n webhook URLs for each workflow
  2. Update webhook URLs in all external systems (form builders, payment providers, CRM webhook settings)
  3. Verify each external system sends test data to the new n8n URL

This is often the most time-consuming step, especially when webhook URLs are configured in multiple external systems.

Step 7: Run in Parallel

Before cutting over completely:

  1. Keep Make scenarios active
  2. Activate n8n workflows in parallel
  3. Compare outputs for 1-2 weeks
  4. Verify data consistency between both platforms
  5. Monitor n8n execution logs for errors

For scenarios with side effects (creating records, sending emails), route n8n workflows to a test environment or add a "dry run" flag during the parallel period.

Step 8: Cut Over

Once parallel testing confirms parity:

  1. Disable Make scenarios one by one (do not delete them yet)
  2. Monitor n8n for 48 hours
  3. After 2 weeks of stable n8n operation, export Make blueprints as a final backup
  4. Cancel the Make subscription
  5. Keep exported blueprints archived for reference

Migration Timeline

Scenarios Estimated Duration Consultant Days
5-10 simple 1 week 3-5 days
10-25 mixed 2-3 weeks 8-15 days
25-50 complex 4-6 weeks 15-25 days

Editor's Note: We migrated 23 Make scenarios for a client over 3 weeks with one consultant. The breakdown: credential recreation and webhook URL updates across 8 external systems consumed approximately 40% of the total time. The actual workflow rebuilding was straightforward — most Make modules mapped cleanly to n8n nodes. The most complex scenario (a 15-module data transformation pipeline with iterators and aggregators) took a full day to rebuild and test. Monthly cost dropped from $348 (Make Teams plan) to approximately $12 (Hetzner VPS running n8n). The client's operations team needed 2 hours of training on n8n's interface and a 1-page reference guide for monitoring executions. Six months post-migration, they have not needed external help for day-to-day workflow management.

Related Questions

Last updated: | By Rafal Fila

Related Tools

Related Rankings

Best Automation Tools for Marketing Teams in 2026

A ranked evaluation of automation tools used by marketing teams for campaign operations, data management, lead workflows, and cross-platform coordination. Unlike dedicated marketing automation platforms (email tools), this ranking evaluates general-purpose automation tools through the lens of marketing team utility. As of March 2026, marketing teams increasingly rely on a combination of workflow automation platforms and specialized marketing tools. This ranking covers the broader marketing operations (MarOps) stack -- the tools that marketing teams use day-to-day for operations, not just email campaigns. Tools were scored across five criteria specific to marketing team needs: workflow coverage, marketer accessibility, integration breadth with marketing platforms, cost efficiency, and data handling capabilities.

Best Process Orchestration Platforms 2026

Process orchestration platforms coordinate complex, multi-step workflows with dependency management, failure handling, and execution monitoring. Unlike simple automation tools that chain triggers and actions, orchestration platforms handle saga patterns, parallel execution, conditional branching, and durable execution that survives infrastructure failures. This ranking evaluates 7 orchestration platforms as of March 2026, covering both enterprise-grade BPMN engines and developer-focused open-source frameworks. The evaluation spans orchestration depth (workflow complexity support), scalability (concurrent execution capacity), developer experience (SDK quality and debugging tools), monitoring (observability and failure recovery), and community (GitHub activity and commercial support). Scores reflect production deployments managing workflows from 50 to 15,000 daily runs.

Dive Deeper

guide

Automation for Real Estate: Lead Routing, Document Management, and CRM Workflows

Real estate businesses use automation to route leads from listing portals, manage document workflows for transactions, send automated follow-ups, and synchronize property data across platforms. As of 2026, the average mid-size brokerage automates 8 to 15 workflows spanning lead capture, nurture sequences, and transaction coordination. This guide details the automation patterns that deliver measurable ROI in residential and commercial real estate operations.

guide

Automation for SaaS Companies: Operations, Billing, and Growth

SaaS companies rely on automation for trial-to-paid conversion, usage-based billing reconciliation, customer onboarding sequences, and internal operations. As of 2026, the typical mid-market SaaS company automates between 15 and 40 internal workflows using a combination of iPaaS tools and custom integrations. This guide covers the most common automation patterns in SaaS operations, the tools best suited for each, and the implementation considerations that distinguish successful deployments from failed ones.

guide

Automation for Digital Agencies: Client Onboarding, Reporting, and Project Management

Digital and marketing agencies automate client onboarding, project setup, time tracking aggregation, reporting pipelines, and internal communications. As of 2026, agencies with 10 or more employees typically maintain 12 to 25 automated workflows to reduce administrative overhead and ensure consistent service delivery. This guide covers the automation patterns that scale with agency growth, from freelancer-to-team transitions through multi-office operations.