Workflow automation in 2026 is no longer just "trigger → action." The category split into three clear camps:line-of-business automators(Zapier, Make),enterprise integration platforms(Workato, Tray.io), anddeveloper / self-host first(n8n, Activepieces). Picking the wrong camp is the #1 reason teams pay 5x what they need to and still hit limits.
This guide compares the six platforms that matter, with real 2026 pricing pulled from each vendor's site, the integration counts they actually publish, and the AI features that ship today (not roadmap). I'll tell you which one to pick by use case, and where each one breaks.
Quick Picks
- Non-technical team, fast results→Zapier— 8,000+ apps, the easiest builder, but operations get expensive past 50k tasks/mo.
- Power users who need branching, loops, and complex data→Make— visual canvas, ~5x cheaper per operation than Zapier on identical scenarios.
- Developers who want code in the canvas (or self-host)→n8n— fair-code license, free self-hosted forever, native LangChain.
- Enterprise IT with SOC 2, HIPAA, and SAP / Workday flows→Workato— governance, audit trails, six-figure ACVs.
- Embedded automation inside a SaaS product you sell→Tray.io— white-label embedded iPaaS for product teams.
- Open-source / fully transparent stack→Activepieces— MIT-licensed Zapier clone, 280+ pieces, growing fast.
Pricing at a Glance (May 2026)
| Tool | Free Tier | Entry Paid | Mid Plan | Enterprise |
|---|---|---|---|---|
| Zapier | 100 tasks / 5 Zaps | $19.99/mo | $49/mo (Pro) | Custom (SSO, advanced admin) |
| Make | 1,000 ops / 2 scenarios | $9/mo (Core) | $16/mo (Pro) | Custom (Enterprise) |
| n8n | Self-host = free forever | $24/mo (Cloud Starter) | $60/mo (Pro) | Custom + SSO + RBAC |
| Workato | No free tier | ~$10K/yr (Workspace) | $30K–60K/yr | $100K+/yr (typical) |
| Tray.io | 14-day trial | ~$2,450/mo (Pro) | Custom (Team) | $80K+/yr (Enterprise) |
| Activepieces | Free Cloud + OSS | $25/mo (Pro) | $200/mo (Platform) | Custom (white-label) |
One number that does not show up cleanly in any pricing page:cost per 100,000 operations. On equivalent multi-step workflows, my back-of-envelope math for May 2026 puts Make at roughly$0.0009/op, n8n Cloud Pro at$0.006/op, Zapier Professional at$0.025/op, and Workato custom contracts north of$0.05/opwhen you include governance overhead. That's a 50x spread for tasks that look identical from the outside.
Integration Counts (Apps Connected)
- Zapier:8,000+ — the moat that nobody else has matched.
- Make:2,000+ apps — plus universal HTTP / webhook / OAuth modules that close the gap.
- n8n:1,200+ nodes (community + official) — plus generic HTTP request, GraphQL, and code nodes.
- Workato:1,200+ — deep enterprise apps (Workday, NetSuite, SAP) with certified accelerators.
- Tray.io:750+ — weighted toward enterprise SaaS and embedded use cases.
- Activepieces:280+ pieces — small but doubling year over year.
Numbers can mislead. A modern SaaS stack uses 30–80 distinct apps, and every platform here covers Slack, Salesforce, HubSpot, Gmail, Notion, Stripe, GitHub, and the other top 100. Where they diverge: long-tail apps (industry verticals, regional CRMs, niche analytics) and enterprise systems with dirty auth (Workday, SAP). Zapier wins the long tail; Workato wins the enterprise tail.
Builder Experience: Linear vs Visual vs Code
Zapier — Linear, opinionated, fast
Zaps are top-to-bottom step lists. Filters, paths (branching), and formatters are inline. The mental model is dead simple, which is why business teams ship value in 30 minutes. It cracks once you need parallel branches, loops over arrays, or error retries beyond the defaults.
Make — Visual canvas, power-user heaven
Make's canvas places modules as nodes you connect with pipes. You can fan out, route by condition, iterate over collections, run aggregators, and set up explicit error handlers per branch. The learning curve is real (1–2 weeks), but for anything past three branches Make is genuinely faster than Zapier.
n8n — Canvas plus first-class code
n8n looks like Make at first glance, but every node accepts inline JavaScript or Python. There is also a dedicated Code node and a built-in HTTP Request node that handles auth, pagination, and retries without third-party plugins. The killer feature in 2026 is native LangChain support: AI Agent, Memory, and Tool nodes plug into Anthropic, OpenAI, or self-hosted LLMs.
Workato — Recipes for IT-grade flows
Workato calls workflows "recipes." The builder is friendlier than Tray's but more rigid than Make's. The point isn't speed of authoring — it is governance: every recipe versioned, every change audited, every secret rotated, and accelerator templates that deploy a full Workday→NetSuite hire-to-pay flow in days instead of months.
Tray.io — Embedded-first canvas
Tray's canvas is a rebuilt Tray Embedded Marketplace where SaaS vendors embed integrations directly inside their products. If you sell software and customers ask "do you connect to X?", Tray's value proposition is that you ship 250+ integrations on day one without hiring an integrations team.
Activepieces — Open-source Zapier clone
Activepieces' canvas mimics Zapier's vertical step list with a polished UX. The differentiator is licensing: MIT for the core engine, AGPL for the platform features. Self-host for free, audit the source, fork it. The community shipped 280+ pieces in 18 months.
AI Agents in 2026
Every platform here added "AI Agents" in the last 12 months, and the marketing pages look identical. Underneath, the implementations diverge wildly.
- Zapier AI Agents:Autonomous LLM calls that reason over a goal and pick from your connected Zaps. Best for sales / support follow-up flows. Uses your Zap quota.
- Make AI Agents:Multi-step reasoning agents with explicit memory, paired with a 1,000+ app toolset. Strong on data-heavy ops (research, scoring, summarization).
- n8n AI:Native LangChain nodes — you assemble an agent from primitives (LLM + Memory + Tools) inside the canvas. Most flexible, most code-adjacent.
- Workato Genie:Domain-specific copilots: IT Genie, Sales Genie, HR Genie. Pre-trained on enterprise patterns. Premium-priced.
- Tray.io Merlin:Embedded AI in customer-facing automation surfaces.
- Activepieces Copilot:Builder copilot that drafts pieces and prompts; usable but lighter than the others.
The pattern: if you want a polished agent that just works, Make and Zapier ship the cleanest experience. If you want full control over prompts, models, and tool wiring, n8n is the only one that exposes LangChain primitives directly. Read the deeper technical breakdown in ourbest AI agents 2026guide.
Self-Hosting and Data Residency
Three of the six can be self-hosted:n8n,Activepieces, and (with an enterprise contract)Workato. Zapier, Make, and Tray.io are SaaS-only.
For regulated industries (healthcare, finance, EU public sector under the AI Act and GDPR Schrems II) self-hosting moves from "nice-to-have" to "required." In those cases the choice narrows to n8n or Activepieces, and the deciding factor is usually integration depth: n8n wins on enterprise apps, Activepieces wins on price (free-forever core).
Workflow Limits to Watch
Every platform throttles you somewhere. The throttle is what blows up budgets:
- Zapier:tasks/month. A multi-step Zap with 5 actions = 5 tasks per run. A 1k-row sync = 5,000 tasks. Cap on the Pro plan is 2,000 tasks for $49 — you'll outgrow this in week 2 of a serious deployment.
- Make:operations/month. Cheaper per op but Make charges for every module hit including filters and routers — inflated counts surprise teams who model on Zapier numbers.
- n8n Cloud:executions/month. Each entire workflow run = 1 execution regardless of node count. Heavy workflows cost the least on n8n's pricing model.
- Workato:recipe runs (sometimes "transactions"). Pricing negotiated per use case.
- Tray.io:tasks tied to seats and embedded customer count.
- Activepieces:tasks; self-hosted is unlimited.
If you've already shoppedno-code app buildersthe pattern is familiar: cheap to start, expensive at scale, and the unit you pay in matters more than the headline price.
Use-Case Verdicts
1. Solo founder gluing tools together
Pick Make.Free tier covers real work, $9 Core plan handles a starter SaaS, and visual branching means you won't outgrow it. Zapier is faster to learn but you'll hit the cost wall at month three.
2. Marketing ops at a 50–500 person company
Pick Zapier (Pro or Team).The integration count is what marketing actually needs (random ad platforms, niche email tools, regional CRMs), and non-technical teammates can author. Pair witha real marketing automation platformfor sequences — don't run nurture flows in Zapier.
3. Engineering team building internal automation
Pick n8n.Code nodes, version control via Git, native LangChain, self-host on a $20 VPS. The cloud Pro plan ($60/mo) handles most teams; self-host scales infinitely. Pair withyour AI agent framework of choice.
4. RevOps / SalesOps with Salesforce + 6 systems
Pick Workato or Tray.io.The enterprise CRM-to-everything-else flows are what these platforms exist for. Workato wins on certified accelerators, Tray wins if you're embedding flows into a customer-facing product.
5. SaaS company shipping integrations to customers
Pick Tray.io Embedded.White-label canvas inside your product, customer-managed credentials, billing aligned to your SaaS. Workato has a similar offering but Tray was built for this from day one.
6. Privacy-first / GDPR-strict / on-prem
Pick Activepieces or n8n self-hosted.Both run on your infra. n8n has more enterprise apps; Activepieces has cleaner OSS licensing.
What These Platforms Are Not Good At
- Real-time data pipelines— use a stream-processing tool (Kafka, Materialize) or warehouse-native ETL (Fivetran, Hightouch).
- High-throughput webhooks (10k+/min)— Zapier and Make queue and throttle. n8n self-hosted scales further if you tune the worker pool.
- Stateful long-running processes— weeks-long workflows belong inPM toolsor BPM platforms like Camunda, not iPaaS.
- Customer-facing chatbots— Zapier Chatbots is fine for triage; for production-quality conversational AI use a dedicated stack.
A Real Cost Example: 250k Operations / Month
Pricing pages hide the truth. Here's the same hypothetical workload — a 250k-operations-per-month e-commerce ops team running 40 active flows — costed against each platform at May 2026 list rates.
- Zapier Company plan:250k tasks ≈$1,499/moon the new tiered pricing, plus add-ons for Tables and Interfaces. Annual: ~$18K.
- Make Teams plan:250k operations ≈$214/moon the standard usage curve, with priority execution and team controls included. Annual: ~$2.6K.
- n8n Cloud Pro:Pro is execution-based not op-based; 250k operations across multi-node flows usually fits inside the $60/mo Pro plan or the $200/mo Business tier. Annual: $700–$2.4K.
- Workato:Custom contract for 250k recipe runs typically lands at$30K–60K/yeardepending on connectors used, plus implementation services.
- Tray.io:Similar to Workato — custom contracts in the$24K–80K/yearband depending on whether it's standalone or embedded.
- Activepieces self-hosted:Infra cost only, typically$30–100/monthon a managed VPS or container. Annual: ~$600.
That's a 50–100x spread for the same workload. The right answer is rarely the cheapest — total cost of ownership includes hours of engineering time saved, but the gap between Make/n8n and Zapier/Workato deserves a hard look before you renew.
Common Mistakes Teams Make
- Building business-critical flows in a free tier.When the free tier disables, the business breaks. Always pay for the tier above your steady-state load and budget headroom for spikes.
- Sending PII through SaaS iPaaS without a DPA.Zapier, Make, n8n Cloud all offer DPAs but you have to ask. Compliance teams flag this on audit, not before. If you process EU PII, get the DPA before launch.
- Counting integrations instead of testing them."8,000 apps" includes apps with shallow connectors. Test the specific endpoints you need (write, read, search, paginate, webhook) before standardizing.
- Treating workflow tools as ETL.Loading 10M rows into a warehouse via Zapier costs more than Snowflake itself. Use a real ETL tool (Fivetran, Hightouch) for batch data movement.
- Skipping error handling.Default error settings on Zapier/Make stop the run silently. Add a Slack/email alert step on every critical flow — it pays for itself the first time a vendor's API goes flaky overnight.
- Locking into one vendor without exit plans.Export your flow definitions monthly. Zapier and Workato make it intentionally hard to leave; Make exports JSON; n8n is just JSON files in your repo.
Migration Notes
If you're moving off Zapier (the most common 2026 migration), Make and n8n both ship Zap importers that handle ~80% of common Zaps automatically. Multi-step Zaps with paths convert cleanly; Zaps that lean on Zapier-specific formatters (lookup tables, storage) need rebuilding. Budget two weeks of focused work to migrate 30–50 Zaps. Workato and Tray do not import Zaps — their consultants rebuild flows from a discovery doc.
FAQ
Is Zapier still worth it in 2026?
For non-technical teams under 2,000 tasks/month, yes — the time savings on integration count outweigh the per-op price. Past that, Make is roughly 5x cheaper per equivalent workflow. Above 100k tasks/mo, every team should benchmark Workato and n8n.
What's the difference between Make and Zapier?
Same category, different philosophy. Zapier is linear, opinionated, and shipped to win the long tail of business users. Make is a visual canvas with branching, loops, parallel execution, and explicit error handling — closer to a low-code data pipeline tool than a Zap. Make is cheaper per operation; Zapier is cheaper per hour-of-engineer-time.
Can I self-host Zapier or Make?
No. Both are SaaS-only. The closest equivalents aren8nandActivepieces, both of which can run on your infrastructure for free.
How much does Workato actually cost?
Workato does not publish list prices. Public sources (G2 reviews, Glassdoor budgets, Reddit r/sysadmin) put Workspace plans around $10K/year, mid-market deployments at $30K–$60K/year, and enterprise contracts above $100K/year. Pricing is per-recipe + per-connector + per-workspace, with annual minimums.
Which platform handles AI agents best?
For polished out-of-the-box agents, Make AI Agents and Zapier AI Agents both work. For full control over models, prompts, and tool selection, n8n's native LangChain integration is the only one that exposes the primitives directly. Workato Genie is the strongest if you specifically need domain copilots (IT, Sales, HR) tied to enterprise systems.
Is n8n really free?
Self-hosted n8n is free under the fair-code Sustainable Use License. You can run it commercially, modify it, and ship it inside your stack. The cloud version starts at $24/mo. The license restricts reselling n8n itself as a competing SaaS — normal commercial use is fine.
What about Pipedream and IFTTT?
Pipedream is developer-focused (Node.js / Python in workflows) but lost mindshare to n8n's broader feature set. IFTTT is consumer-grade (smart home, social) and doesn't fit business workflows. Neither makes the 2026 short list for serious automation.
Bottom Line
The fastest way to pick: askwho builds the automationsandwhere the data lives.
- Business teams + SaaS data →ZapierorMake.
- Engineers + mixed cloud/on-prem →n8n.
- IT + enterprise systems of record →WorkatoorTray.io.
- Privacy-first / OSS →Activepiecesorn8n self-hosted.
Most teams over-buy. If you're under 5,000 ops/month and your team is non-technical, start on Make's $9 Core plan and revisit at 100k ops. If you're an engineering org, install n8n on a $20 VPS this afternoon — the migration cost from there is small. Save Workato and Tray for the day a CFO and a CISO are both on the call.