- automation
- no-code
- zapier
- make
- cost
Every automation project runs into the same fork in the road: do you wire it together with a no-code tool like Zapier or Make, or do you have it custom-coded? The honest answer is that most small businesses should start no-code and only graduate to custom when the maths stops working. This guide compares the three options on price, power, limits and maintenance, and shows you where the crossover points sit.
The three options in one sentence each
- Zapier — the most polished, beginner-friendly platform. You pay per task (each successful action a workflow runs), so it is cheapest at low volume and gets expensive fast as you scale.
- Make (formerly Integromat) — a visual, node-based builder that bills in credits. It is far cheaper per unit of work than Zapier and better for complex, branching workflows, at the cost of a steeper learning curve.
- Custom automation — code written by a developer (or a self-hosted tool like n8n) that runs on your own server. High upfront cost, near-zero per-run cost, and no platform limits — but you own the maintenance.
What they actually cost in 2026
Zapier
Zapier prices by tasks: one task is counted each time a workflow completes an action step successfully. Triggers, filters and paths are free; a five-step workflow that fires 100 times uses 500 tasks.
- Free — 100 tasks/month, two-step workflows only.
- Professional — from $19.99/month billed annually (about $29.99 month-to-month) for a base of 750 tasks, scaling up as you add volume.
- Team — $69/month billed annually (roughly $103.50 monthly) for 2,000 tasks, with unlimited users on one shared task pool.
- Enterprise — custom pricing with an annual task pool.
Overages bill at 1.25x your per-task rate, so a busy month can quietly inflate the invoice. The trap is task multiplication: a five-action workflow running 100 times a day burns roughly 15,000 tasks a month — enough to blow past the Professional base in under two days.
Sources: Zapier Plans & Pricing; eesel AI — Zapier subscription plans 2026.
Make
Make switched from "operations" to credits in late August 2025, where one standard module action equals one credit (AI and code steps can cost more).
- Free — 1,000 credits/month.
- Core — $9/month (billed annually) for 10,000 credits, with unlimited active scenarios.
- Pro — $16/month for 10,000 credits plus priority execution and log search.
- Teams — $29/month for 10,000 credits plus roles and shared templates.
- Enterprise — custom.
The headline is the ratio: Make's Core plan gives you 10,000 credits for $9, while Zapier's cheapest paid tier gives 750 tasks for around $20. For anything high-volume, Make is dramatically cheaper. Note that as of November 2025, buying extra credit packs beyond your plan costs about 25% more per credit than the included allowance, so size your plan sensibly rather than leaning on overages.
Sources: Make Pricing; Make Help Center — plan and pricing adjustments.
Custom automation
There is no monthly per-task fee — you pay for the build once, plus hosting. Self-hosted n8n or a bespoke script on a small cloud server typically runs €5–€40/month in infrastructure regardless of how many times it fires. The cost sits in the build and in ongoing maintenance: when an API changes or something breaks, you (or your developer) fix it, rather than a platform doing it for you. For how build costs break down, see our piece on what an automation setup actually costs.
Power and limits: where each one hits a wall
Zapier is the easiest to learn and has the widest app catalogue, but its linear model gets awkward once you need loops, heavy branching or data transformation. It is ideal for "when X happens, do Y (and maybe Z)".
Make handles complexity that would be painful in Zapier: iterators, aggregators, routers, error handling and calling raw APIs. If your workflow looks less like a line and more like a flowchart, Make is usually the better home — and cheaper at volume.
Custom has no platform ceiling. Any logic you can describe, you can build: real databases, complex state, tight integrations with internal systems, and no per-run cost to worry about. The ceiling is developer time, not the tool.
Maintenance: the cost nobody quotes
This is the deciding factor more often than price.
- With Zapier and Make, the platform maintains the connectors. When an app updates its API, the vendor usually patches it. You maintain your own logic, but the plumbing is someone else's job. That reliability is what you are really paying the subscription for.
- With custom automation, you own everything. A self-hosted tool that stops working at 2am is your problem. That is fine if you have technical capacity or a retained developer, and a liability if you don't.
For most SMBs, offloading connector maintenance is worth the subscription — right up until the subscription itself becomes the expensive part.
When to graduate from one to the next
A simple progression works for most businesses:
- Start with Zapier if the workflow is simple, low-volume and you want it live this afternoon. It is the fastest path from idea to working automation.
- Move to Make when either the logic gets complex (branching, loops, API calls) or the volume pushes your Zapier bill past roughly €50–€100/month. The same work is usually several times cheaper in credits.
- Go custom when even Make's credit costs are climbing into hundreds per month, when you need integrations no platform supports, or when the automation becomes genuinely business-critical and you want to own it outright.
A useful rule of thumb: if a no-code subscription is heading past €150–€200/month, a one-off custom build often pays for itself within a year. To put real figures against your own case — volumes, hours saved, subscription cost versus a build — run the numbers in our automation ROI calculator. And for the bigger picture on what these workflows return over time, our guide on how much automation can actually save you walks through the full model.
The short version
Start no-code, keep it cheap, and only build custom when the maths demands it. Zapier wins on ease and speed at low volume; Make wins on price and power as you scale; custom wins when you have outgrown both and want to own the result. Most businesses never need to reach step three — and there is no prize for over-engineering an automation that a €9 plan handles fine.
Get it built right the first time
Not sure which tier your workflows belong on, or whether a custom build would pay off? That is exactly the kind of decision we help with. Take a look at what our automation service covers, or book a free consultation and we will map your workflows to the cheapest option that will actually hold up.