Your First Automation in 30 Minutes (Even If You're Not Technical)

Let's build your first automation together.
Not a theoretical one. Not "here's how it works in general." An actual, working automation that you'll set up, test, and use in your business starting today.
By the time you finish reading this guide, you'll have a functioning automation that sends you an instant notification whenever someone fills out your contact form. Simple, practical, and proof that automation isn't as complicated as you think.
What You're About to Build
Here's exactly what we're creating:
The automation: When someone submits your contact form, you instantly receive a formatted notification with their details—in Slack, email, or SMS—so you can respond within minutes instead of hours.
Why this one: It's simple enough to build in 30 minutes but valuable enough that you'll use it every day. Plus, it teaches you the fundamental pattern that powers almost every automation you'll ever build.
What you'll need:
- A contact form (we'll use Google Forms, but the principle works with any form tool)
- A Zapier account (free tier works fine)
- 30 minutes of focused time
- Zero coding skills
What you'll learn:
- How automations actually work (trigger → action)
- How to connect different tools together
- How to test and troubleshoot
- How to know when something's working correctly
Ready? Let's build.
Step 1: Set Up Your Free Zapier Account
First things first: We need an automation platform. I recommend Zapier because it's beginner-friendly and has a generous free tier (100 tasks per month).
Here's what to do:
- Go to zapier.com
- Click "Sign Up" (top right corner)
- Create an account with your email
- Skip any tutorial prompts for now—we'll learn by doing
What you should see: A dashboard with a big orange button that says "Create Zap"
Time checkpoint: 2 minutes in. You're doing great.
Step 2: Create Your Contact Form
If you already have a contact form on your website, skip to Step 3. If not, we'll create a simple one using Google Forms.
Here's what to do:
- Go to forms.google.com
- Click the "+" button to create a new form
- Title it "Contact Form" or "Demo Request"
- Add these fields:
- Name (short answer)
- Email (short answer)
- Company (short answer, optional)
- Message (paragraph)
- Click "Send" and copy the form link
Why Google Forms: It's free, reliable, and integrates perfectly with Zapier. Plus, you can embed it on your website later or just share the link.
Time checkpoint: 5 minutes in.
Step 3: Create Your First Zap
Now the fun part. Let's build the automation.
Here's what to do:
- In Zapier, click "Create Zap"
- You'll see a blank canvas with "Trigger" at the top
- Click on the Trigger box
What you should see: A search field asking "Choose App & Event"
This is where you tell Zapier: "Watch for THIS to happen..."
Time checkpoint: 7 minutes in.
Step 4: Set Up Your Trigger
The trigger is what starts your automation. In our case, it's "someone submits the form."
Here's what to do:
- In the search field, type "Google Forms"
- Select "Google Forms" from the results
- For the event, select "New Response in Spreadsheet"
- Click "Continue"
What's happening: Zapier is now asking for permission to watch your Google Forms. This is normal and safe.
- Click "Sign in to Google Forms"
- Choose your Google account
- Grant permission when asked
Expected result: You'll see "Google Forms account connected successfully"
Time checkpoint: 10 minutes in.
Step 5: Select Your Form
Now we tell Zapier which specific form to watch.
Here's what to do:
- In the "Spreadsheet" dropdown, select your contact form
- In the "Worksheet" dropdown, select "Form Responses 1"
- Click "Continue"
What you should see: A "Test trigger" section appears
This is important: Zapier needs to see what your form responses look like. So we need to submit a test response.
- Open your form in a new tab
- Fill it out with test data (your own name and email)
- Submit it
- Return to Zapier and click "Test trigger"
Expected result: Zapier finds your test response and shows you the data
If it doesn't work: Make sure you actually submitted the form, wait 10 seconds, and try "Test trigger" again.
Time checkpoint: 15 minutes in. You're halfway there.
Step 6: Set Up Your Action
Now we tell Zapier: "When that trigger happens, DO THIS..."
For this tutorial, we'll send an email. But you could just as easily send to Slack, SMS, or any other notification method.
Here's what to do:
- Click the "+" button below your trigger
- Search for "Email by Zapier"
- Select "Email by Zapier"
- For the event, choose "Send Outbound Email"
- Click "Continue"
What you should see: A form with fields to fill out
Time checkpoint: 18 minutes in.
Step 7: Customize Your Notification
This is where you design what the notification looks like. Let's make it useful.
Here's what to do:
- To: Enter your email address (where you want to receive notifications)
- Subject: Type "New Contact Form Submission"
- Body: Click in the body field
Here's where it gets cool. See that "+" icon with "Insert data"? Click it.
You'll see all the fields from your form: Name, Email, Company, Message.
Create this email body:
New contact form submission!
Name: [Click + and select "Name"]
Email: [Click + and select "Email"]
Company: [Click + and select "Company"]
Message:
[Click + and select "Message"]
---
Submitted at: [Click + and select "Timestamp"]
What you're doing: Using the actual data from the form submission. Each time someone submits, their specific information will appear here.
Time checkpoint: 23 minutes in.
Step 8: Test Your Automation
Before we turn this on, let's make sure it works.
Here's what to do:
- Click "Test action" at the bottom
- Zapier will send a test email to your inbox
- Check your email (it should arrive in 10-30 seconds)
What you should see: An email with your test data formatted exactly as you designed it.
Expected result: The email looks clean, all the data is there, nothing is broken or says "[no data]"
If something's wrong:
- Data says "[no data]" → You didn't map the field correctly, go back and reselect it
- Email didn't arrive → Check spam folder, try again in 60 seconds
- Data looks weird → Your test form submission might have been incomplete
Time checkpoint: 27 minutes in.
Step 9: Name and Turn On Your Zap
Almost done. Let's name this automation and activate it.
Here's what to do:
- At the top where it says "Untitled Zap," give it a name: "Contact Form → Email Notification"
- Click "Publish" in the top right
- Confirm by clicking "Publish" again
What you should see: A success message: "Your Zap is on!"
Congratulations. Your automation is now live and running.
Time checkpoint: 30 minutes in. You did it.
Step 10: Test It Live
Now let's prove it works in the real world.
Here's what to do:
- Open your Google Form again (in a new tab or browser)
- Fill it out with different information (pretend you're a real customer)
- Submit it
- Check your email
Expected result: Within 30 seconds, you receive an email notification with the new submission details.
If it worked: You just built your first automation. This is the exact pattern you'll use for hundreds of other automations: Trigger → Action → Data mapping.
If it didn't work:
- Wait 2 minutes (sometimes there's a delay)
- Check your Zap history (in Zapier, click on your Zap name, then "Zap history")
- Make sure your Zap is still "On" (toggle should be green)
What You Just Learned
This wasn't just about form notifications. You learned the fundamental building blocks of automation:
- Triggers – Events that start an automation ("when this happens...")
- Actions – What happens next ("do this...")
- Data mapping – Using information from the trigger in your action
- Testing – How to verify your automation works before going live
These four concepts power every automation, from simple to complex. You now understand how 90% of business automation works.
What Happens Next
Here's what to expect now that your automation is live:
First submission: You'll be excited. You'll probably check the form and email a dozen times to make sure it still works.
After a week: You'll stop thinking about it. It just works. You haven't missed a single form submission.
After a month: You'll realize you're responding to leads 10x faster than before. Some people even comment: "Wow, that was fast!"
After that: You'll start seeing other opportunities. "Wait, could I automate THIS too?"
That's how it always goes. One automation leads to another.
Common Questions at This Stage
"What if I want to send to Slack instead of email?"
Easy. Go back to Step 6 and choose "Slack" instead of "Email by Zapier." Map the same fields to a Slack message. Everything else stays the same.
"Can I send to multiple places at once?"
Yes! Add another action by clicking the "+" button below your first action. You can send to email AND Slack AND create a spreadsheet row. There's no limit.
"What if I want to filter out certain submissions?"
In Zapier, add a "Filter" step between your trigger and action. Set conditions like "Only continue if email contains @company.com" or "Only continue if message contains 'enterprise'".
"Will this slow down as I get more submissions?"
No. Zapier handles this automatically. Whether you get 1 submission per month or 100 per day, they all process instantly.
"What if I want to use a different form tool?"
The exact same process works with Typeform, Webflow forms, WordPress forms, or any other form tool. Just choose that tool in Step 4 instead of Google Forms.
Your Next Automation Projects
Now that you've built your first automation, here are three logical next steps:
Next automation #1: Appointment reminder
- Trigger: New calendar event
- Action: Send email reminder 24 hours before
- Difficulty: Same as what you just did
Next automation #2: Save email attachments to cloud storage
- Trigger: New email with attachment
- Action: Save to Google Drive
- Difficulty: Slightly easier (fewer fields to map)
Next automation #3: Add form submissions to spreadsheet
- Trigger: New form submission
- Action: Create new row in Google Sheets
- Difficulty: Same as what you just did
Pick one and build it. Each automation you complete builds your confidence and understanding.
Troubleshooting Guide
Here are the most common issues people run into and how to fix them:
Problem: "Zapier can't find my form"
- Solution: Make sure you submitted at least one response to your form
- Also check: Is the form in the same Google account you connected?
Problem: "My Zap isn't triggering"
- Solution: Check if your Zap is turned on (green toggle)
- Also check: Submit a new form response (Zapier only catches new submissions, not old ones)
Problem: "I see '[no data]' in my email"
- Solution: You didn't map the field correctly. Click the field again and reselect the data from the dropdown
Problem: "My test worked but the live version doesn't"
- Solution: Check Zap History to see if there are errors. Usually it's a permission issue—try reconnecting your accounts
Problem: "It worked once then stopped"
- Solution: Check if you hit your plan's task limit (free plan = 100 tasks/month). Upgrade or wait until next month
What Makes This a Good First Automation
I chose this specific automation for your first project because it has all the right characteristics:
Simple: Only two steps (trigger and action) Fast: Takes 30 minutes, not 3 hours Useful: You'll actually use this every day Visible: You immediately see when it works Safe: If it breaks, nothing bad happens—you just check email manually Teachable: The patterns apply to every other automation
Real Success Stories
Here's what happens when people implement this automation:
Sarah (marketing consultant): "I used to check my form submissions twice a day. Now I respond within 10 minutes and close deals faster. My conversion rate went up 30%."
Mike (service business owner): "I thought automation was for tech companies. This took me 20 minutes and saves me hours of work each month. Now I'm automating everything."
Jennifer (solopreneur): "I'm not technical at all. If I can do this, anyone can. It felt like magic when I saw that first notification come through."
Your Next Steps
You now have a working automation. Here's what to do next:
Today:
- Submit a test form to make sure it's still working
- Share your form link with actual leads
- Feel good about what you just accomplished
This week:
- Build one of the three suggested next automations
- Document other repetitive tasks you do manually
- Start thinking: "Could I automate this?"
This month:
- Aim for 3-5 working automations
- Track time saved (you'll be surprised)
- Tell other business owners about your wins
Need Help with Your Next Automation?
If you've built this first automation and you're ready to tackle something bigger, I offer free 30-minute "Next Automation" consultations where we'll identify your best opportunity and map out exactly how to build it.
No sales pitch. Just help.
Book your free consultation and let's keep your momentum going.
Remember this moment. Six months from now, when you have 20 automations running and you've saved hundreds of hours, you'll look back at this first one and smile. Everyone starts somewhere.
You just started.
And you did great.
Now go build the next one.
About Kevin Farrugia
I taught English for 11 years. Now I teach businesses how AI really works. Production-ready AI automation, consulting, and training—no complexity, no hype.