Getting Started9 min read

How to Use Make.com for Beginners (Step by Step Tutorial)

By Flowstate Team|Published April 2, 2026|Last updated April 2, 2026

Make.com (formerly known as Integromat) is a visual automation platform that connects your apps and lets them work together without any coding. If you have ever wished your tools could talk to each other and handle repetitive tasks on their own, Make is exactly what you need. This tutorial walks you through creating your first automation from scratch.

Getting Started: Creating Your Account

Head to Make.com and sign up for a free account. The free plan gives you 1,000 operations per month, which is plenty for learning and running a few simple automations. Once you are in, you will see the dashboard with a big purple "Create a new scenario" button. Click it to get started. A scenario is what Make calls an automation workflow. It is a visual diagram showing how data flows from one app to another.

Understanding Modules, Triggers, and Actions

Every Make scenario is built with modules, which are the building blocks of your automation. There are two main types. A trigger module watches for something to happen (like receiving a new email or form submission) and starts the automation. An action module does something with that data (like creating a spreadsheet row or sending a message). You connect modules together by drawing lines between them. Data flows from left to right, with each module passing information to the next one.

Building Your First Automation: Google Form to Slack

Want to automate this?

Take our 2 minute quiz and get a custom automation plan.

Try the Quiz

Let us build a practical automation that sends a Slack notification whenever someone submits a Google Form. Click "Create a new scenario" and search for Google Forms in the module library. Select the "Watch Responses" trigger. Connect your Google account and choose the form you want to monitor. Next, click the plus icon to add a new module and search for Slack. Choose the "Send a Message" action. Connect your Slack workspace and select the channel where you want notifications. In the message field, map the form response data using the variables from the Google Forms module. Click "Run once" to test, then submit a test response to your form. You should see the message appear in Slack within seconds.

Adding Filters, Routers, and AI Modules

Once you are comfortable with basic scenarios, Make opens up a world of possibilities. Filters let you add conditions (only proceed if the form response contains a specific answer). Routers let you split your workflow into multiple paths based on different conditions. And AI modules like the OpenAI (ChatGPT) module let you add intelligence to your automations. For example, you could route positive feedback to a thank you email while routing negative feedback to a support ticket, with AI classifying the sentiment automatically.

Tips for Reliable Automations

Start simple and add complexity gradually. Always test your scenario with the "Run once" button before activating it. Use the built in error handling features to define what happens when something goes wrong. Set up email notifications for failed executions so you catch issues quickly. Keep your scenarios organized with notes and naming conventions. And remember that the free tier gives you 1,000 operations per month, so monitor your usage to avoid hitting limits during important workflows.

Want to discover which automations will save you the most time? Take our quiz to get personalized workflow recommendations based on the tools you already use.

Frequently Asked Questions

Is Make.com better than Zapier for beginners?

Both platforms are beginner friendly, but they have different strengths. Zapier has a simpler, more linear interface that some beginners find easier to understand. Make.com offers a visual, flowchart style builder that makes complex workflows easier to design and understand. Make also offers more operations on its free plan (1,000 vs 100 for Zapier). For most beginners, Make offers better value.

How many operations does the free Make.com plan include?

The free plan includes 1,000 operations per month. An operation is counted each time a module in your scenario processes data. A simple two module scenario (trigger plus action) uses 2 operations per run. So 1,000 operations lets you run a two step automation 500 times per month, which is enough for most beginners.

Can Make.com connect to any app?

Make.com has over 1,500 built in app integrations and also supports custom API connections via HTTP modules. If an app has an API (which most modern apps do), you can connect it to Make. Popular integrations include Google Workspace, Slack, HubSpot, Shopify, Notion, Airtable, and hundreds more.

Get 3 Free Automation Ideas

Join 500+ people learning to automate their work with AI. No spam, ever.

Ready to Build Your First Automation?

Take a 2 minute quiz and get a step by step tutorial built just for you.

Take the Free Quiz

Related Articles