Lesson 7 – Your First 5 Minutes Inside Make.com
Just five minutes
This lesson is a live walkthrough. No theory, no slides – just the Make.com interface, a form, and a working automation built from scratch in about five minutes. By the end, you’ll know whether this tool clicks for you – and you’ll see that nothing I do here is beyond what you can follow along with.
The interface is simpler than it looks
When you first open Make.com, the dashboard might feel overwhelming. There are menus, settings, usage statistics, billing details. But here’s the truth: you won’t use a quarter of what you see in the first few months. Most of the advanced settings are exactly that – advanced. For typical small business automation, the basic tools are more than enough.
The key action is “Create a scenario.” Click it, and you’re on the canvas – the visual workspace where you build your workflows by connecting modules together.
Make.com currently integrates with over 3,000 applications that can communicate with each other. You can search by name, browse by category (AI tools, productivity tools, CRM, email, social media), and save your favorites. If something isn’t in the library? There’s always a way to connect it through HTTP requests or webhooks. But realistically, you’ll use a handful of apps for 90% of your workflows.
Building your first automation – live
In this lesson, I walk you through building a two-module scenario from scratch:
Step 1: Add a webhook. This is your trigger – the module that listens for incoming data. You create a custom webhook, give it a name (important once you have many scenarios), and Make.com generates a unique URL. This URL is the bridge between the outside world and your scenario.
Step 2: Connect a form. I head over to Tally (tally.so) – a free form builder you can embed on any website. You can start from a template (like a contact form) and customize freely. The critical step: in Tally’s integration settings, you paste the webhook URL from Make.com. That’s it – the connection is live.
Step 3: Test it. Back in Make.com, I click “Run once” so the webhook starts listening. Then I fill out the Tally form and submit. Within seconds, the data appears in Make.com – name, phone number, email, message. The green checkmark confirms it worked.
From this moment, the data is yours. You can send it to a Google Sheet, to MailerLite, to Slack, to an AI model, to an email – anywhere. The webhook collected it; now any module can use it.
Step 4: Add an action. I connect a Slack module that sends me a direct message whenever a new form submission arrives. The message includes the actual form data – so I can see who wrote and what they said, right in Slack. Save. Test again. Both modules light up green. The Slack notification arrives instantly.
Two modules. Five minutes. A working automation.
The little things that help
A few interface tips you’ll pick up in this lesson: the save button (use it often). The “Auto-align” feature that reorganizes your modules when the canvas gets messy – especially useful later when you’re building scenarios with 10+ modules. And the execution log that shows you exactly what happened during each run.
Why this matters
This five-minute demo proves something important: connecting applications in Make.com is not complicated. If you can fill out a form and paste a URL, you can build an automation. The modules snap together visually. The data flows through them in a way you can see and verify. And every scenario you build in this course follows the same pattern – just with more modules and more powerful logic.
If these five minutes convinced you that you can do this too, I’ll see you in the next lesson.
This lesson is part of the free introductory module of the “Automate with Make.com” course. Start building: Make.com