
Getting Started Guide
How to Use Make
A practical guide to get you up and running with Make. Written by Delv Editorial, Delv Team.
Getting started with Make
In this guide, you'll learn how to set up Make and create your first automation workflow. By the end, you'll be able to connect various applications and automate tasks using a simple drag-and-drop interface.Step 1: Sign up and set up
- Go to Make's website.
- Click on the Sign Up button in the top right corner.
- Enter your email address and create a password. Alternatively, you can sign up using Google or Microsoft accounts.
- Confirm your email address by clicking on the link sent to your inbox.
- Once logged in, you'll be taken to the dashboard where you can start creating automations.
Step 2: Your first scenario
- On the dashboard, click on the Create a new scenario button.
- You’ll see a blank canvas. Click on the + icon to add your first app.
- Search for and select an app (e.g., Google Sheets).
- Choose a trigger (e.g., "Watch Rows") and click Continue.
- Connect your Google account, allowing Make to access your data.
- Click on the + icon again to add another app (e.g., Slack).
- Select an action (e.g., "Send a Message") and click Continue.
- Connect your Slack account and set up the message details.
- Once your scenario is set up, click on the Save button and then Run once to test it.
Step 3: Get better results
- To enhance your scenario, use the Filters option to control when certain actions should occur. Click on the small wrench icon on the line connecting two apps to set conditions.
- Use Error Handlers by clicking on the settings icon in the top right of the scenario to manage what happens if an action fails.
- Experiment with Data Transformations by clicking on the gear icon in the action settings to modify data formats or values before they are sent to the next app.