Metics Media · คลังวิเคราะห์

Make.com Tutorial for Beginners (2026) – Full Guide

📺 ดูคลิป · 👁️ 18,309 views · 📅 2026 · ⏱️ 17:50 · 🤖 AI Agents / Vibe Coding / Automation

📌 สรุป

คลิปนี้สอน Make.com (เดิมชื่อ Integromat) แบบ beginner-friendly โดยสร้าง automation จริงตั้งแต่ต้นจนจบ: เมื่อมีคนกรอก contact form → ระบบดึงข้อมูล → scrape เว็บไซต์ → ให้ AI agent วิเคราะห์ → จองปฏิทิน → ส่งอีเมลตอบกลับส่วนตัวอัตโนมัติ ทั้งหมดในเวลาไม่ถึง 1 นาที ไม่ต้องเขียนโค้ด

🔑 ประเด็น / ขั้นตอนหลัก

🛠️ เครื่องมือ / บริการ / ลิงก์ที่พูดถึง

💡 เอาไปใช้ / ข้อสังเกต


📄 Transcript เต็ม (English, 2,489 คำ)

Hey, I'm Matt and in this quick Make.com tutorial for beginners, I'm going to teach you the basics of how to build powerful automations with Make to show you how Make works, we'll build a real automation together. And by the end, you'll know everything you need to start automating your own tasks, even if you've never done this before. To get started, use the link on screen or in the description below to sign up for a freemake.com account. You can sign up with Google, Apple, Facebook, GitHub, or your email. After signing up, you may be prompted to add your name, hosting region, and country. Select the region and country closest to you. Then click sign up for free. After sign up, you'll see a welcome onboarding flow. Fill out the survey and click send. Once complete, you'll land on the make dashboard. Now that your account is set up, let's create your first automation called a scenario. Here's the problem we're solving today using Joe's web design as an example. Whenever someone submits a contact form, Joe ends up doing the same routine. Copying their info to a spreadsheet, researching their website, writing a personalized reply, scheduling a meeting, and prepping for the call. It's a lot of little steps that add up fast. But what if all of that happened automatically in under a minute without anyone lifting a finger? That's exactly what we'll be building today. an automation that handles everything from website research to scheduling to sending a personalized reply so that Joe or you can focus on what really matters. Click [snorts] the button at the top of the dashboard. The first time you open the scenario workspace, you may see a popup offering to build from scratch, use a template, or take a tour. We'll build from scratch, so click that option or close the dialogue. Click the big purple plus button in the center. This opens a list of apps you can use to trigger your automation. There are hundreds of options. Today, we want our automation to run when someone submits a contact form. We'll use Tally for our web form builder because it's free, easy to use, and integrates well with make. In the app search, type. Choose watch new response as the trigger. It's instant, so the moment someone submits the form, your automation will start. Select that option and tally loads it in as your trigger. A pop-up appears to create a web hook. A web hook is a way for one app to instantly notify another when something happens. In this case, when someone submits a form, the web hook delivers that info to make triggering your automation. First, we need a web form. Use the link on screen or in the description to sign up for Tally. Once signed up, you'll land on the Tally dashboard. Click new form. Name it something descriptive like contact form. Click use a template and select the contact form template by Marie Martins. In the window that appears, click use this template. To add more fields, hover near an existing field and click the plus button to insert a block. For example, add a date field for preferred meeting day, a time field for the meeting time, and a link field for a website. For the placeholder text, enter website or social media profile. This helps the AI personalize responses later. You can customize the thank you page or the form's style, but we'll skip that for now. Click publish to preview your form. Click copy, open a new tab, and paste the link. And here you can see the live web form. Now let's connect the form to make. In make for the tally trigger, click create a web hook. Name it. Then click create a connection. Select tally ooth and click save. Authorize make to connect with tally. Now select your contact form under form ID and click save. Now we need some test data. Go to your live tally form and fill it out with some sample data. Before submitting in make, click the purple run once button at the bottom left. When the spinning icon appears, return to your tally form and click submit. You'll see a popup in make with the form data and a green check mark showing it worked. Now let's store this data in Google Sheets. Open sheets.google.com and create a blank spreadsheet. Name it, for example, contact form submissions. Add headers for each field: first name, last name, phone number, email, message, preferred date, preferred time, website/social media, tally event ID, and browse AI task ID. In [snorts] make, close the operation output panel. On the right side of the tally trigger, click the plus button to add another module. Select Google Sheets, then add a row. Connect your Google account if prompted. Select your spreadsheet and sheet name. Leave table contains headers set to yes. Map each field from the tally form to the correct column in Google Sheets. For example, drag first name from the panel on the right to the first name field on the left. Do this for all the fields. For clear identification, add the tally event ID for your event ID column. Then click save. To test, click the drop-own next to run once. Then select the last run and click run once. You should see green check marks for tally and Google Sheets. Now in Google Sheets, the form data should appear in the correct columns. Next, let's add logic and filters. Sometimes website URLs might not be formatted correctly when people add them in the contact form. We'll set up the automation to check if the URL includes HTTP or HTTPS. In make on the right of the Google Sheets module, click the plus button, then flow control and select router. A router lets you split the automation into multiple paths. Set up the first path with a filter. Click the wrench, then set up a filter. Label it URL formatted correctly. For the condition, select the website field. Set the operator to contains case insensitive and type http colon slash slash. Add an or rule for https colon slash slash. This operator should also be set to contains case insensitive. Then click save. For the second path, set up a filter labeled URL not formatted correctly and set it as a fallback route. Click save and save your automation. Now, let's set up a web scraping tool to pull information from the website provided in the contact form. We'll use a tool called Browse AI. Sign up for a free Browse AI account using the link on screen or in the description below. After onboarding, you'll land on the build new robot page. Instead of building from scratch, go to browse.ai/prebuilt-root and search for HTML. Select the robot called extract HTML code and capture a screenshot from any web page and click setup now. Enter a properly formatted URL for testing. Any website will do. Then click next step and finish. Browse AI will run a test and show you the results. Back in make for the URL not formatted correctly path. Add a browse AI run a task module. Create a connection to your browse AI account for the robot. Toggle map off. Then select your robot from the drop down. For the web page URL, select the website or social media link from the tally input. Click save. Let's test the automation. Click the drop down next to run once. Select the most recent successful run and click run once. If your URL is formatted like mine, you'll likely get an error here, and that's intentional. Click the red icon to see the logs. The error says invalid URL. Browse AI won't accept the input unless the URL is properly formatted with HTTP or HTTPS at the beginning. This is why we're setting up filters and multiple paths. To fix this, open the browse AI module and click into the webpage URL field. Move your cursor to the left of the website/social media link variable and type http colon slash slash before it. Now if a URL comes in without the prefix, our automation adds it automatically. Click save and run the test again. This time it should succeed and Browse AI will generate an output bundle. Browse AI tasks can take a minute to complete. So we need to log some information to connect this scenario with our next one. On the right of Browse AI, add a Google Sheets update a row module. Select your spreadsheet and sheet. For row number, select the row number from the Google Sheets input. Under your browse AI task ID column, select task ID from the browse AI inputs. Click save. Now let's set up the URL formatted correctly path. Click the empty module on that path and add browse AI run a task. Just like before, this time for the webpage URL, simply select the website or social media link. You don't need to add the HTTP prefix since this path only runs when the URL is already formatted correctly. To save time, copy the Google Sheets module from the other path. Hold shift on your keyboard and click the module. Then press command C on a Mac or control C on Windows. Click in a blank space and paste it with commandV or controlV. Drag it next to the browse AI module to connect it. Open the module. Scroll to the task ID field. Delete the old reference and select task ID from this paths browse AI module. Click save. Use the magic wand icon at the bottom to auto align everything. Then save your automation. Now let's set up another scenario to handle the finished browse AI task. In make, open a new tab. Go to scenarios and click create scenario. Search for browse AI and select watch task execution finished. Create a web hook. Select your robot. Choose task finished successfully and click save. To get test data, run the first scenario we made to start a browse AI task. Then run the new scenario to catch the finished task. In the new scenario, after you've got your browse AI data, add a Google Sheets search row module. Select your spreadsheet and sheet. For the filter, click the first drop-down and select your browse AI task ID column. Leave the operator set to equals. Click in the value field below and select the task ID from the browse AI inputs. Click save and test by running with previous scenario data. You should see all the information from the matching row appear in the Google Sheets output bundle. Now, let's add an AI agent. An AI agent is essentially an LLM with access to tools. It can reason through a task and decide when to check your calendar, create an event, or send an email rather than just generating text. In Make, after the Google Sheets module, click the plus button and search for agent. Select run an agent. Click create an AI agent, then create a connection and click save. Name your agent. Select a model. I recommend the larger one. And enter a system prompt. A system prompt is a set of instructions or guidelines you give to an AI model to define its role, behavior, and goals before it responds to user input. To get you started, I created a system prompt template you can use for this automation. Use the link in the description below and feel free to adjust it as needed. In the messages section, add all relevant fields from your spreadsheet and also the HTML from browse AI. Then click save. To give your agent access to tools, open the agent settings and go to the tools section. Click add tools and choose module. For Google Calendar, select create module tool. Search for Google Calendar and add get free/ busy information. Then connect your Google account if prompted. When configuring get free/ busy information, set the time range fields to let AI agent decide and under calendars, turn off mapping and select your calendar from the drop down. Next, add another tool module for Google calendar and select create an event. Set the create an event field to in detail, calendar ID to your calendar, event name to let AI agent decide, and enable Google Meet video conferencing if you want. For attendees, select let AI agent decide. Set all day event to no. And for start and end date, again, choose let AI agent decide. For duration, enter 0030 to make meetings 30 minutes by default. In the advanced settings, set the description to let AI agent decide. To add Gmail, click add tools again and choose module and select Gmail, then send an email. Connect your Google account and for the two subject and content fields, set each to let AI agent decide. Change the body type to raw HTML so that the AI can format the email as needed. Once all tools are configured, click add to save each one. At this point, you'll need a paidmake.com plan to continue. The free plan limits you to two active scenarios, and our automation requires both scenarios running, plus AI agent capabilities. Plans start at just $9 per month. To upgrade, visit the subscription section of your dashboard, select a plan, check out, and then return to finish adding your modules. Save your agent and scenario. Open your calendar and email in new tabs. In Make, run a test with recent data. If successful, you'll see a new event in your calendar and a personalized email in your inbox. Now that everything is set up, let's test it all from start to finish. Turn on both scenarios in Make. Submit a new contact form, and within about a minute, you should see a new calendar event and a personalized email sent to the contact. Now, if your automation doesn't run successfully, you'll get an error notification. Click to see more details. Check the history and logs. They should tell you what's wrong and what to fix. Then update your automation as needed. Now that you know how to build a complete automation from scratch, let's make things even easier for your next build. Make.com has a huge library of readytouse templates. From your dashboard, click templates in the menu. You'll see a list of automations you can use immediately or search for apps by name. To use a template, click it, start the guided setup, and follow the instructions. You just learned how to automate tasks, add AI and logic, troubleshoot issues, and connect all your favorite apps. You now have the foundation to automate anything with Make.com. If you haven't already, sign up for your free Make.com account with the link in the description below. Thanks for watching.

← How to Build Your First AI Agent in 10 M How to Set up N8n Self Hosting In 5 Minu →