Make (Integromat) Tutorial

MA
Reviewed by Marouen Arfaoui · Last tested April 2026 · 157 tools tested

Last updated: April 2026

beginner

What you'll achieve

After this tutorial, you'll be able to build your first automated workflow, or 'scenario,' in Make. I'll guide you through creating a practical automation that saves new Gmail email attachments directly to a Google Drive folder. You'll learn to navigate the visual editor, connect apps, map data between them, and execute your automation. By the end, you'll understand the core logic of triggers and actions, and you'll have a functioning, time-saving tool. This foundational knowledge will empower you to start automating other repetitive tasks between the hundreds of apps Make supports, turning you from a beginner into a confident automator.

Prerequisites

Step-by-Step Guide

1

Step 1: Sign Up and Set Up Your Account

Head to make.com and click the 'Start for free' button. I always recommend using a Google account to sign up—it's faster and you'll need it for the tutorial anyway. Once logged in, you'll land on the main dashboard. Before diving in, take 30 seconds to click your profile icon in the top right and go to 'Preferences'. Here, I strongly advise you to set your 'Time zone' correctly; this prevents bizarre timing issues in your automations later. Also, glance at the 'Plan' section to see your free tier limits (1,000 operations/month). Don't worry, that's plenty for learning. What surprised me was how polished the onboarding is compared to the old Integromat days—it feels much more approachable.

TIP

Use a Google account to sign up for quicker access to key services.

2

Step 2: Navigate the Dashboard

The dashboard is your control center. The left sidebar is crucial: 'Scenarios' is where you build automations. 'Connections' is where you authorize apps like Gmail and Drive—think of it as the keychain for your workflows. Click 'Connections' now. Click the big blue 'Add connection' button, search for 'Gmail', and authorize it. Repeat for 'Google Drive'. This upfront work saves frustration later. The main 'Home' area shows recent scenario runs and a helpful template gallery. In my experience, beginners should ignore complex templates for now. The top bar has a play button (to run a test) and a schedule icon (to set automation intervals). The visual editor itself is a blank canvas called the 'Scenario Editor'—we're going there next.

TIP

Authorize all apps you plan to use (like Gmail & Drive) in 'Connections' before building.

3

Step 3: Create Your First Automation Scenario

Click the blue 'Create a new scenario' button. You'll see the visual editor—a blank canvas with a blinking cursor. This is where the magic happens. On the right, a searchable modules panel appears. Search for 'Gmail' and drag the 'Watch Emails' module onto the canvas. This is your 'trigger'—the event that starts the automation. Click the module to configure it. Choose your Gmail connection, set 'Watch' to 'Emails matching your search', and in the 'Search' field, type 'has:attachment'. This tells Make to only trigger on emails with attachments. Click 'OK'. Now, search for 'Google Drive' and drag the 'Upload a file' module to the right of the Gmail module. A blue line will connect them. This is your 'action'—what happens after the trigger.

TIP

Always start with a trigger module (like 'Watch Emails') to define what kicks off your automation.

4

Step 4: Map Data and Customize Your Workflow

Click your Google Drive 'Upload a file' module. Choose your connection and select a target folder. Now for the critical part: mapping data. Click the 'File' field. A panel opens showing data from the previous Gmail module, like 'Attachment Name' and 'Attachment Content'. Click 'Attachment Content'. You'll see it inserted as a blue bubble—this means the attachment from the email will be uploaded. In the 'Filename' field, map 'Attachment Name'. This dynamic mapping is Make's superpower. Click 'OK'. Your scenario now says: "When a new email with an attachment arrives in Gmail, upload that attachment to my specified Google Drive folder." It's a complete, useful automation. Before finalizing, click the scheduler icon (a clock) between the modules. Set it to 'Every 15 minutes' for testing. This controls how often Make checks for new emails.

TIP

Click into empty fields in action modules to map data from previous steps using the blue bubbles.

5

Step 5: Test, Run, and Activate Your Scenario

Never activate a scenario without testing! Click the 'Run once' button (a single play icon) at the bottom left. Make will execute one cycle. If you have an email with an attachment in your Gmail, it will process it. The modules will flash orange (executing) then turn blue (success) or red (error). I test every scenario this way. If it works, you'll see the file in your Drive. If modules turn red, click on them to see detailed error messages—usually a permission issue. What surprised me was the incredible detail in Make's error logs; they genuinely help you debug. After a successful test, click the toggle switch at the bottom to 'Activate' the scenario. It will now run automatically based on your schedule (every 15 minutes). Your first automation is live!

TIP

Always use 'Run once' to test before activating. It consumes operations but saves you from flawed live automations.

6

Step 6: Explore Advanced Features and Iterate

With a working scenario, let's explore power features. Right-click between your two modules and select 'Add a router'. This creates parallel paths, letting you do multiple things from one trigger. You could add a path to send a Slack notification when an attachment is saved. Also, notice the tiny 'tools' icon on the connection between modules? Click it. You can add a 'filter'—for example, to only proceed if the attachment name contains "invoice". This granular control is where Make outshines simpler tools like Zapier. In my daily use, routers and filters are indispensable. Finally, click the padlock icon at the top to name and save your scenario. I recommend descriptive names like "Gmail Attachments → Drive Backup."

TIP

Use a 'Router' after a trigger to create multiple, parallel action branches from a single event.

Common Mistakes to Avoid

!

Forgetting to set the schedule: A scenario won't run automatically unless you click the clock icon and set an interval.

!

Not authorizing connections first: Always set up app connections in the 'Connections' tab before trying to use them in a module.

!

Ignoring error logs: When a module turns red, click it! The detailed log often points directly to the missing permission or incorrect field.

!

Overcomplicating the first scenario: Start with one trigger and one action. Master the basics before adding routers, filters, and arrays.

Next Steps

Check out our Make (Integromat) cheat sheet for quick reference on modules and functions
Explore Make (Integromat) alternatives like Zapier and n8n to compare options
Read our guide on advanced Make (Integromat) techniques for handling data arrays and error handling
Make (Integromat) Cheat SheetQuick reference
Make (Integromat) PromptsCopy-paste ready

Frequently Asked Questions

How long does it take to learn Make (Integromat)?+
In my experience, you can build a basic automation in 15 minutes, as we just did. Feeling comfortable with intermediate concepts like routers and data transformation takes a few days of hands-on practice. Mastery of complex flows requires weeks, but the learning curve is very logical.
Do I need technical skills to use Make (Integromat)?+
No coding is required. However, you need logical, step-by-step thinking—like diagramming a process. If you can articulate "When X happens, then do Y and Z," you can use Make. It's more about workflow logic than programming syntax.
What can I create with Make (Integromat)?+
You can automate almost any business process. My favorites: auto-saving email attachments to cloud storage, syncing new form entries between apps, scraping website data into a spreadsheet, posting social media content across platforms, and sending personalized follow-up emails based on user actions.
Is Make (Integromat) free to use?+
Yes, it has a robust free plan with 1,000 operations per month and limited data transfer. This is enough for several personal automations. Paid plans start at $9/month for more operations, faster update cycles, and premium features. I found the free tier perfect for learning.
What are the best alternatives to Make (Integromat)?+
Zapier is the king of simplicity and has more app connectors, but it's more expensive and less flexible. n8n is a powerful open-source alternative you can self-host, but it requires more technical setup. For deep customization, Make is my top pick.
Can I use Make (Integromat) on mobile?+
There's no dedicated mobile app, and I don't recommend building scenarios on a phone. The visual editor requires precision. However, you can monitor the execution history of your active scenarios through a mobile browser in a pinch.
What are the limitations of Make (Integromat)?+
The main limitation is complexity for beginners—its power can be overwhelming. Some niche apps have better connectors on Zapier. Also, error handling, while powerful, requires explicit setup. It's not a "set and forget" tool; complex scenarios need monitoring.
Was this helpful?