Most founders pick the wrong automation tool — not because they made a stupid choice, but because they picked the tool first and discovered the requirements second. This page gives you the framework I use: pick the lowest level that meets your actual need, not the most popular one on Twitter.
The 60-second answer
- Zapier if you're under 1,000 events/month and your automations are linear (trigger → action).
- Make if you have branching logic, need to transform data inline, or your monthly Zapier bill has crossed $80.
- n8n if you have a technical co-founder/contractor, need data to stay in your own infrastructure, or you've crossed 50,000 operations/month and Make's bill is now real money.
- Native integrations first, before any of the above. Stripe → QuickBooks, Calendly → HubSpot, Slack → GitHub — most SaaS pairs you actually use already talk to each other for free.
Six questions that pick the tool for you
- Do native integrations cover this? If yes, stop. Use them.
- Is the workflow linear or branching? Linear → Zapier. Branching → Make.
- How many events per month? <1k → Zapier free/cheapest paid. 1k–10k → Make. >50k → n8n.
- Does data have to stay in your infra? If yes (HIPAA, GDPR-strict, financial) → n8n self-hosted.
- Will you maintain this in 12 months? If you'll forget — pick the platform with the cleanest UI you find. The "best" tool you'll never touch again is worse than the "fine" tool you'll actually update.
- Do you have a developer? n8n needs one within the first week. Without one, stop at Make.
The cost math nobody shows you
A typical small business runs ~3,000 automation events per month: form submissions, calendar bookings, payment notifications, internal pings. At that volume:
- Zapier: ~$50/month (Starter plan) at the low end, $100+ if you use multi-step Zaps and Filter/Formatter.
- Make: ~$10/month for the Core plan (10k ops). 5–10× cheaper for the same workflows.
- n8n self-hosted: $5/month for a small VPS. But add ~10 hours of setup the first time and ongoing maintenance.
The tradeoff is time vs money. Zapier costs more but eats zero brain. n8n costs almost nothing but eats hours. Pick the side of the tradeoff that matches what you have less of.
Common mistakes
Three patterns I see weekly: founders who picked Zapier, scaled past it, and now have a $400/month bill they're afraid to migrate; founders who picked n8n on day one because it was the "advanced" choice and now have a half-finished automation system they can't debug; and founders who built complex automations with no documentation and can't remember what any of them do six months later. All three are avoidable if you pick by current requirements rather than future imagined ones.
What this page doesn't cover
I've kept this short because the deep version — the 4-level framework, the full decision tree, the lead-capture / data-backup / content-distribution blueprints implementable at every level — is the Business Automation guide. If you're picking your first automation tool and want to skip the trial-and-error, the sample chapter is free.
Adjacent reading: best automation tools for small business, how to automate lead capture end-to-end, build vs buy software.