Build your first automation in 15 minutes
I built my first automation to solve a problem I had every single morning: I’d check 5 websites for updates, then copy-paste the interesting ones into a note. It took 20 minutes. Every day.
So I built an automation that does it for me. It runs at 8am. It checks all 5 sites. It sends me a summary. I haven’t done it manually since.
Here’s how to build your first one — even if you’ve never touched an automation tool before.
Pick your tool
Three options, pick based on your comfort level:
Zapier — easiest. Drag and drop. Most integrations. Free tier: 100 tasks/month. → zapier.com
Make — more visual, more control. Free tier: 1,000 operations/month. → make.com
n8n — most powerful, open source. Free if you self-host. → n8n.io
For your first automation, use Zapier. It’s the fastest path from zero to working.
The automation: Email → Spreadsheet
This is the simplest useful automation. Every time you get an email from a specific sender (a client, a newsletter, a service), it automatically logs it to a Google Sheet.
Why this matters: it creates a searchable record of important emails without you doing anything.
Step 1: Create a Zapier account (2 minutes)
- Go to zapier.com
- Sign up (free)
- Click “Create Zap”
Step 2: Set the trigger (3 minutes)
- Search for “Gmail” (or your email provider)
- Select “New Email” as the trigger
- Connect your email account (Zapier walks you through this)
- Set a filter: only trigger on emails from a specific sender (e.g., your boss, a client, a service)
Why filter: without it, every email triggers the automation. You only want the important ones.
Step 3: Set the action (3 minutes)
- Search for “Google Sheets”
- Select “Create Spreadsheet Row” as the action
- Connect your Google account
- Select the spreadsheet and worksheet
- Map the fields: email subject → Column A, sender → Column B, date → Column C, body → Column D
Step 4: Test it (2 minutes)
- Click “Test” in Zapier
- It’ll pull a recent email that matches your filter
- Check your Google Sheet — did it appear?
- If yes, you’re done
Step 5: Turn it on (1 minute)
- Click “Publish”
- Name your Zap (e.g., “Client emails to Sheet”)
- Turn it on
That’s it. Every matching email now gets logged automatically. You just saved 5 minutes per day — 30 hours per year.
Three more automations to build next
Automation 2: Social media backup (10 minutes)
Trigger: New post on your Instagram/Twitter Action: Save the caption + link to a Google Sheet
Why: if your account gets suspended, you have a backup of all your content.
Automation 3: New subscriber notification (5 minutes)
Trigger: New subscriber on your email list (Mailchimp, ConvertKit, etc.) Action: Send yourself a Slack/Discord/Telegram message
Why: you know instantly when someone joins. Makes the growth feel real.
Automation 4: File organizer (10 minutes)
Trigger: New file in a specific Google Drive/Dropbox folder Action: Move it to a subfolder based on file type (PDFs → /PDFs, images → /Images)
Why: your downloads folder is chaos. This fixes it.
What automation actually is
Automation isn’t “AI doing your job.” It’s a rule that runs without you.
“If X happens → do Y.”
That’s it. Every automation is just this pattern:
- Trigger — the “if” (new email, new form submission, scheduled time)
- Action — the “then” (send email, create row, post message)
Once you understand that pattern, you can automate anything.
The comparison
| Tool | Best for | Free tier | Learning curve |
|---|---|---|---|
| Zapier | Beginners, quick wins | 100 tasks/mo | Easy |
| Make | Visual thinkers | 1,000 ops/mo | Easy-Medium |
| n8n | Developers, full control | Self-hosted free | Medium |
| IFTTT | Smart home, simple triggers | Free | Easy |
| Pipedream | API-heavy workflows | Free | Medium-Hard |
Start with 15 minutes
Don’t try to automate your whole business. Build one automation. Use it for a week. See if it actually saves time.
If it does, build the next one. If it doesn’t, delete it and try a different one.
The best automations are the ones you forget exist — because they just work.
Coming soon:
- Voice AI: what GPT-5 can actually do now (coming June 14) — voice agents explained
- The ChatGPT education study that got retracted (coming June 15) — what went wrong
- AI orchestrators: one model controlling all the others (coming June 16) — the next layer
Some links in this post may be affiliate links. If you sign up through them, I may earn a small commission at no extra cost to you. I only recommend tools I’ve actually tested.
