Lesson 6 – How Does Data Get Into Make?
The journey of a single form submission
You have a contact form on your website. Someone fills it out – their name, email, a question about your services. They click submit. What happens next?
In this lesson, you’ll see the entire data journey from start to finish: how information travels from a form on your website into Make.com, gets processed by an AI model, and arrives as a personalized reply in the customer’s inbox. It’s a simple process, but understanding it unlocks everything else you’ll build in this course.
Webhooks: the bridge between your website and Make.com
The connection between your form and Make.com is called a webhook. When you create a webhook module in Make.com, you get a unique URL. You paste that URL into your form tool’s settings, and from that moment on, the two are connected. Every time someone submits the form, the data flows directly into your Make.com scenario in real time.
In this lesson, I’m demonstrating with Tally – a free form builder that’s incredibly easy to integrate with any website. But the concept works with hundreds of similar tools. If you already have a contact form, a quote request form, or any kind of submission form on your website, the same principle applies. You define the fields (name, email, subject, message), set the webhook URL, and Make.com receives the data the instant someone hits submit.
What happens inside Make.com
Once the data arrives, it passes to the next module in the chain – in this case, OpenAI. Specifically, the GPT-4o-mini model, which is more than capable of generating professional, context-aware replies to contact form submissions at a fraction of a cent per response.
The key is in the prompt. You tell the AI exactly what style and tone to use, how long the response should be, and what it needs to do with the incoming data. In this demo, the prompt is deliberately short – just enough to show how it works. In the paid modules, you’ll learn how to write detailed prompts that match your brand voice, handle different types of inquiries, and include structured formatting.
After the AI generates its response, the final module sends it as an email – through Gmail, your SMTP provider, or any email service that connects to Make.com. You can customize the sender name, the email format, and the content structure. The customer receives a thoughtful, personalized reply. You receive peace of mind knowing that no inquiry goes unanswered.
Trigger, module, bundle – in action
This is where the concepts from Lesson 5 come to life. The webhook is the trigger. The OpenAI and email modules process and act on the data. The bundle is the data package that carries the form submission through the entire chain. At the end, the trigger has fired, the modules have run, and no one is left without a response.
This is a very simple process – just three modules. But if you learn this one pattern, you’ll free up several hours every month. And more importantly, you’ll see that by building on this foundation, you can handle much more complex problems: multi-step workflows with routers, conditional logic, PDF generation, CRM integration, and everything else you’ll encounter in the paid modules.
It all starts here – with a form, a webhook, and three connected modules.
This lesson is part of the free introductory module of the “Automate with Make.com” course. Start building: Make.com