How does data get into Make, what happens to it, and how does it reach the client as a response – when a form triggers a webhook?
This might not mean much on its own, but your website almost certainly has a similar form: contact, quote request, or something like that.
The process: you paste the webhook URL from Make into your form – from that point the two are connected. The fields you define will arrive in Make with every new submission.
That data is then processed by an OpenAI model – in this case the 4 mini version, which is more than capable of handling a contact form reply. In the prompt you specify the style, tone, length, and exactly what it needs to do. This is a very short prompt right now – but you can make it as detailed as you want, including the output format.
After that, it simply forwards the response via email. If you set up your own SMTP provider, you control exactly what appears and how.
From this point, the trigger, the module, and the bundle have all run – and no one is left without a response.
This is a very simple process. But if you learn just this one thing from the course, it will free up several hours every month – and you’ll see that by building on it, you can tackle much more complex problems too.