If you're running a small business and still manually copying data between apps, sending the same follow-up emails, or updating spreadsheets by hand — no-code automation with Make.com is about to change your week. Dramatically. Make.com (formerly Integromat) is one of the most powerful automation platforms available right now, and unlike some tools that require a developer to make anything useful, this one is genuinely built for non-technical people. In this tutorial, you'll learn exactly how to build your first real workflow from scratch — not a toy example, but something you could actually run in your business starting today.
What Is Make.com and Why Should Small Business Owners Care?
Make.com is a visual automation platform that lets you connect your apps and create automated workflows — called scenarios — without writing a single line of code. Think of it like digital plumbing: you connect your tools together so data flows automatically between them based on rules you define.
Where it differs from simpler tools like Zapier is the depth. Make.com gives you:
- Visual drag-and-drop scenario builder — you can see your entire workflow on one canvas
- Multi-step branching logic — if this happens, do that; otherwise do something else
- Data transformation tools — manipulate, format, and filter data mid-workflow
- Generous free tier — 1,000 operations per month at no cost
For a small business owner, this translates to practical wins: automatically routing new leads to your CRM, sending personalised onboarding emails when someone buys, or pulling client data from a form into a project management tool. All while you're doing literally anything else.
Getting Started: Setting Up Your Make.com Account
Before building anything, you need to get your environment ready. This takes about five minutes.
Step 1: Create Your Free Account
Go to make.com and sign up for a free account. No credit card required. The free plan gives you 1,000 operations per month and access to most app integrations — more than enough to get started and test your first few automations.
Once you're in, you'll land on the dashboard. Take a moment to explore the left-hand sidebar. You'll see:
- Scenarios — where your automations live
- Connections — where you authorise Make to access your apps
- Templates — pre-built scenarios you can copy and adapt
Step 2: Connect Your Apps (Creating Connections)
Click on Connections in the left sidebar, then Create a new connection. Search for the app you want to connect — Gmail, Google Sheets, Notion, HubSpot, Stripe, whatever you use.
Make will walk you through an OAuth authorisation flow, which is just a popup where you log in to the app and grant permission. You do this once per app. After that, Make can interact with it whenever a scenario runs.
Pro tip: Connect all the apps you plan to use before you start building. It keeps the workflow creation process clean and uninterrupted.
Building Your First Automation: A Real Small Business Example
Let's build something genuinely useful: an automation that takes new form submissions from Typeform, adds the contact to Google Sheets, and sends a personalised Gmail welcome email — all automatically.
This is a classic lead capture workflow that many small businesses still do manually. We're going to fix that.
Step 3: Create a New Scenario
From your dashboard, click Create a new scenario (the big green button). You'll land on the scenario builder — a dark canvas with a single circle in the middle. This is where your workflow lives.
Click that circle. A search box appears. This is where you choose your trigger — the event that starts your automation.
Step 4: Set Up Your Trigger Module
Search for Typeform and select it. Then choose the trigger type: Watch Responses.
Make will ask you to:
- Select the Typeform connection you created earlier
- Choose which form to watch
- Set the Maximum number of results (start with 1 for testing)
Click OK. Make will prompt you to run the module once to fetch sample data. This is important — it pulls real field names from your form so you can map them properly in later steps.
Hit Run once in the bottom left, then submit a test entry in your Typeform. Come back and click OK when Make confirms it found data.
You should now see a green bubble on your Typeform module showing the data it captured — name, email, responses, timestamp.
Step 5: Add a Google Sheets Module
Click the + button to the right of your Typeform module. Search for Google Sheets and choose the action: Add a Row.
Configure it like this:
- Spreadsheet: Select the Google Sheet you want data to go into
- Sheet: Choose the specific tab
- Row values: Map each column to the correct field from your Typeform data. Click into each cell and you'll see a dropdown of all the fields Make captured. Select the right ones — name goes in the Name column, email in the Email column, and so on.
Click OK. You've just built the first connection.
Step 6: Add a Gmail Module for the Welcome Email
Click + again after the Sheets module. Search for Gmail and choose: Send an Email.
Configure:
- To: Click the field and select the Email variable from your Typeform data
- Subject: Something like
Welcome to [Your Business Name], {{1.answers.field_name}} - Content: Write your welcome email here. Use the variable picker to personalise it — pull in their first name, what they said in the form, etc.
- Content Type: Set to HTML if you want formatting
Click OK.
Step 7: Test the Full Scenario
Click Run once at the bottom of the screen. Submit another test entry through your Typeform. Watch the scenario run in real time — each module will show a green tick when it succeeds, or a red error if something went wrong.
Check your Google Sheet and your email inbox. If everything arrived correctly, you're ready to activate.
Step 8: Activate and Schedule Your Scenario
Click the toggle at the bottom left of the canvas to turn your scenario On. Then set the Scheduling — click the clock icon and choose how often Make should check for new Typeform submissions.
For most small business use cases, every 15 minutes is fine. If you need near-instant responses, set it to 1–5 minutes (this uses more operations).
That's it. Your automation is live.
No-Code Automation Make.com Small Business: 3 More Workflows Worth Building
Now that you understand the structure, here are three more high-value scenarios to add to your toolkit.
Workflow 1: New Sale → Slack Notification + Invoice
Trigger: Stripe — new payment received Actions:
- Slack — send message to your #sales channel with customer name and amount
- Gmail or Xero — generate and send an invoice
Great for solopreneurs who want to know the moment a sale comes in without checking dashboards.
Workflow 2: Lead Scoring and CRM Routing
Trigger: Google Sheets — new row added (from any source) Actions:
- Make.com Router module — branch based on lead score or tags
- HubSpot — add to one list if high-value, another if low-value
- Gmail — send different email sequences based on branch
The Router is one of Make.com's most powerful features. It lets you build conditional logic without any code — just set your filter rules and connect different paths.
Workflow 3: Content Repurposing Pipeline
Trigger: RSS Feed — new blog post published Actions:
- OpenAI — generate a Twitter/X thread summary of the post
- Buffer or Publer — schedule the thread for posting
- Google Sheets — log the post title, date, and URL
This one is particularly powerful for content creators and small business owners doing their own marketing.
Common Mistakes to Avoid When Building Make.com Scenarios
Even with a visual builder, there are a few traps that catch new users:
Not testing with real data first. Always run your scenario in test mode before activating. Mistakes in a live scenario can send duplicate emails or overwrite data.
Ignoring error handling. In the scenario settings, turn on Auto-commit and set up an error handler. If a module fails, you want Make to retry or alert you — not silently drop the data.
Using too many operations. Some triggers check for new data every minute, which burns through your monthly operations quickly. Start at 15-minute intervals and adjust only if your business genuinely needs faster responses.
Not naming your modules. By default, every module is just called "Google Sheets" or "Gmail." Right-click any module and rename it. When you come back to this scenario in three months, you'll thank yourself.
Frequently Asked Questions
Q: Is Make.com really free for small businesses? A: Yes — the free plan includes 1,000 operations per month, which is enough for most solopreneurs just getting started. One "operation" is one module execution in a scenario, so a three-module workflow running 300 times per month uses 900 operations. Paid plans start around $9/month for 10,000 operations.
Q: Do I need any coding knowledge to use Make.com? A: No. Make.com is designed for non-technical users. The visual canvas, drag-and-drop modules, and point-and-click data mapping mean you can build sophisticated automations without writing code. The only time you'd need anything code-adjacent is if you use the built-in formula functions — but even those are similar to Excel formulas, not programming.
Q: How is Make.com different from Zapier for small businesses? A: The biggest differences are flexibility and cost. Make.com allows branching logic, data transformation, and multi-path workflows that Zapier charges significantly more for (or locks behind higher plans). Make.com also tends to be cheaper at scale. Zapier is simpler to set up for basic two-step automations, so if you just need "when X, do Y," either works. For anything more complex, Make.com wins.
Q: What apps does Make.com integrate with? A: Make.com has over 1,500 app integrations including Gmail, Google Sheets, Notion, HubSpot, Slack, Stripe, Shopify, Typeform, Airtable, and most major tools small businesses use. It also has an HTTP module that can connect to any app with an API, even if there's no native integration.
Q: How long does it take to build a basic automation in Make.com? A: Realistically, 20–45 minutes for your first scenario, including account setup. Once you're familiar with the interface, simple three-to-four step workflows take 10–15 minutes. The time you invest upfront pays off quickly — a workflow that saves you 30 minutes of manual work per day returns your investment in the first week.
Start Automating — Your Future Self Will Thank You
No-code automation with Make.com gives small business owners something genuinely powerful: the ability to build systems that used to require a developer, a budget, or both. A $9/month subscription and an afternoon of setup can reclaim hours from your week, reduce human error, and let you focus on the parts of your business that actually need you.
Start with the Typeform → Google Sheets → Gmail workflow above. Get that running. Then look at your week and ask: what am I doing repeatedly that follows a predictable pattern? There's almost certainly a Make.com scenario waiting to handle it.
Ready to take it further? Check out our comparison of Make.com vs. Zapier to find out which platform fits your business best — and our guide to the best AI tools for small business automation to see what else you can add to your stack.
Recommended Tool
Looking for a great tool to help with this? Try Getgenie — AI SEO content writer.
Want the Full AI Playbook?
If you're serious about building a lean, AI-powered business, grab the free guide that thousands of creators are using to do exactly that.
👉 Download "The Lean AI-Powered Business Playbook for Creators" — Free