Tijdo Koster
AI Tools13 min read

Make.com review:
honest take after
100+ automations

Make.com is not instructions for making things. Though if you use it wrong, you will make a mess. (I say this as someone who has built 100+ automations, several of which worked as intended on the first try.) Here is the honest review: what it does well, what it does not, and the situation where the right answer is to not buy it at all.

Team reviewing an automation workflow diagram — Make.com visual scenario builder

Photo: Pexels

Here is the direct answer: Make.com is the most capable no-code automation platform at its price point. It is also the most complex. If you need conditional branching, loops, multi-step data transformations, or AI-powered document processing, Make is worth the learning investment. If you need a Slack notification when a Google Form is submitted, use Zapier and spend the time you saved on something that actually matters.

TL;DR

Make.com starts free and scales to $10.59/month for serious use. It is 3-4x cheaper than Zapier for complex flows, has a visual canvas builder that makes multi-step logic readable, and now has native AI modules for ChatGPT, Claude, and Gemini. The catch: it is not beginner-friendly, support is minimal, and if you buy it before mapping your process, you will build a very expensive mess with great visualisation.

What Make.com actually is

Make.com is a no-code automation platform. You connect apps, define triggers and actions, and it runs those workflows automatically. You do not write code. You drag modules onto a canvas and wire them together.

It started life in 2012 as Integromat, rebranded to Make in 2021, and was acquired by Celonis in early 2026 at a valuation of $11 billion. It currently connects to 3,000+ apps and serves over 500,000 users. The platform sits in the same category as Zapier and Microsoft Power Automate, but targets a slightly more technical user who wants more control without writing code.

The core unit in Make is the scenario — a workflow you build on a visual canvas. Each scenario has a trigger (something that starts it: a new email, a form submission, a scheduled time) and one or more modules (the actions and transformations that follow). Scenarios can branch, loop, and merge. That is the main thing that makes Make different from simpler tools.

If you want the full picture on no-code automation as a category, that is a separate post. Here the focus is purely on whether Make.com is worth your time and money.

The visual builder: why the canvas matters

Zapier shows you a list. Make shows you a map. This sounds like a cosmetic difference. It is not.

When a workflow has five steps in a straight line, a list is fine. When it has fifteen steps with three conditional branches, a list becomes unreadable. The canvas makes complex logic visible. You can see where the data goes, which paths it takes, and where decisions happen — at a glance, without opening every step to check what it does.

Make also shows you live execution bubbles when a scenario runs — each module lights up as it fires, and you can see exactly how many records passed through each branch. For debugging, this is more useful than a log file. When something fails, you can see immediately which module broke and what data it received. I have genuinely saved hours of debugging time because of this.

The other structural advantage: Make handles iterators and aggregators. An iterator takes one input (a list of 50 emails, say) and processes each one individually through the rest of the scenario. An aggregator does the reverse — it takes 50 individual outputs and combines them into one. These are basic operations in code. In no-code tools, most platforms handle them badly or not at all. Make handles them well.

Pricing: how the credit system works (and where it bites you)

Make charges by operations — each module execution in a scenario costs one credit. A scenario with 5 modules that runs 100 times uses 500 operations. That is the model. It rewards complexity and punishes simplicity slightly, but compared to Zapier's task-based pricing, it works out cheaper for most serious workflows.

Free

2 active scenarios, 15-minute intervals

$0/month

1,000 ops/month

Core

Unlimited scenarios, 1-minute intervals

$10.59/month

10,000 ops/month

Pro

Custom variables, priority support

$18.82/month

40,000 ops/month

Teams

Multi-user collaboration, shared templates

$34.12/month

80,000 ops/month

A few things worth knowing about the credit system before you commit. First: unused operations roll over on paid plans, which Zapier does not do. Second: the 15-minute polling interval on the free plan means your trigger checks for new data every 15 minutes, not instantly. For most internal business workflows, that is fine. For customer-facing automations where speed matters, it is not. Third: certain modules are more expensive than they look — a loop over 500 records with 3 modules each is 1,500 operations, not 500. Do the maths before you build.

The honest comparison: Make is roughly 3-4x cheaper than Zapier for complex multi-step workflows. For a simple two-step automation that runs 1,000 times a month, the price difference is marginal. For something with branching logic that touches five systems, Make wins on cost by a significant margin. The automation ROI post has the formula if you want to run the numbers for your specific workflow.

What Make.com does well

Complex multi-step workflows

Make handles conditional routing, loops, error handling, and multi-branch logic in a way that most no-code tools do not. If your automation needs to behave differently depending on what the data says, Make is built for that. Zapier can do basic conditionals; Make makes it a first-class feature.

Data transformation mid-flow

Make has a built-in function library for transforming data between modules — date formatting, string manipulation, mathematical operations, JSON parsing. You can clean and reshape data without leaving the platform. For anyone connecting systems that do not share the same data format (most of them), this is genuinely useful.

AI module integrations

Native modules for OpenAI, Claude, and Gemini are baked in. You can build a scenario that reads an invoice, extracts line items with an AI module, validates them against your rules, and routes the result to your ERP — all without code. In 2026, the AI Agents feature extends this further, letting you build multi-step reasoning loops inside a scenario.

HTTP and webhooks for everything else

If an app is not in Make's 3,000+ integration library, the HTTP module lets you connect to any REST API manually. This future-proofs your setup considerably — even if Make never builds a native connector for a tool you use, you can usually wire it in yourself with a bit of API documentation and patience.

Error handling and rerun

Failed executions are logged with the exact error and input data. You can fix the issue and rerun the failed execution without losing the original trigger data. For workflows touching financial records or customer data, this matters more than it sounds on paper.

Where Make.com falls short

In the interest of honesty — and because I have now used this platform on over 100 projects and know where the bruises are:

The learning curve is real

Make is not beginner-friendly. The canvas is intuitive once it clicks, but the time between 'I just signed up' and 'I understand how this works' is measured in hours, not minutes. If the person managing your automations has no prior technical background and no one to ask, expect friction.

Support is minimal unless you pay for it

Free and Core users get community support and documentation. Priority support only kicks in at Pro ($18.82/month). The documentation is good but dense. If you hit an unusual edge case on a Saturday afternoon, you are mostly on your own until Monday.

The credit system requires careful planning

Polling triggers consume credits even when there is no new data to process — the module runs, checks, finds nothing, and still costs an operation. On a busy workflow, this adds up. You need to understand the credit model before you design your scenarios, not after your bill arrives.

Fewer app integrations than Zapier

Make has 3,000+ integrations. Zapier has 9,000+. For mainstream apps (Google Workspace, Slack, HubSpot, Salesforce, Notion, Airtable), Make has what you need. For niche industry tools, check the integration list before committing. The HTTP module covers most gaps, but it requires more effort than a native connector.

Make.com vs Zapier: the short version

The one-line version: Zapier is for simple workflows built fast. Make is for complex workflows built right.

Zapier wins on ease of setup, app coverage (9,000+ vs 3,000+), and how quickly a non-technical person can get something running. Make wins on price at scale, visual clarity for complex logic, and the depth of data transformation options. At a high enough operation volume, Make is meaningfully cheaper.

If you are trying to choose between them, the Zapier vs Make.com post goes into the full comparison with a 3-question test to help you pick. The short answer here: if you are reading a Make.com review, you probably already suspect you need the complexity. Trust that instinct.

Who should use Make.com (and who should not)

My honest opinion, backed by the pattern I keep seeing in 100+ automation projects: most small businesses do not need Make.com. They need a simpler tool, or in many cases, they need to fix a process before they buy any tool.

I reckon Make.com is the right choice when at least three of these are true. Your automation involves conditional routing based on data values. You are processing records in batches — 50 invoices, 200 leads, 1,000 rows. You need to connect three or more systems in a single workflow. You have someone on the team who can learn the platform and own it. And the volume is high enough that Zapier's pricing starts to hurt.

Make.com is probably the wrong choice when: you need one automation up and running today with no learning curve. When the person managing it will change every six months. When your process is not documented. That last one is where I have watched teams spend two weeks building beautiful Make scenarios for a workflow nobody fully understood, only to discover three steps in that two departments disagree on what actually happens when an edge case arrives. The process mapping post covers this in full — but the short version is: if you cannot describe your workflow clearly enough for a new employee to follow, you cannot hand it to Make.com either. The canvas will just make the confusion look more organised.

The opinion I will always stand behind: try the simple automation first. For most workflow pain, a basic Zapier setup or even a scheduled email rule handles the job. Save Make.com for when you genuinely need multi-step logic, batch processing, or AI-augmented automation. Not because Make is bad — it is excellent — but because the right tool is the one that solves the problem without a month of setup. I have had this conversation about 40 times. The number is not improving.

Ready to try Make.com?

The free plan gives you 1,000 operations and 2 scenarios — enough to build and test your first automation without spending anything. The Core plan at $10.59/month covers most serious small business use cases.

Start for free on Make.com

Affiliate link — I earn a small commission if you sign up, at no cost to you.

For context on where automation platforms fit into the broader picture of business process change, McKinsey's research on digital technology trends and Gartner's no-code platform analysis are worth the read. Both point in the same direction: the platforms are not the bottleneck. The process clarity is.

Frequently asked questions

Is Make.com better than Zapier?

For complex automations with branching logic, loops, and multi-step data transformations: yes. For simple trigger-action workflows where you just need app A to talk to app B: Zapier is faster to set up and easier to manage. The honest answer is that most small businesses do not need Make's complexity. If you do, it is considerably cheaper at scale.

Can I use Make.com for free?

Yes. The free plan gives you 1,000 credits per month and 2 active scenarios. That is enough to test the platform and run low-volume automations. The 15-minute polling interval on free means your triggers are not real-time, which matters for some use cases. For anything serious, the Core plan at around $10.59/month is the practical entry point.

How does the Make.com credit system work?

Each module execution in a scenario consumes one credit (called an operation). A scenario with 5 modules that runs 100 times per month uses 500 operations. Zapier charges per task (one per trigger-action pair), which sounds simpler but gets expensive fast on complex workflows. Make's credit model rewards branching and loops — you pay for each step, not per overall run.

Is Make.com beginner-friendly?

No. The visual canvas is intuitive once you understand how modules chain together, but the initial learning curve is real. If you have never built an automation before, expect a few hours of confusion before it clicks. If you are moving from Zapier, expect a few days of adjustment. That said, once it clicks, you can build things in Make that would take three separate Zapier workflows.

Does Make.com work with AI tools?

Yes. Make has native integrations for OpenAI (ChatGPT), Claude, Gemini, and Azure OpenAI. It also added AI Agents in 2026, which lets you build agentic loops directly in a scenario. For most small business AI automation needs — document classification, email drafting, data extraction — the OpenAI or Claude module handles it without custom code.

What happens when a Make.com scenario fails?

Make logs the error with the specific module that failed, the data it received, and the error message. You can rerun failed executions once you fix the issue — which is more useful than it sounds, because it means you do not lose the original trigger data. Error notifications go to your email by default, though you can route them to Slack or other tools.

How much does Make.com cost in 2026?

Free: 1,000 operations/month, 2 scenarios. Core: $10.59/month, 10,000 operations, unlimited scenarios. Pro: $18.82/month, 40,000 operations, custom variables and priority support. Teams: $34.12/month, 80,000 operations. Operations roll over on paid plans, which is a genuine advantage over Zapier's task reset. Check make.com/pricing for current rates.

When should I use Zapier instead of Make.com?

When you need a simple automation up and running today without a learning investment. When the person managing it is not technical and will not have support. When you only need one or two trigger-action steps. Zapier's 9,000+ app integrations also edge out Make's 3,000+ for niche tools. If the tool you need is not in Make's library, Zapier might have it.

TK

Tijdo Koster

Automation consultant since 2009. 100–200 projects. Still answers his own emails.

If you have made it to the bottom: yes, I use Make.com on my own projects. Yes, there is an affiliate link at the top. No, that does not change what I wrote. If Zapier were consistently better, I would have said so — I did say so for simple workflows. The honest verdict is the whole point.

The products page has the automation toolkit for when you are ready to build. The blog has more if you are still in the research phase. Both are fine places to be.

Some links in this post may be affiliate links. Read the disclosure.