Everyone is talking about AI automation, but most tutorials assume you already know what a webhook is. You open Zapier, see a canvas full of unfamiliar terms and quietly close the tab. If that describes you, this guide is for you. By the end, you will have built a real AI workflow — one that does actual useful work for your business — without writing a single line of code.

We will walk through the entire process from choosing your first use case to testing and going live. No jargon without explanation. No assumptions about your technical background. Just a practical, hands-on tutorial that treats you like the smart businessperson you are.

Step 1: Pick the Right First Workflow

The most common beginner mistake is trying to automate something complex on the first attempt. Start with a workflow that has all three of these properties:

Some ideal first workflows:

For this tutorial, we will build: When a contact form submission arrives, use AI to draft a personalized reply email and save it as a Gmail draft. This is useful, low-risk and teaches the core concepts you need for any future automation.

Step 2: Choose Your Tools

You need two types of tools for an AI workflow:

An Automation Platform (the glue)

This connects your apps and defines the sequence of steps. For beginners, start with one of these:

We will use Make for this tutorial because its visual canvas makes it easier to understand what is happening at each step.

An AI Step (the intelligence)

This is where the AI actually does something — generating text, summarizing, classifying, extracting data. Most automation platforms now have native AI actions, but you can also connect to:

Step 3: Set Up Your Make Account and Create a Scenario

Sign up at make.com. The free tier is enough to follow this tutorial. Once inside, click Create a new scenario. You will see an empty canvas with a single circle — this is where your first trigger goes.

Add Your Trigger

A trigger is the event that starts your workflow. For our tutorial, the trigger is a new form submission. Click the circle, search for Typeform (or whatever form tool you use — Make supports Google Forms, Jotform, Tally and dozens more). Select Watch Responses.

Connect your form account by clicking Add under the connection field and following the OAuth prompts. Select the specific form you want to watch. Click OK.

Test the Trigger

Click Run once at the bottom of the screen. Submit a test entry through your form. Make should capture the submission data and show it as a blue data bundle. You can now see every field from your form — name, email, message — as variables you can use in later steps.

Want help putting this into practice?

Book a free 30-minute strategy call — I'll review your current setup and map out the next 3 high-impact steps for your business.

Book a Free Strategy Call →

Step 4: Add the AI Step

Click the small + icon to the right of your trigger module to add the next step. Search for OpenAI and select Create a Completion.

Connect your OpenAI account (you need an API key from platform.openai.com — it only takes 2 minutes to get one). Then fill in the prompt field. This is where the magic happens.

Writing Your AI Prompt

In the prompt field, write something like this — but use the variable picker (the orange icon) to insert the actual form data:

You are a helpful business assistant. A potential client named [Name] has submitted a contact form with the following message: [Message]. Draft a warm, professional reply email from our team at [Your Business Name]. The reply should acknowledge their specific request, mention that we will follow up within 24 hours, and invite them to book a strategy call. Keep it under 150 words. Sign off as the team at [Your Business Name].

Set Model to gpt-4o. Set Max Tokens to 400. Click OK.

Test the AI Step

Click Run once again. Make will send the test form data to OpenAI and return a drafted email. Check the output — it should be a personalized, professional reply using the submitter's actual name and message.

Step 5: Save the Draft in Gmail

Now connect the output of the AI step to Gmail. Click + after the OpenAI module. Search for Gmail, select Create a Draft.

Connect your Gmail account. Fill in the fields:

Click OK. Run once more. Go to your Gmail drafts folder — you should see a personalized draft email ready to review and send.

You Just Built an AI Workflow

Every time someone submits your contact form, this workflow will automatically draft a personalized reply using AI and drop it into your Gmail drafts. You review it, tweak if needed, and hit send. What used to take 10 minutes per lead now takes 30 seconds.

Step 6: Turn It On and Level Up

Once your test runs cleanly, click Scheduling at the bottom and turn on your scenario. Make will now run it automatically.

Common Next Steps After Your First Workflow

From here, the learning curve flattens quickly. The same pattern — trigger, AI step, action — powers 80% of AI automation workflows. You can explore more advanced techniques on our tools page or check out our guide on AI document processing for the next level of automation. If you want an expert to build more complex workflows for your business, see our AI automation services.

Frequently Asked Questions

Do I need to know how to code to build AI workflows?

No. Tools like Make, Zapier and n8n are designed for non-technical users. You connect apps visually, write prompts in plain English, and use point-and-click interfaces to map data between steps. The tutorial above requires zero coding knowledge.

Which is better for beginners: Zapier or Make?

Both are excellent. Zapier is simpler to start with for very basic two-step workflows. Make is better if you want to understand what is actually happening and build more complex multi-step logic. Most serious automation users eventually migrate to Make or n8n once they outgrow Zapier's simpler interface.

How much does it cost to run an AI workflow with OpenAI?

OpenAI API usage is billed per token (roughly per word). For drafting short emails, the cost is tiny — often fractions of a cent per request. For a business processing a few hundred form submissions per month, the OpenAI costs are negligible. Make and Zapier have their own subscription tiers based on the number of operations per month.

What if my form tool is not supported?

If your specific form tool is not available as a native integration, you can almost always use a webhook trigger instead. Most form tools can send form data to a webhook URL, which Make and Zapier can receive as a trigger. This covers virtually any form tool including custom-built ones.

Can I use Claude instead of ChatGPT in my AI workflow?

Yes. Make and Zapier both have native Anthropic (Claude) modules, or you can use the HTTP/webhook module to call the Claude API directly. Claude is often better at following complex formatting instructions and writing in a specific tone, which can be useful for customer-facing drafts.

How do I know if my AI workflow is working correctly?

Both Make and Zapier have execution history logs that show every run with inputs, outputs and any errors. Review these regularly when you first launch. Set up error notifications so you are alerted immediately if something fails. Testing with real data before going live is essential.

Want expert help building your first AI workflow?

Book a free 30-minute strategy call and we will help you identify your highest-impact automation opportunity and map out exactly how to build it.

Book a Free 30-Minute Strategy Call →