Make.com (formerly Integromat) is a visual automation platform. Instead of writing code, you build "scenarios" by connecting app "modules" on a canvas and watching data flow between them in real time. This guide walks you through building your first scenario from scratch — connecting two apps so that an event in one automatically triggers an action in the other.
By the FlowsOnDemand editorial team · Last updated May 2026
Sign up at make.com and verify your email. On the dashboard, click "Create a new scenario" in the top-right corner. You'll land on a blank canvas with a single large "+" button in the center.
Click the central "+" and search for the app that will start your automation — for example, "Typeform" or "Google Forms." Select it, then choose a trigger event like "Watch Responses." This module will check for new entries on a schedule.
Triggers that start with "Watch" poll for new data on a schedule. Triggers labeled "instant" (webhooks) fire the moment the event happens.
Make will prompt you to create a connection. Click "Add," then authorize Make to access your app via the popup (OAuth login) or by pasting an API key. Once connected, this account is saved for future scenarios.
Select which form, sheet, or folder to watch from the dropdown. For a first run, set "Choose where to start" to "From now on" so Make only processes new events. Click OK.
Hover over the right edge of your trigger module and drag out a new module, or click the "+" that appears. Search for your second app — for example, "Google Sheets" — and choose an action like "Add a Row."
In the action module's fields, click into a field (e.g., "Name") and a panel appears showing data from the trigger. Click a field from the trigger (e.g., the form's "Full Name" answer) to map it. The mapped value shows as a colored token. Repeat for every field you want to fill.
Mapping is the core skill in Make. The colored tokens are live references — at runtime they're replaced with real data from the trigger.
Click the "Run once" button at the bottom-left. Make executes the scenario a single time using real data. Submit a test form entry (or trigger your event) and watch the bubbles travel between modules. A green checkmark means success; a red icon means an error you can click to inspect.
Once the test passes, set the scheduling clock (bottom-left) — e.g., "every 15 minutes" — then toggle the scenario from OFF to ON. Your automation is now live and will run on that schedule.
Ready to build it?
Make.com is the platform used in this guide.