Learn Make in 5 minutes.
Make draws your automation as a diagram: modules connected by lines, with the data bubbles visible on every run. It is the easiest of the automation tools to understand, which is why it is where a beginner should start. Your five minutes go to building a scenario and watching data move through it.
Ole is taking you through this one. Free, and it runs right here. No signup.
Lesson not loading? Open it in a new tab. It is the same free lesson either way.
See the data move
Make's advantage is that nothing is hidden. Run a scenario and every module shows how many bundles passed through and what was in them. Debugging is looking, not guessing.
The diagram
A scenario is modules on a canvas connected left to right. The first module is the trigger; the rest process each bundle it produces.
One item of data
A bundle is one record moving through the flow. Click the bubble above a module to see exactly what it received and produced.
Branches
A router splits the flow into paths with filters. Each path handles a case; unmatched bundles simply stop.
What you will do in the lesson
You answer and try things. Nobody demonstrates at you for five minutes.
- Build a scenario. You connect a trigger to an action, run once, and open the bubbles to see the bundle.
- Map with the panel. You drag fields from the trigger into the action's inputs and confirm the output.
- Add a router. You split bundles by a condition into two paths with different actions.
- Schedule it. You set the scenario to run every fifteen minutes and check the run log.
- Move up when you outgrow it. You end by listing the signs that a scenario should move to n8n or Zapier instead.
Before you start
Is Make free?
There is a free plan with a monthly operations limit, enough for learning and small personal automations.
Why start here rather than Zapier?
Make shows the data at every step on the canvas. Beginners understand automation faster when they can see the bundles.
What is an operation?
One module processing one bundle. Pricing is per operation, so a scenario that runs on many records costs more.
Can it call AI models?
Yes, there are modules for the major model providers, and the pattern is the same as any other module: map inputs, read outputs.
Other tools people learn next
Same format, same five minutes, still free.
Learners from these organizations are already learning on 