Make.com Tutorial for Beginners 2026 (Full Guide)
45:23

Make.com Tutorial for Beginners 2026 (Full Guide)

Metics Media

7 chapters7 takeaways10 key terms5 questions

Overview

This tutorial provides a comprehensive beginner's guide to Make.com, a platform for automating workflows and connecting applications. It walks through building a practical automation scenario: processing contact form submissions. The process includes setting up triggers with Tally, integrating Google Sheets for data storage, implementing logic with routers and filters, utilizing Browse AI for web scraping, and finally, leveraging Make's AI agent to draft personalized emails and schedule meetings. The guide also covers testing, debugging common errors, and utilizing Make's template library for faster setup.

How was this?

Save this permanently with flashcards, quizzes, and AI chat

Chapters

  • Make.com allows users to automate tasks and connect various applications to save time.
  • Automations in Make are called 'scenarios'.
  • Scenarios are built by connecting modules, starting with a trigger event.
  • Users can build scenarios from scratch or use pre-built templates.
Understanding the core concept of scenarios and triggers is fundamental to building any automation within Make.com.
Building a scenario from scratch by clicking the 'Create Scenario' button on the dashboard.
  • A trigger is the event that initiates an automation scenario.
  • Webhooks are used to instantly send data from one app to another when an event occurs.
  • Tally is used as a form builder, and its 'Watch New Response' trigger with a webhook instantly captures form submissions.
  • Customizing the Tally form to collect additional relevant information, like website links and preferred meeting times, enhances automation capabilities.
A well-configured trigger ensures that your automation starts reliably and captures all necessary data from the initial event.
Creating a Tally form with fields for name, email, website link, and preferred meeting time, then connecting it to Make.com via a webhook.
  • Google Sheets can be integrated into Make.com scenarios to store data from triggers.
  • To connect Google Sheets, a spreadsheet with appropriate headers must be created first.
  • Data from the trigger (e.g., form submissions) is mapped to the corresponding columns in the Google Sheet.
  • An event ID can be logged to help track individual submissions.
Storing data in a structured format like Google Sheets allows for easy review, analysis, and serves as a data source for subsequent automation steps.
Mapping the 'first name', 'email', and 'website link' from a Tally form submission to the respective columns in a 'Contact Form Submissions' Google Sheet.
  • Routers allow a scenario to split into multiple paths based on conditions.
  • Filters are set up on these paths to determine whether a specific path should execute.
  • Filters can check for the presence of specific text (like 'http://' or 'https://') within data fields, such as website URLs.
  • A fallback route can be configured to execute if none of the other filters are met.
Logic and filters enable automations to make decisions, ensuring that subsequent actions are only performed when specific criteria are met, preventing errors and improving efficiency.
Setting up a filter to check if a submitted website URL contains 'http://' or 'https://', directing the automation down one path if true and another if false.
  • Browse AI is a tool that can extract information from websites.
  • Pre-built robots in Browse AI can be used to quickly set up scraping tasks, such as extracting HTML code.
  • The robot needs a properly formatted URL to function correctly; Make.com logic can ensure this.
  • The extracted HTML can be passed to other modules, like AI agents, for further processing.
Web scraping allows automations to gather contextual information from external websites, enriching the data available for decision-making and personalization.
Using a Browse AI robot to extract the HTML content from a client's website provided in a contact form submission.
  • Make AI Agents combine Large Language Models (LLMs) with tools to perform complex actions.
  • A system prompt defines the AI agent's identity, purpose, and available tools (like calendar and email).
  • The AI agent can analyze input data (including scraped HTML) to make decisions, such as scheduling meetings or drafting emails.
  • Tools like Google Calendar and Gmail can be integrated as modules that the AI agent can utilize.
AI agents automate complex cognitive tasks, enabling personalized communication and intelligent scheduling that would otherwise require manual intervention.
An AI agent analyzing a website's HTML, determining it needs web design help, and then scheduling a 30-minute consultation via Google Calendar and sending a personalized email response via Gmail.
  • Scenarios can be chained together, with the completion of one triggering another (e.g., Browse AI task completion triggering a new scenario).
  • Debugging involves reviewing error logs in the scenario history to identify and fix issues.
  • Common errors include invalid URLs or exceeding plan limits.
  • Make.com offers a template library to quickly set up common automation workflows.
Understanding how to connect multiple scenarios and effectively troubleshoot errors is crucial for building robust and scalable automation systems.
Using the 'Watch Task Execution Finished' module in Browse AI to trigger a second Make.com scenario that searches for the completed task's data in Google Sheets.

Key takeaways

  1. 1Automations are built by connecting modules that trigger actions based on specific events.
  2. 2Webhooks provide real-time data transfer between applications for instant automation triggers.
  3. 3Structured data storage (like Google Sheets) is essential for managing and utilizing information within automations.
  4. 4Logic and filters allow automations to adapt to different data inputs and execute conditional actions.
  5. 5AI agents can significantly enhance automations by performing intelligent tasks like content analysis, email drafting, and scheduling.
  6. 6Web scraping tools can gather external data to enrich the context for AI-driven decisions.
  7. 7Effective debugging and understanding Make.com's features like templates are key to successful automation building.

Key terms

ScenarioTriggerModuleWebhookRouterFilterWeb ScrapingAI AgentSystem PromptTool (AI Agent)

Test your understanding

  1. 1What is the primary purpose of a 'trigger' in a Make.com scenario?
  2. 2How do webhooks enable real-time data transfer for automation?
  3. 3Why is it important to set up filters in a Make.com scenario, and what kind of conditions can they check?
  4. 4How can an AI agent in Make.com utilize external tools like Google Calendar and Gmail?
  5. 5What steps should you take if your Make.com scenario fails to run successfully?

Turn any lecture into study material

Paste a YouTube URL, PDF, or article. Get flashcards, quizzes, summaries, and AI chat — in seconds.

No credit card required

Make.com Tutorial for Beginners 2026 (Full Guide) | NoteTube | NoteTube