
Many companies know they should automate. But getting started feels overwhelming: Where do you begin? Which tools should you use? How do you justify the investment? This article outlines a pragmatic path forward.
The Automation Pyramid
Not all automation requires the same level of effort. We distinguish between three levels:
Level 1: Individual Automation
- Excel macros
- Personal workflow tools (Power Automate Desktop)
- Browser extensions
Effort: Low | Benefit: Individual
Level 2: Team Automation
- Department-wide workflows
- Tool integrations (Zapier, Make)
- Automated reports
Effort: Medium | Benefit: Team
Level 3: Enterprise Automation
- Cross-system processes
- iPaaS platforms (Workato, MuleSoft)
- Company-wide standards
Effort: High | Benefit: Organization
Identifying Processes: The 4R Method
Not every process is suitable for automation. Check for these criteria:
1. Repetitive
Is the process repeated regularly? One-off tasks are not worth the effort of automation.
2. Rule-based
Does the process follow clear rules? Complex decisions with many exceptions are difficult to automate.
3. Resource-intensive
Does the process tie up significant working hours? The more time saved, the faster the ROI.
4. Risk-prone
Is the process error-prone? Automation reduces human error.
Quick Wins: Start Immediately
These processes are ideal for getting started:
Data transfer between systems
Example: CRM contact is created → Automatically transferred to a newsletter tool
Trigger: New contact in HubSpot
Action 1: Transform data
Action 2: Create contact in Mailchimp
Action 3: Send confirmation to sales
Automated notifications
Example: Inventory below minimum level → Notify purchasing department
Document generation
Example: Quote accepted → Automatically create contract
Report generation
Example: Every Monday at 8:00 AM → Weekly sales report via email
Integration: Connecting Systems
Real value is created when systems work together seamlessly:
Typical integration scenarios
| Source | Destination | Benefit |
|---|---|---|
| Webshop | ERP | Automatic order entry |
| Helpdesk | Ticket creation from customer inquiries | |
| HR System | IT | User provisioning for new hires |
| Accounting | BI Tool | Real-time financial dashboard |
Think API-First
Modern automation is based on APIs. When selecting tools, check:
- Is a REST API available?
- Are there pre-built connectors?
- How is the documentation?
Don't Forget Change Management
Technical automation is only half the battle:
The human side
- Communication: Why are we automating?
- Training: How do we work with the new process?
- Feedback: What works, what doesn't?
Addressing resistance
- "This will take my job away" → Automation relieves employees of routine tasks
- "It works fine as it is" → Demonstrate concrete improvements
- "Too complicated" → Start small and scale
Calculating ROI
Quantitative factors
- Saved working time × hourly rate
- Reduced error costs
- Faster turnaround times
Qualitative factors
- Employee satisfaction
- Customer service quality
- Scalability
Example calculation
Process: Manual invoice processing
- Volume: 500 invoices/month
- Time required: 5 minutes per invoice
- Hourly rate: €40
Before automation: 500 × 5 min = 42 hours × €40 = €1,680/month
After automation: 2 hours of quality control = €80/month
Savings: €1,600/month = €19,200/year
The Path to Enterprise Automation
After achieving successful quick wins:
- Define standards: Uniform naming conventions, documentation
- Center of Excellence: Central team for automation expertise
- Governance: Rules for development and operations
- Scaling: Roll out successful patterns to other departments
Conclusion
Process automation is not a "big bang" project. Start with small, manageable automations. Gain experience, demonstrate value, and then scale.
The most important step is the first one. Which process will you automate this week?






