Zapier vs n8n 2026: Breadth vs Self-Host Freedom

By VibeDex ResearchOriginally published: April 20, 2026Updated: 20 April 2026

TL;DR

Who this is for: buyers choosing between Zapier (SaaS breadth, 8,000+ integrations) and n8n (free self-host, code escape hatch).Neither platform is better — they solve different problems. Zapier is a SaaS integrator optimised for SMB Ops: 8,000+ apps, Copilot that reasons across the Zap/Agent/Table/Canvas/Form product taxonomy, and Autoreplay retries built in. n8n is a dev-native platform with a free self-host tier, full Code node (JS + Python), LangChain-native AI Agents, and bidirectional MCP. Segment scores diverge sharply: Zapier wins SMB Ops 4.2 vs 3.7; n8n wins Platform Engineer 4.4 vs 2.4. The real question is not which is better — it is whether you want to own the stack or rent it, and whether you have the patch discipline to handle n8n's four critical RCE CVEs in Q1 2026 (Ni8mare CVSS 10.0 + CVE-2026-21877 + CVE-2026-25049 + CVE-2026-33660 patched 30 Mar 2026). n8n 2.0 “Enterprise-Hardened” shipped in response, with Task Runners on by default.

Head-to-Head Summary

Zapier

SaaS integrator. Rent the stack.

  • 8,000+ integrations, 40,000+ actions via MCP
  • $0 / $19.99 / $49 / $69.50 / $103.50+ per month (task-based)
  • Copilot across every product + product-routing reasoning
  • Autoreplay (Professional+) + 5-retry exponential backoff
  • SOC 2 Type II + SOC 3, no generic HIPAA (Enterprise add-on only)
  • Trustpilot 1.4 vs G2 4.5–4.7 (billing-friction gap)
  • • 3M users, 100K paying — biggest user base in the category

n8n

Dev-native self-host. Own the stack.

  • 400+ native + ~1,200 total including community nodes
  • Community Edition free (self-host, no exec cap); Cloud €24–€800+/mo
  • AI Workflow Builder Beta (Cloud-only, 50 credits/mo free)
  • Code node (JS + Python), Execute Command, npm SDK
  • LangChain AI Agent + persistent memory + bidirectional MCP
  • 4x critical RCE CVEs in 2026 including Mar 30 CVE-2026-33660 (patch discipline non-negotiable); n8n 2.0 “Enterprise-Hardened” shipped in response
  • • 3,000+ enterprise customers including Vodafone, Delivery Hero, Microsoft

Who Wins for Which Persona

Aggregate scores hide the real story. The two platforms separate by 2.0 points on the Platform Engineer persona and by 0.5 points on SMB Ops — a larger spread than any two platforms in our six-platform workflow-automation benchmark. Persona first, product second.

PersonaZapiern8nWinnerReasoning
SMB Ops Lead4.23.7Zapier8,000+ integrations + Copilot for linear Zaps. n8n learning curve (20+h non-devs) is disqualifying.
AI Product Builder3.54.0n8nLangChain AI Agent + persistent memory + vector + bidirectional MCP. Zapier Copilot cannot match depth on agent-native builds.
Platform Engineer2.44.4n8nFree unlimited self-host + JSON export + Code node (JS + Python) + npm SDK. Zapier has no self-host option at any price.
Non-Technical Founder3.52.7NeitherBoth lose to Codewords (4.2) and Lindy (4.1). n8n is the worst-fit platform in our benchmark for this persona.

Segment scores weighted per persona (see methodology). Non-Technical Founder column included for completeness — both platforms lose to Codewords and Lindy in that segment.

Dimension-by-Dimension Breakdown

The table below shows 22 scoring dimensions on our 5-point anchor rubric. Zapier wins 5 dimensions, n8n wins 11, and 6 are tied. But a composite count is misleading — Zapier's five wins include the two dimensions SMB Ops Leads care about most (Integrations breadth, Integrations depth), and Compliance & Security sits at Zapier 4 vs n8n 2 following the 2026 CVE cadence.

L2 DimensionZapiern8nWinner
Speed to first automation43Zapier
Learning curve42Zapier
Templates and onboarding55Tied
Build-time transparency45n8n
AI-driven workflow generation44Tied
Logic and branching44Tied
Data mapping and variables45n8n
AI nodes in workflows45n8n
Testing35n8n
Integrations breadth53Zapier
Integrations depth53Zapier
Trigger surface45n8n
Custom code escape hatches35n8n
MCP & ecosystem integration45n8n
Error handling and retries44Tied
Observability and debugging44Tied
Execution reliability43Zapier
Pricing transparency45n8n
True cost at scale34n8n
Compliance and security42Zapier
Vendor lock-in35n8n
Self-hosting & deployment15n8n

Scores on 1–5 scale. Sources: Vibedex scoring (April 2026), first two tests run hands-on on both platforms, third test (webhook + retry) on Zapier only.

Hands-On Test Results

We ran three calibration tests across both platforms. Both completed the Gmail-to-Notion and Google-Sheet classifier tests; the webhook + retry + error-path test was run hands-on on Zapier only and remains research-only on n8n in this benchmark cycle.

Test 1 — Gmail trigger to Notion row

Prompt: “When I receive a Gmail labeled ‘inbound-lead’, create a Notion page with subject, sender, body, and timestamp.”

Zapier Copilot: Built the Zap in a single “Worked for 15 seconds” response from the homepage input. Unique affordance: a Swap app button on every node, letting the user pivot apps while preserving structure. Continuous chat stays docked below.

n8n: Build produced an 8-stage pipeline with a clear “How to Setup” checklist. Gmail trigger exposed 1 trigger + 26 actions; testing surface is stronger than Zapier (Fetch Test Event + Set Mock Data + Manual Execute). Full workflow run blocked by an expired stored OAuth credential with no pre-flight warning — discovered via execution failure.

Test 2 — Google Sheet + AI classify + branching

Prompt: “Monitor a Google Sheet; when a row is added, classify the message field as urgent or normal; if urgent send Slack DM, if normal log to another sheet.”

Zapier Copilot: No clarifying questions — straight to build. Visible product-routing reasoning: enumerated Zap / Agent / Table / Canvas / Form and explained why only Zap + AI by Zapier + Paths apply. Mid-response self-correction (“actually, let me reconsider…”) is unique in the WA category. Paths-aware; execute-side Paths placement not verified this session.

n8n AI Builder Beta: Auto-generated a workflow titled “Google Sheet Message Urgency Classifier with Slack Alerts” from a plain-language prompt. 50/50 free credits visible on the free plan. The scaffold wires a LangChain AI Agent to a memory sub-node and an IF branch — which means the agent remembers prior messages across a session and routes on classifier output without you writing glue code. Builder gets you 80% of the way there; field mapping to third-party APIs still needs manual tweaking.

Test 3 — Webhook + retry + error path

Prompt: “Webhook Catch; POST to httpbin.org/status/500; use built-in retry; after 3 failures, post error payload to Slack.”

Zapier Copilot: Recognised the test intent, did self-directed doc lookup, produced: “Autoreplay will automatically retry failed tasks; if retries exhausted, your error handler will post to Slack with the webhook payload.” Autoreplay is first-class and Copilot knows about it — first hands-on-confirmed Reliability score in our framework.

n8n: Not run hands-on this cycle. Documented capability is strong (Error Trigger node + per-node Retry On Fail + dedicated error workflow); gotcha is the “Continue on error bypasses retries” footgun (GitHub issue #10763). Expect parity on paper, hands-on validation pending.

The n8n Security Reality — 4 Critical RCEs in Q1 2026, n8n 2.0 Shipped in Response

n8n shipped four critical RCE vulnerabilities in Q1 2026, triggering advisories from Singapore CSA, Canadian CCCS, Horizon3, Cyera and Qualys. Our Compliance & Security score for n8n dropped from 4 to 2 mid-benchmark.

  • CVE-2026-21858 “Ni8mare” (Jan 8 2026, CVSS 10.0) — pre-auth RCE in n8n runtime; fixed in 1.123.17 / 2.5.2.
  • CVE-2026-21877 — authenticated RCE chain via workflow execution path.
  • CVE-2026-25049 — CVSS 9.4, confirmed by Perplexity deep-research as a bypass of the prior CVE-2025-68613 (CVSS 9.9) expression-sandbox escape. The security researcher noted “they could be considered the same vulnerability, as the second one is just a bypass for the initial fix.”
  • CVE-2026-33660 — a further critical RCE patched 30 March 2026 per Qualys. This is the third fresh CVE in the cluster following Ni8mare and CVE-2026-25049, bringing the Q1 2026 disclosure cadence to four criticals across three consecutive months (Ni8mare + CVE-2026-21877 + CVE-2026-25049 + CVE-2026-33660).

n8n's response: n8n 2.0 “Enterprise-Hardened” shipped in Q1 2026 with Task Runners on by default— custom JS/Python workflow execution now runs in an isolated process rather than the main n8n runtime, materially reducing the blast radius of future Code-node sandbox escapes. Plus AI Agent node with LangChain tool-agent support, streaming responses and conversation memory. This is a real architectural response to the cluster, not a press release.

If you self-host n8n, confirm your instance is on n8n 2.0 (1.123.17 / 2.5.2 or later). Older builds on public endpoints should be treated as compromised until patched. The CVE cadence compounds with reliability data: n8n Cloud had two long outages in February 2026 (16h58m on Feb 17, 10h56m on Feb 18 per IsDown), partly driven by patch-restart cadence forced by the CVE cycle.

This is a patch-discipline risk, not a stop-using-n8n risk. n8n remains the best platform in our benchmark for Platform Engineers, and n8n 2.0 Task Runners materially narrow the worst-case blast radius. But self-host buyers still need a named on-call owner and an automated patch process. Teams without that should prefer Zapier or n8n Enterprise Cloud with uptime SLA.

The Zapier Reality — Trustpilot 1.4 vs G2 4.5

Zapier's review signal is one of the most bifurcated in SaaS: Trustpilot 1.4/5 vs G2 4.5–4.7/5. The gap is real and channel-specific: Trustpilot is an exit-survey channel that over-indexes on billing and auto-renewal complaints; G2 skews to active in-product users. Specific complaints that show up in the corpus:

  • 623+ outages logged since 2017 (multi-year historical stat), 44 in the last 90 days with a 2h 6min median duration (IsDown). The freshest incidents on our radar: Apr 6 2026 custom-actions failure (22:12–22:47 UTC) and Apr 16 2026 Zap Run History Export download-link errors. An Oct 2025 revenue-loss outage previously triggered 1-star Trustpilot reviews citing refused refunds; recent research confirms no formal post-mortem, SLA change or refund-policy update has been published in the 2026-01-20 to 2026-04-20 window. No SLA on Standard or Pro plans — only Enterprise (Company) gets 99.9%.
  • Current overage structure: Zapier plans include a 25% premium on overage credits beyond plan allotment. One reported case documents £17,500/year on a single business process running 500 times/day at ~12 tasks per run.
  • Nov 24 2025 NPM supply-chain incident (Hacker News thread 46039028) compromised core Zapier NPM packages in November 2025 — a proof point; patched within hours and no repeat incident located as of April 2026. Still a trust hit for dev adoption of Zapier MCP specifically.
  • Copilot cannot place Paths reliably — XRAY Tech hands-on confirmed the planning-vs-execution gap. Our branching-classifier test observed Paths-awarereasoning, but the produced Zap was not inspected for Paths placement.
  • Auto-renewal friction dominates Trustpilot 1-stars: “credit card bill of over $800 for an annual plan charged without notification”; “approximately $350+ without warning.” Auto-replay is now universal across plans; automatic retry-on-failure remains Professional+ only.

None of this makes Zapier a bad product. It makes Zapier a product with known friction seams that concentrate on billing and scale, which is exactly what drives the n8n-self-host-migration narrative.

Pricing at Scale

Zapier charges per task (one action step = one task); n8n charges per execution (one full workflow run = one execution regardless of steps). For multi-step flows, n8n's model is structurally cheaper. Self-hosted n8n eliminates the pricing axis entirely.

TierZapiern8nNotes
Free$0 — 100 tasks$0 self-host (unlimited)n8n Community Edition has no exec cap.
Entry paid$19.99/mo (750)€24/mo (2,500)n8n Starter: 5 concurrent executions.
Pro$49/mo (2,000)€60/mo (10,000)Zapier Pro unlocks Paths + Autoreplay.
Team / Business$69.50/user/mo€800/mo (40,000)n8n Business adds SSO + Git source control.
Enterprise~$103.50/user/moCustomn8n Enterprise unlocks self-host+SSO+audit+LDAP.

The $500-to-$0 migration story is real

Medium and Reddit corpora are dense with self-host migration case studies. Typical stack: Hetzner CX22 VPS at ~£6/mo (£20/mo with headroom), Docker + Postgres + Cloudflare Tunnel, n8n Community Edition. One Medium testimonial: “From $500 Zapier Bills to $0.” A community cost breakdown at 15,000 tasks/month sits at Zapier Team ~$299/mo vs <$10/mo self-hosted n8n. The engineering setup tax is real (Google OAuth config alone is 10–20 minutes per service), but pays back in under one month for most medium-volume teams.

AI Build: Copilot vs AI Workflow Builder

Both platforms shipped AI build surfaces in 2025. The experiences are different in kind, not degree.

Zapier Copilot

Embedded across Zaps, Agents, Tables, Interfaces, and Chatbots. Product-routing reasoning (enumerates Zap/Agent/Table/Canvas/Form) is unique in the WA category. Included on every plan, including Free. Backing LLM is undisclosed; behaviour suggests GPT-class. Strongest for simple 2–4-step linear Zaps. Known ceiling: Paths placement is unreliable, multi-branch logic degrades. Zapier Agents add tool bundles, version checkpoints, and draft/published gating (beta 2026).

n8n AI Workflow Builder Beta

Launched Oct 13, 2025. 50 monthly credits free. Ask/Build tabs; auto-titles the generated workflow (we observed “Google Sheet Message Urgency Classifier with Slack Alerts” on the branching-classifier test). Scaffolds 80–90% of workflow structure. Underneath: LangChain AI Agent node with Window Buffer / Summary Buffer / Postgres / Redis memory sub-nodes + pgvector / Pinecone / Qdrant vector stores + bidirectional MCP. Critical caveat: AI Builder is Cloud-only. Self-host Community Edition loses it entirely.

The structural difference: Zapier Copilot is a generalist assistant across a wide surface; n8n AI Builder is a specialist for agentic/LLM-heavy workflows with Code node escape hatches. If you are building ops automations (CRM syncs, notification routers), Zapier Copilot wins on breadth. If you are building AI products (retrieval-augmented agents, multi-model pipelines), n8n wins on depth.

Will Both Be Around in Three Years?

Zapier — the incumbent default

3M total users, 100K paying customers, ~7% iPaaS market share — the category default by some distance. Durable revenue base and the broadest integration catalog; if you need a tool that will not disappear on you, Zapier is the safest bet.

n8n — fast-growing challenger

3,000+ enterprise customers including Vodafone, Delivery Hero, Microsoft. Vodafone published a case study showing 33 workflows saved £2.2M and 5,000 person-days by January 2025. Accel-led Series C closed October 2025. Self-host means even if the company disappears, your workflows keep running — the durability question has a second answer baked in.

Decision Framework

Pick Zapier if…

  • • SMB Ops Lead persona — citizen-developer, non-engineering team
  • • Linear automations: CRM sync, form-to-Slack, Gmail-to-Sheet, lead routing
  • • You need an app that is only in Zapier's 8,000+ catalog
  • • You are fine renting the stack and paying per task
  • • You do not have an on-call owner for patch-managed infrastructure
  • • Compliance matters: SOC 2 Type II + SOC 3 are baked in

Pick n8n if…

  • • Engineer-led org — at least one named owner for infra & patches
  • • Self-host tolerance: Docker, Postgres, Redis are not blockers
  • • AI-native workflows: LangChain agents, persistent memory, vector retrieval
  • • Cost-at-scale matters — the $500-to-$0 migration is documented
  • • You need full code escape hatches (JS + Python Code node, Execute Command)
  • • You want JSON portability and no vendor lock-in
  • • You accept patch discipline as the cost of 2026 CVE cadence

Pick both if…

Many engineering organisations run n8n for critical paths (webhooks, AI agents, data pipelines) and Zapier for citizen-developer self-serve (marketing ops, HR notifications, sales-team utilities). The platforms are complementary for orgs that can afford both licence models. Migrating everything to n8n is rarely the right answer because it imposes engineering-team review on workflows that should stay with the business owner.

Bottom Line

Zapier and n8n are not tiers of the same product. Zapier is a SaaS integrator; n8n is a dev-native self-host platform. Zapier wins SMB Ops 4.2 vs 3.7 on breadth and Copilot simplicity. n8n wins Platform Engineer 4.4 vs 2.4 on self-host freedom and AI Product Builder 4.0 vs 3.5 on LangChain depth. The buyer question is not which is better — it is whether you own the stack or rent it, and whether you have the patch discipline to handle n8n's 2026 CVE cadence. Most engineering orgs end up running both: n8n for critical paths, Zapier for citizen-developer self-serve.

Sources & References

All external sources were verified as of April 2026. Ratings and metrics reflect the most recent data available at time of review.

  1. Zapier - Pricing Plans(zapier.com)
  2. n8n - Pricing Plans(n8n.io)
  3. NVD - CVE-2026-25049 (n8n expression-sandbox bypass)(nvd.nist.gov)
  4. NVD - CVE-2025-68613 (original n8n sandbox escape)(nvd.nist.gov)
  5. n8n - $180M Series C (Accel-led, Oct 2025)(blog.n8n.io)
  6. Trustpilot - Zapier Reviews(trustpilot.com)
  7. G2 - Zapier Reviews(g2.com)
  8. G2 - n8n Reviews(g2.com)
  9. IsDown - Zapier Outage History(isdown.app)
  10. Qualys - CVE-2026-33660 n8n critical RCE patch (Mar 30 2026)(threatprotect.qualys.com)
  11. The Hacker News - Ni8mare CVSS 10.0 n8n RCE (Jan 2026)(thehackernews.com)
  12. Medium - n8n 2.0 Enterprise-Hardened (Task Runners default)(medium.com)
  13. RogueOps - Zapier reliability / no-SLA posture(gorogueops.com)
  14. Hetzner - Cloud Server Pricing (self-host reference)(hetzner.com)
  15. Medium - From $500 Zapier Bills to $0: Migration Guide(medium.com)
  16. Hacker News - Zapier NPM supply-chain (Nov 2025)(news.ycombinator.com)
  17. ThatAPICompany - Zapier Pricing Breakdown (£17,500 case)(thatapicompany.com)
  18. XRAY - Zapier Copilot Hands-On Review(xray.tech)

Related Vibedex Benchmarks

Methodology: Rankings and scores in this article are based on VibeDex's independent benchmarks. Models are evaluated by AI-powered judges across multiple quality dimensions with scores weighted by prompt intent. See our full methodology

FAQ

Which is better: Zapier or n8n?

Neither — they are fundamentally different products, not tiers of the same thing. Zapier wins for SMB Ops Leads (4.2 vs 3.7) on breadth and Copilot simplicity. n8n wins decisively for Platform Engineers (4.4 vs 2.4) on self-host freedom and Code node depth, and narrowly for AI Product Builders (4.0 vs 3.5) on LangChain-native agents. The real buyer question: do you own the stack or rent it?

Is n8n safe to self-host given the 2026 CVEs?

Yes, with patch discipline. Four critical RCE CVEs hit n8n in Q1 2026: CVE-2026-21858 "Ni8mare" (CVSS 10.0, Jan 8), CVE-2026-21877 (authenticated RCE), CVE-2026-25049 (a bypass of the prior CVE-2025-68613 sandbox fix), and CVE-2026-33660 (critical RCE patched 30 March per Qualys). Singapore CSA, Canadian CCCS, Horizon3, Cyera and Qualys all issued advisories. n8n 2.0 "Enterprise-Hardened" shipped in response, with Task Runners on by default isolating custom JS/Python execution. Self-host users must confirm their instance is on n8n 2.0 (1.123.17 / 2.5.2 or later). Our benchmark downgraded n8n compliance to 2/5. This is a patch-cadence risk, not a stop-using-n8n risk — but engineering orgs need a named on-call owner for n8n patches.

How much do I save self-hosting n8n vs paying Zapier?

Reported migrations cluster at ~98% savings. The canonical Medium case study is "$500/mo Zapier to $0 self-hosted n8n" on a £6/mo Hetzner CX22 VPS. A £20/mo VPS with headroom handles thousands of monthly executions. At 15,000 tasks/month on Zapier Team (~$299/mo) versus £6–20/mo self-hosted n8n, the break-even is under one month even after engineering setup time. One documented Zapier customer case hit £17,500/year on a single business process (500 runs/day, 12 tasks each) — that workflow would cost ~£240/year self-hosted.

Can I migrate from Zapier to n8n?

Not automatically. Neither platform offers a one-click converter. Migration is manual rebuild, workflow by workflow, using community migration guides. Zapier export itself is restricted to Team and Enterprise tiers (lower tiers cannot export at all). n8n provides full JSON export/import on every tier, which is why "self-host as escape hatch" is the dominant n8n origin story. Practical approach: migrate highest-volume or highest-cost Zaps first, keep low-volume citizen-developer workflows on Zapier.

Does n8n have a Copilot-equivalent AI build?

Yes, but with a critical caveat. n8n AI Workflow Builder launched in Beta October 2025 with 50 free credits/month. It auto-titles workflows (we observed "Google Sheet Message Urgency Classifier with Slack Alerts" generated from a plain prompt) and scaffolds 80–90% of workflow structure. The caveat: AI Builder is Cloud-only. Self-hosted Community Edition users lose it entirely — forcing a self-host-vs-AI-build tradeoff that Zapier does not impose on its buyers.

Find the best model for your prompt

VibeDex analyzes your prompt and recommends the best AI image model based on what your specific image demands.

Try VibeDex