Course Content
Free Module: Before You Build Anything
This free introductory module shows you what automation can do before you touch a single tool. Through real examples - from a lead generation quiz built in four hours to an invoice archiver that eliminated monthly admin pain - you'll see how everyday business problems become automated workflows. You'll learn why automation is a life hack (not just a productivity hack), how to spot automation opportunities hiding in plain sight, and the universal trigger-process-output pattern behind every workflow. Includes a live 5-minute walkthrough where you build your first working automation from scratch.
0/8
Module 1: The Make.com Foundation
This module gives you everything you need to confidently build inside Make.com. You'll set up connections to Google, OpenAI, and MailerLite - including the tricky Google OAuth process explained step by step. You'll master all seven module types (trigger, action, search, transform, flow control, HTTP, and AI), learn data mapping so information flows correctly between modules, and understand how scenarios run, break, and recover. The module closes with a practical guide to credits - how they work, what costs what, and how to build smart so you pay only for what you use.
0/8
Module 2: Your AI Building Partner – Debugging and building with Claude
This module turns AI from a curiosity into your daily building companion. You'll start with ChatGPT's lesser-known tools - Atlas for real-time research and Operator for browser automation. Then you'll meet Claude, the AI that becomes your co-builder: collaborative prompting, projects, and importing JSON blueprints directly into Make.com. You'll install custom skills that give Claude deep Make.com knowledge, master a three-level debugging method (error messages, screenshots, JSON files), and connect Claude to your Make.com account through MCP - so it can read, modify, and build scenarios in real time.
0/5
Module 3: Done. Without You. – The 8 Workflows
Eight complete workflows you build and use from day one. A smart contact form that replies with AI in under a minute. An invoice archiver that sorts Gmail attachments into Drive. A booking assistant with personalized follow-ups. A content engine that turns one video into four platform-ready posts. A Google review response bot. An AI proposal generator that creates branded PDFs from a quote form. A scheduled blog writer that publishes to WordPress. And a quiz-based lead funnel with AI segmentation and nurture sequences. Every workflow includes a step-by-step video, downloadable JSON blueprint, and ready-to-use template.
0/9
Done. Without You – Business automation for small business owners – built on Make.com

WF1 – Smart Contact Form

The problem

Every small business has a contact form. And every small business owner knows what happens after someone fills it out: the notification sits in your inbox, you read it between meetings, you think about what to write, you draft a reply, you rewrite it to sound more professional, and finally – hours or even a day later – you hit send. Meanwhile, the lead has already moved on to your competitor who replied in 10 minutes.

Response time is one of the strongest predictors of whether a lead converts. Studies consistently show that responding within the first five minutes makes you 21 times more likely to qualify a lead compared to responding after 30 minutes. Yet most small businesses take 47 hours on average to reply to a contact form. Not because they don’t care – because they’re busy running their business.

The challenge isn’t writing the reply. It’s finding the time to write it right now, while the lead is still warm.

What this workflow solves

WF1 is your first automation, and it’s intentionally simple – three modules, zero complexity, maximum impact. When a potential customer submits your contact form, Make.com immediately takes the form data, sends it to OpenAI, which generates a personalized, professional reply referencing their specific question, and then emails that reply directly to the customer. The entire process takes under 30 seconds.

The customer gets an immediate, thoughtful response. You get notified that a new inquiry came in and that it’s already been handled. No drafting, no copy-pasting, no “I’ll reply to this later” guilt.

This isn’t a generic auto-responder saying “We received your message and will get back to you within 24-48 hours.” The AI reads the actual message, understands the context, and writes a real reply. If someone asks about pricing, it addresses pricing. If someone has a technical question, it provides a helpful starting point. Every reply ends with a clear next step, so the customer knows exactly what happens next.

Who is this for?

This workflow works for virtually any business with a contact form. Freelancers who can’t check email every 10 minutes. Consultants who want to make a strong first impression. Service businesses – agencies, studios, coaches, therapists, photographers – who receive regular inquiries. Local businesses like restaurants, repair shops, or salons that get questions about availability and pricing. E-commerce stores handling product questions before purchase.

If people reach out to you through a form on your website, this automation makes sure they never wait for a response again.

What you’ll build

The workflow connects three services through Make.com:

Tally is your form builder. It’s completely free with unlimited forms and submissions, it looks great out of the box, and it integrates natively with Make.com through webhooks. You’ll create a simple contact form with four fields: name, email, subject, and message. You can embed this form on your existing website or use Tally’s standalone page. If you already have a contact form on another platform, don’t worry – the same logic works with Typeform, Google Forms, Jotform, or any form tool that supports webhooks.

OpenAI (GPT-4o-mini) generates the reply. We use gpt-4o-mini because it’s fast, affordable (fractions of a cent per reply), and more than capable of writing professional customer service responses. The system prompt tells the AI to be friendly, professional, reference the specific question, keep it to 2-3 paragraphs, and always offer a clear next step. You can customize this prompt to match your brand voice perfectly.

Email delivers the reply. The module sends an HTML-formatted email directly to the customer’s address, with their name in the greeting and the AI-generated content as the body. You can use Gmail, any SMTP provider, or your business email through Make.com.

Three modules. One trigger, two actions. That’s it.

Two ways to implement

Option 1: Build along with the video. This is your first workflow, so we recommend building it step by step. The video walks you through every click in Make.com – connecting Tally, setting up the OpenAI module, configuring the email, and testing the whole flow. Building time is approximately 1-2 hours including testing and customization. Since this is Module 1 of the course, we also cover Make.com basics: how scenarios work, what modules and connections are, how to map data between modules, and how to test and activate your scenario. Even if you’ve never seen Make.com before, you’ll be comfortable with the interface by the end of this lesson.

Option 2: Import the blueprint. Download the Make.com blueprint JSON from the Exercise Files section and import it into your account. Connect your Tally webhook, OpenAI API key, and email account. The one thing you’ll need to do manually is replace the placeholder field IDs (the blueprint uses generic IDs like question_REPLACE_WITH_YOUR_NAME_FIELD_ID) with your actual Tally field IDs. The Step-by-Step Guide document explains exactly how to find these IDs. Setup time: about 15-20 minutes.

Whichever path you choose, the Step-by-Step Guide document in the Exercise Files contains every setting, every prompt, and every code snippet you need – formatted for easy copy-paste into Make.com.

What you’ll need

Before starting, make sure you have accounts on these platforms:

  • Make.com – The automation platform. Free plan gives you 1,000 operations per month, which is more than enough for testing and low-volume use.
  • Tally – Form builder. Completely free, no limits on forms or submissions.
  • OpenAI API – You need an API key. GPT-4o-mini costs roughly $0.15 per million input tokens, so each reply costs a fraction of a cent.
  • Email provider – Gmail works directly with Make.com. Any SMTP provider is also supported.

The result

Once activated, every contact form submission on your website gets an instant, personalized reply. Your leads feel heard immediately, your professional image improves, and you reclaim 2-3 hours per week that you used to spend on email replies. And the best part: this is just the beginning. In WF2, you’ll learn how to add Google Sheets logging, so you’ll have a complete record of every inquiry and response – your first automated CRM.


Exercise files: Download the Make.com blueprint JSON and the Step-by-Step Guide (DOCX) with all prompts, settings, and field mapping instructions from the materials section below.

Exercise Files
WF1_Smart_Contact_Form.json
Size: 53.41 KB
WF1-Step-by-Step-Guide.docx
Size: 14.50 KB
0% Complete