Make: The Visual Automation Platform
Make (formerly Integromat) is the middle ground between Zapier’s simplicity and n8n’s power.
It offers a visual canvas for building workflows, better pricing, and more advanced features than Zapier.
Who Should Use Make?
- Visual thinkers who want to see their entire workflow
- Teams who’ve outgrown Zapier’s limitations
- Anyone needing complex data transformations
What you’ll get: A visual workflow builder with advanced capabilities.
Prerequisites: Basic understanding of data and logic.
Why Choose Make?
Strengths ✅
- Visual canvas — See your entire workflow at once
- Better pricing — Cheaper than Zapier at scale
- Advanced logic — Complex branching and routing
- Data transformation — Powerful built-in tools
- 2,500+ integrations — Covers most apps
Limitations ⚠️
- Steeper learning curve — More complex than Zapier
- No self-hosting — Cloud-only
- Custom code limited — Enterprise feature only
- Smaller community — Less help content than Zapier
Core Concepts
Scenario
Make’s term for a workflow. A series of connected modules.
Module
Each step in your scenario—triggers, actions, and logic.
Operations
Make charges by operations. Each module that processes data = 1 operation.
Router
Split your workflow into multiple paths based on conditions.
The Visual Difference
Zapier looks like:
Step 1 → Step 2 → Step 3 → Step 4Make looks like:
┌→ Path A → Action
Trigger ─┼→ Path B → Action → Action
└→ Path C → ActionYou can see ALL paths at once, making complex workflows easier to understand.
Getting Started
- Go to make.com
- Sign up for a free account
- Click “Create a new scenario”
- Add your first trigger module
- Connect actions and logic
Building a Simple Scenario
Goal: When new email arrives → If it’s from a VIP → Create urgent task + Notify on Slack
Step 1: Add Email Trigger
- Click the big ”+” in the center
- Search for “Gmail” or “Email”
- Choose “Watch Emails”
- Connect your account
Step 2: Add Router
- Click ”+” after the email module
- Add “Router”
- This creates branching paths
Step 3: Set Up Conditions
- Click the dotted line to first path
- Add filter: “From contains vip@company.com”
Step 4: Add Actions
- On the VIP path: Add “Asana” → Create Task (mark urgent)
- Add another: “Slack” → Send Message
Step 5: Test and Activate
- Click “Run once” to test
- Schedule (every 15 min, hourly, etc.)
- Toggle “On”
Key Features
Data Transformation
Make excels at manipulating data:
- Parse JSON/XML
- Format dates
- Calculate values
- Aggregate data
Iterators
Process multiple items one by one:
Get all rows → Iterator → Process each row → Aggregator → Send summaryError Handling
Built-in error recovery:
- Retry failed operations
- Alternative paths for failures
- Notifications when things break
Pricing
| Plan | Price | Operations/Mo | Best For |
|---|---|---|---|
| Free | $0 | 1,000 | Testing |
| Core | $9/mo | 10,000 | Personal use |
| Pro | $16/mo | 10,000 | Growing needs |
| Teams | $29/mo | 10,000 | Collaboration |
| Enterprise | Custom | Unlimited | Large orgs |
Note: Higher tiers include more operations and advanced features.
Make vs Zapier vs n8n
| Feature | Make | Zapier | n8n |
|---|---|---|---|
| Visual canvas | ✅ Excellent | ⚠️ Linear only | ✅ Good |
| Ease of use | Medium | Easy | Medium-Hard |
| Pricing | Better | Expensive | Best (free) |
| Integrations | 2,500+ | 8,000+ | 400+ custom |
| Complex logic | ✅ Strong | ⚠️ Basic | ✅ Strongest |
| Self-hosting | ❌ No | ❌ No | ✅ Yes |
When to Use Make
✅ Great For
- Complex workflows with multiple paths
- Data transformation needs
- Visual learners
- Better pricing than Zapier
❌ Not Ideal For
- Simple one-step automations (overkill)
- When you need self-hosting
- Heavy custom code requirements
Pro Tips
1. Use Modules Efficiently
Fewer modules = fewer operations = lower cost.
2. Schedule Smartly
Run every 15 min instead of every 1 min unless you need instant.
3. Learn the Aggregator
Combining data from multiple sources into one is powerful.
4. Use Scenario Templates
Make has a library of pre-built scenarios to start from.
Next Steps
→ n8n Guide — Maximum flexibility
→ Zapier Overview — Simpler alternative
→ Comparison Guide — Full breakdown