Real numbers: before AI automation, I was spending 12-15 hours per week on tasks that made me want to scream. Sorting emails. Summarizing meeting notes. Copy-pasting between apps. The stuff that keeps the lights on but makes you question your life choices.
Now? About 30 minutes a week. I automated 8 out of 9 of those soul-crushing workflows. Here's exactly how โ with the specific tools, the specific setups, and the specific problems I ran into (because there were plenty).
Here's exactly how I built each automation, step by step, using mostly free tools.
๐งฐ Tool Stack We Used
- Zapier (Free tier โ 100 tasks/month) or Make.com (Free โ 1,000 operations/month)
- ChatGPT (Free GPT-4o mini) โ for text analysis and drafting
- Google Sheets (Free) โ as the central data hub
- Gmail + Google Forms (Free) โ for input/output
- Notion (Free personal) โ for knowledge management
- Buffer (Free tier โ 3 channels) โ social media scheduling
Total cost: $0/month (or $20/month if you upgrade Zapier for more tasks)
1 Auto-Sort & Summarize Incoming Emails
Problem: 50+ emails/day, spending 30 minutes manually reading and categorizing.
Solution: Zapier + ChatGPT automatically categorizes and summarizes emails.
How to set it up:
- Go to Zapier.com and create a new Zap
- Trigger: Gmail โ "New Email Matching Search" (use search query:
is:inbox) - Action: OpenAI (ChatGPT) โ "Send Prompt"
Prompt I use in the OpenAI step:
Categorize this email and provide a 1-sentence summary.
Format your response as JSON:
{
"category": "Urgent | Normal | Newsletter | Social | Spam",
"summary": "One sentence summary",
"action_needed": "Yes or No",
"reply_draft": "If reply is needed, draft a brief response"
}
Email Subject: {{Subject}}
Email Body: {{Body_Plain}}
Action 2: Google Sheets โ "Create Spreadsheet Row" (logs everything)
Action 3 (optional): Gmail โ "Send Email" (if the AI detects a needed reply, it drafts it in a labeled folder for your review)
Time saved: ~2 hours/day โ ~23 hours/month
2 Meeting Notes โ Action Items โ Notion
Problem: Every meeting, someone takes notes, then spends 20 minutes extracting action items and sharing them.
Solution: Google Sheets form input โ ChatGPT โ Notion page.
How to set it up:
- Create a Google Form with fields: Meeting title, Date, Attendees, Raw notes
- Link form responses to a Google Sheet
- Zapier trigger: Google Sheets โ "New Spreadsheet Row"
- ChatGPT prompt:
Extract action items, owners, and deadlines from these meeting notes. Format as a structured list. - Action: Notion โ "Create Database Item" (in your team's Action Items database)
Pro tip: Use your phone's voice-to-text during meetings to fill out the Google Form. It takes 2 minutes vs. 20.
Time saved: ~4 hours/week
4 Auto-Generate Reports & Proposals
Problem: Weekly reports and client proposals take 2-3 hours each to draft from scratch.
Solution: Template in Google Docs + ChatGPT API via Zapier.
How to set it up:
- Create a Google Doc template with placeholders like
{{WEEK_NUMBER}},{{METRICS_SUMMARY}},{{KEY_WINS}} - Zapier trigger: Calendar or Schedule (every Friday at 3pm)
- ChatGPT prompt includes your raw data (pulled from Google Sheets metrics) and template structure
- Output goes to a new Google Doc in your "Drafts" folder
Write a weekly report using this data:
Week: {{Week_Number}}
Key metrics: {{Metric_1}}: {{Value_1}}, {{Metric_2}}: {{Value_2}}
Completed tasks: {{Completed_Tasks}}
Open items: {{Open_Items}}
Follow this structure:
## Executive Summary (3-4 sentences)
## Key Wins (3-5 bullet points)
## Challenges & Learnings (2-3 bullets)
## Next Week Priorities (3 bullets)
## Metrics Overview (table format)
Time saved: 2-3 hours/week โ 5 minutes of review
5 Daily Industry News Digest
Problem: Spending 45 minutes each morning scanning industry news.
Solution: RSS feeds โ ChatGPT summary โ Email digest.
How to set it up:
- Collect 5-10 RSS feeds relevant to your industry
- Zapier trigger: RSS by Zapier โ "New Items in Multiple Feeds"
- Filter: Only items published today
- ChatGPT prompt:
Summarize these articles into a daily digest. For each article: title, 1-sentence summary, and relevance score (High/Medium/Low). - Action: Gmail โ "Send Email" to yourself at 7am
Time saved: 45 min/day โ 5 min reading
Advanced Automations (Bonus)
6. AI-Powered Customer Support Triage
Connect your support inbox to Zapier. When a new inquiry arrives, ChatGPT classifies it as "Bug", "Feature Request", "Billing", or "General", and routes it to the right team Slack channel. Setup: 15 min.
7. Automated Invoice Tracking
Email Gmail attachment (PDF invoice) โ Zapier extracts it โ Google Sheet logs date, amount, vendor โ Monthly summary email. No more manual spreadsheet entry.
8. Code Review Assistant
GitHub webhook โ PR changes sent to ChatGPT โ AI reviews code for bugs, style issues, and potential improvements โ Comments posted via GitHub API. For developers, this saves 30+ minutes per PR.
Results After 30 Days
| Automation | Time Saved/Week | Setup Time | Cost |
|---|---|---|---|
| 1. Email Sort & Summarize | 2 hours | 20 min | Free |
| 2. Meeting Notes โ Notion | 4 hours | 15 min | Free |
| 3. Social Media Batch | 3 hours | 30 min | Free |
| 4. Report Drafting | 3 hours | 45 min | Free |
| 5. News Digest | 3.5 hours | 20 min | Free |
| 6-8. Advanced | 2+ hours | 1-2 hours | Free-$20 |
| TOTAL | 10-12 hours | ~6 hours | $0-20/mo |
๐ก My Biggest Lessons Learned
- Start small. Don't try to automate everything at once. Pick the most painful task first.
- Human review is still needed. AI isn't perfect. Always add a review step before publishing or sending.
- Make.com is better for complex workflows. Zapier is easier to start, but Make.com gives you more free operations (1,000 vs 100/month).
- Template your prompts. Save your best ChatGPT prompts and reuse them. This cuts setup time in half for new automations.
- Track your time saved. Log hours saved for 2 weeks โ you'll be shocked at the data. It's the best motivation to keep going.
Ready to Get Started?
My recommendation for your first automation:
- Sign up for Perplexity AI (free) and Zapier (free).
- Pick one repetitive task you do daily (email sorting is the easiest start).
- Follow Step 1 above โ you'll have it running in 20 minutes.
- Once that works, automate a second task each week.
For more free tools worth integrating, check out our Top 10 Free AI Tools guide.
And if you're comparing AI writing tools for your content, read our complete writing tools comparison.
3 Bulk-Generate & Schedule Social Media Posts
Problem: Writing and scheduling social media posts weekly takes 3-4 hours.
Solution: One ChatGPT session generates 20 posts โ Buffer schedules them automatically.
How to set it up:
Time saved: 3-4 hours/week โ 15 minutes