Automation Fundamentals
How Automation Works
Before building automations, understand the core concepts.
The Basic Structure
Trigger
What starts the automation.
Examples:
- New email arrives
- Time reaches 9 AM
- File added to folder
- Button pressed
- Keyword detected
Action
What happens when triggered.
Examples:
- Send a message
- Create a task
- Move a file
- Update a spreadsheet
- Generate text
Workflow
A sequence: Trigger → Action(s)
Simple workflow: New email from boss → Send notification to phone
Complex workflow: New email with attachment → Save attachment to cloud → Log in spreadsheet → Send confirmation reply
Types of Automation Tools
No-Code Automation Platforms
Connect apps without programming.
Major platforms:
- Zapier
- Make (formerly Integromat)
- Microsoft Power Automate
- IFTTT
How they work: Visual builder, drag-and-drop, connect services.
AI Assistants
Conversational AI that takes actions.
Examples:
- ChatGPT with plugins
- Claude with computer use
- Google Gemini
- Microsoft Copilot
How they work: Tell them what to do in natural language.
Built-In App Automation
Automation within specific apps.
Examples:
- Gmail filters and templates
- Outlook rules
- Apple Shortcuts
- Google Apps Script
AI-Native Tools
Apps built with AI automation as core feature.
Examples:
- Notion AI
- Motion (AI calendar)
- Superhuman (AI email)
- Reclaim (AI scheduling)
Key Concepts
Triggers
Time-based: Run at specific times or intervals.
Event-based: Run when something happens.
Manual: Run when you initiate.
Conditions
Add logic to workflows.
Examples:
- Only if email is from specific sender
- Only if file is PDF
- Only if task is high priority
Actions
What the automation does.
Create: Make new items (tasks, events, files).
Update: Modify existing items.
Delete: Remove items.
Notify: Send alerts or messages.
Transform: Change data format or content.
Loops and Batches
Process multiple items.
Example: For each email in folder → Extract attachment → Save to cloud
Choosing What to Automate
Good Candidates
- Happens frequently (daily, multiple times daily)
- Follows predictable pattern
- Doesn't require complex judgment
- Time-consuming relative to value
- Prone to human error
Poor Candidates
- Rarely happens
- Highly variable each time
- Requires nuanced decision-making
- Quick to do manually
- Personal touch matters
The 2-Minute Rule
If it takes less than 2 minutes and happens rarely, just do it. Automation has setup cost.
Starting Simple
Begin with One Automation
Pick something annoying and frequent. Automate that.
Test Before Trusting
Run automations in test mode. Verify they work correctly.
Build Gradually
Start simple. Add complexity over time as you learn.
Document What You Build
Future you will forget how it works. Leave notes.
Common Mistakes
Over-Automating
Not everything should be automated. Some manual processes have value.
No Error Handling
What happens when something fails? Plan for it.
Forgetting About It
Automations need occasional review. Circumstances change.
Too Complex Too Fast
Start simple. Complexity increases failure points.
What's Next
Tackling the biggest time sink.
Next chapter: Email automation.