Automation

10 Automations That Save Me 5 Hours Every Week

Real workflow automations that save me 5+ hours weekly using Zapier, Make, and Apple Shortcuts. Step-by-step setup instructions for each automation.

✍️ New Daily Tools Team··⏱️ 13 min read
10 Automations That Save Me 5 Hours Every Week

10 Automations That Save Me 5 Hours Every Week

Three years ago, I was doing everything manually: copying data between apps, sending follow-up emails by hand, creating tasks from meeting notes one by one, organizing files manually. It was tedious, error-prone, and — as I eventually calculated — eating about 8 hours of my week.

Then I discovered workflow automation. Not the complex enterprise stuff that requires a developer — simple, visual automations that anyone can build in 5-30 minutes. Today, my 10 core automations save me 5+ hours every single week while being more reliable than my manual processes ever were.

In this guide, I’m sharing each automation in detail: what it does, what tools it uses, how long it took to build, and the exact time savings. Every automation here is one I actually use daily — no theoretical examples.

My Automation Philosophy

Before diving in, here are my rules for what’s worth automating:

  1. Frequency: Must happen at least 3x per week (daily is ideal)
  2. Predictability: Must follow clear rules (if X then Y — no judgment calls)
  3. Build time: Must take under 30 minutes to build
  4. ROI: Must save at least 10 minutes per week (breakeven in under 2 weeks)

If a task doesn’t meet all four criteria, I don’t automate it. This prevents the common trap of spending 4 hours automating something that saves 2 minutes monthly.

The 10 Automations

Automation #1: Email to Task

Time saved: 35 minutes/week Platform: Zapier (Free tier) Build time: 3 minutes

What it does: When I star an email in Gmail, a task is automatically created in Todoist with the email subject as the task name and a link back to the email.

Why I need it: I receive 120+ emails daily. Many require action that isn’t a quick reply — it’s “research this,” “prepare a proposal,” or “schedule a call.” Instead of keeping these emails in my inbox as reminders (which clutters my inbox and stresses me out), I star them and they become proper tasks in my task management system.

Setup (Zapier):

  1. Trigger: Gmail → “New Starred Email”
  2. Action: Todoist → “Create Task”
  3. Mapping: Subject → Task name, ”📧 ” prefix, link to email in description
  4. Project: “Inbox” (processed during daily review)

Before: Manually copy email subjects into Todoist, craft descriptions, add links. ~3 minutes per email × 12 emails/week = 35 minutes. After: Star and forget. 2 seconds per email.

Automation #2: Meeting Notes → Action Items

Time saved: 45 minutes/week Platform: Make (Core plan) Build time: 25 minutes

What it does: When an Otter.ai meeting transcription is completed, the automation:

  1. Extracts the summary and action items
  2. Creates individual Todoist tasks for each action item
  3. Posts the meeting summary to the relevant Slack channel
  4. Updates the linked Notion project page with meeting notes

Why I need it: I have 8-12 meetings per week. Post-meeting processing (writing up notes, extracting tasks, sharing with team) used to take 5-10 minutes per meeting. Now it’s automatic.

Time math: 8 meetings × 5 minutes processing = 40+ minutes saved weekly.

Pro Tip: The key to this automation working well is consistent meeting naming. I name all meetings “[Project] - [Topic]” format. The automation uses the project name to route the summary to the correct Slack channel and Notion page. Without consistent naming, routing fails.

Automation #3: Content Publishing Pipeline

Time saved: 50 minutes/week Platform: Make (Core plan) Build time: 45 minutes (most complex)

What it does: When I change a blog post status to “Ready to Publish” in Notion:

  1. Extracts the content and formats it for WordPress
  2. Creates the WordPress draft with correct categories and tags
  3. Generates 3 social media post variations (via ChatGPT API)
  4. Schedules the social posts in Buffer
  5. Updates my content calendar in Notion with the publish date

Why I need it: Publishing a blog post used to be a 25-minute manual process after writing: format for WordPress, create social posts, schedule them, update my calendar. Now it’s one status change in Notion.

Before: 25 minutes per post × 2 posts/week = 50 minutes. After: 10 seconds (change the Notion status dropdown).

Automation #4: Invoice Processing

Time saved: 30 minutes/week Platform: Make (Core plan) Build time: 20 minutes

What it does: When an email arrives with a PDF attachment that matches invoice-related keywords:

  1. Extracts the PDF
  2. Parses it using AI (vendor name, amount, date, invoice number)
  3. Adds a row to my “Expenses 2025” Google Sheet
  4. Files the PDF in the correct Google Drive folder
  5. If amount > $500, sends me a Slack alert

Why I need it: I receive 6-10 invoices/bills per week. Manually opening each, reading the amount, logging it in my spreadsheet, and filing the PDF took about 3-5 minutes each.

Before: 8 invoices × 4 minutes = 30+ minutes of tedious data entry. After: Fully automatic. I review the spreadsheet once weekly to verify accuracy (2 minutes).

Automation #5: Daily Briefing

Time saved: 15 minutes/week Platform: Make (Core plan) Build time: 15 minutes

What it does: Every morning at 7:00 AM, sends me a formatted Slack message containing:

  • Today’s weather forecast
  • Calendar events for the day
  • Number of unread emails
  • My top 3 Todoist tasks
  • A motivational quote (random from a database)

Why I need it: Instead of opening 4 different apps to understand my day, I get one consolidated briefing. It sets my intention before I even sit down at my desk, perfectly complementing my morning routine.

Automation #6: Client Onboarding

Time saved: 35 minutes/week (variable) Platform: Make (Core plan) Build time: 30 minutes

What it does: When a new client fills out my onboarding form (Tally):

  1. Creates a new project in Notion with client details
  2. Creates a Todoist project with template tasks (12 onboarding steps)
  3. Creates a Google Drive folder structure (Contracts / Deliverables / Communication)
  4. Sends a welcome email with next steps
  5. Adds the client to my CRM database in Notion
  6. Schedules a kickoff meeting (sends Calendly link)

Why I need it: New client setup used to take 30-40 minutes of manual work: creating folders, writing welcome emails, setting up project structures. Now the client fills out a form and everything scaffolds automatically.

Before: 35 minutes of tedious setup per new client. After: Client fills form → everything is ready. I just show up to the kickoff call.

Automation #7: Weekly Report Generation

Time saved: 40 minutes/week Platform: Make (Core plan) Build time: 35 minutes

What it does: Every Friday at 3:00 PM:

  1. Pulls completed tasks from Todoist (this week)
  2. Pulls time data from Toggl Track
  3. Pulls project updates from Linear
  4. Compiles into a formatted Google Doc report
  5. Emails the report to stakeholders
  6. Posts a summary version to Slack #updates

Why I need it: I used to spend Friday afternoons manually compiling my weekly report: reviewing what I completed, pulling time data, formatting it nicely. Now it’s generated automatically and I just review it for accuracy before it sends.

Automation #8: Social Media Mention Monitoring

Time saved: 25 minutes/week Platform: Make (Core plan) Build time: 20 minutes

What it does: Monitors Twitter mentions of my blog name and relevant keywords:

  1. New mention detected (via Twitter API webhook)
  2. Analyze sentiment (positive/negative/neutral via simple keyword rules)
  3. If positive: Like the tweet + queue a thank-you reply
  4. If negative: Alert me immediately in Slack with context
  5. If neutral: Log it for weekly review

Before: Manually checking Twitter mentions 3x daily = 25+ minutes/week of scrolling. After: Positive engagement is automatic; only problems reach me.

Automation #9: File Organization

Time saved: 20 minutes/week Platform: Zapier (Free tier) Build time: 10 minutes

What it does: When any file is uploaded to my Google Drive “Inbox” folder:

  1. Reads the file name
  2. Categorizes based on naming convention (INV- → Invoices, CONT- → Contracts, IMG- → Images)
  3. Moves to the appropriate subfolder
  4. Renames with standardized format (YYYY-MM-DD_OriginalName)

Why I need it: I save files quickly throughout the day without thinking about organization. This automation sorts them overnight, so every morning my Drive is organized without effort.

Pro Tip: Consistent file naming is the foundation of this automation. I use prefixes: INV- for invoices, CONT- for contracts, IMG- for images, DOC- for documents. The automation can only sort what it can identify. Spend 10 seconds naming files descriptively when you save them, and automation handles the rest. This is a perfect example of how small manual effort enables big automated payoff.

Automation #10: Subscription Expense Tracking

Time saved: 15 minutes/week Platform: Make (Core plan) Build time: 15 minutes

What it does:

  • Monitors my email for subscription receipts/charges
  • Extracts the service name and amount
  • Updates my “Subscriptions” spreadsheet with the charge
  • Sends a monthly summary on the 1st: total subscription cost, any new subscriptions, any price changes

Why I need it: Subscription creep is real. I was accidentally paying for 3 services I’d stopped using. This automation keeps a live inventory of what I’m paying for and flags any changes.

Total savings revealed: In 6 months, this automation identified $47/month in unused subscriptions I’d forgotten about. That’s $564/year — the automation paid for my entire Make subscription 5x over.

Total Time Savings Breakdown

AutomationWeekly SavingsPlatformMonthly Cost
Email to Task35 minZapier Free$0
Meeting Notes → Tasks45 minMake$9 (shared)
Content Publishing50 minMake(shared)
Invoice Processing30 minMake(shared)
Daily Briefing15 minMake(shared)
Client Onboarding35 minMake(shared)
Weekly Report40 minMake(shared)
Social Monitoring25 minMake(shared)
File Organization20 minZapier Free$0
Subscription Tracking15 minMake(shared)
TOTAL310 min (5.2 hrs)$9/month

ROI: $9/month for 5.2 hours saved per week. At even $25/hour, that’s $130/week in recovered time. Monthly ROI: 1,444%.

Tools Used

ToolRolePrice
MakeComplex multi-step automations$9/month
ZapierSimple trigger-action automations$0 (free tier)
TodoistTask destination$4/month
NotionProject/documentation destination$10/month
Google WorkspaceSheets, Drive, Docs$12/month
Otter.aiMeeting transcription source$17/month
ChatGPT APIAI processing in automations~$3/month
BufferSocial media scheduling$6/month

Getting Started: Your First 3 Automations

If you’re new to automation, start with these three (all possible on free tiers):

Day 1: Email to Task (3 minutes to build, saves 35 min/week immediately) Day 3: File Organization (10 minutes to build, saves 20 min/week) Day 7: Daily Briefing (15 minutes to build, starts your day with clarity)

After one week, you’ll have saved 70+ minutes and understood how automation tools work. Then build more complex ones as you identify repetitive workflows.

Common Mistakes to Avoid

1. Automating Before Understanding Your Process

Don’t automate a broken process — fix the process first, THEN automate it. I spent 2 hours building an automation for a workflow that I eliminated entirely 2 weeks later. Understand what you actually need before building.

2. Not Handling Errors

Automations fail. APIs change. Services go down. Every automation should have: error notifications (send me a Slack alert if it fails), retry logic (try again in 5 minutes), and a manual fallback (I know how to do this by hand if automation is down).

3. Over-Engineering

My invoice automation doesn’t cover every possible invoice format — it handles 90% and flags the rest for manual review. Building for 100% coverage would take 10x the effort for 10% more cases. Accept that some edge cases will need human attention.

4. Not Tracking ROI

If you can’t measure the time saved, you can’t justify the effort. Before building each automation, estimate the manual time. After building, track whether it actually delivers. I’ve retired 3 automations that didn’t save as much time as I expected.

5. Building Complex Automations First

Start simple. My first automation was “email → task” (3 minutes, single step). My most complex automation (content publishing, 7 steps with AI) came 6 months later after I understood the tools deeply. Build complexity gradually.

Pro Tip: Create a “Automation Ideas” note where you track repetitive tasks throughout the week. Every time you think “I do this same thing every day,” write it down. After 2 weeks, you’ll have 10-20 candidates. Then prioritize by frequency × time per occurrence. The top 3-5 are your first automations. This is more effective than sitting down and trying to think of what to automate — capture the pain in real-time.

Advanced: Connecting Automations Together

My most powerful setup is when automations trigger other automations:

  1. Client sends email with question →
  2. Automation #1 creates a Todoist task →
  3. I complete the task and mark it done →
  4. Automation #7 includes it in my weekly report →
  5. End of month, all completed client tasks feed into invoicing

This “chain” means the simple act of handling client work automatically contributes to reporting and billing without extra effort.

The Future: AI + Automation in 2025

AI tools are making automations smarter:

  • Natural language automation building (describe what you want, AI builds it)
  • Smart routing (AI categorizes inputs and sends them to the right workflow)
  • Content generation (AI creates drafts as part of automated pipelines)
  • Error self-healing (AI detects and fixes automation failures)

I’ve already integrated ChatGPT API into 3 of my automations (content publishing, invoice parsing, social monitoring). The AI handles the “judgment” parts that pure rule-based automation can’t.

FAQ

Do I need to know how to code to build these automations?

No. Every automation I described is built with visual, drag-and-drop tools (Make and Zapier). No coding required. If you can use a spreadsheet formula, you can build automations. The most technical skill needed is understanding JSON format for some data mapping — which Make/Zapier handle visually anyway.

What happens when an automation breaks?

Both Make and Zapier send you email notifications when a scenario fails. I also have a weekly “automation health check” where I verify all 10 are running correctly (takes 5 minutes). Most failures are temporary (API timeout, rate limit) and resolve on retry. Permanent failures (API changed, service updated) require 5-10 minutes to fix, maybe once per month.

Is $9/month for Make worth it? Can I use only free tiers?

With Zapier Free (100 tasks/month) and Make Free (1,000 operations/month), you can run 3-4 simple automations. For my 10 automations running multiple times daily, I need Make Core ($9/month). The math is clear: $9/month for 5+ hours saved weekly is an absurd ROI. Even at minimum wage, that’s $36+/week in saved time for $9/month in cost.

How do I decide between Zapier and Make for each automation?

My rule: Simple (2-3 steps, linear flow) → Zapier. Complex (4+ steps, branching, data transformation) → Make. See my full Zapier vs Make comparison. In practice, most of my automations are complex enough to warrant Make, but the few simple ones (email to task, file organizing) work perfectly on Zapier’s free tier.

What’s the biggest mistake beginners make with automation?

Trying to automate everything at once. Start with ONE automation that solves a daily frustration. Use it for a week. Learn how the tool works. Then build a second. My current 10-automation stack took 6 months to build incrementally. Trying to build all 10 in week one would have been overwhelming and error-prone. One automation per week is a sustainable pace that builds both skill and savings gradually.

#automation#Zapier#Make#workflow#time-saving

💡 Want more productivity tips?

Browse all articles →