Phase 1: No-Code Automation Platforms — Zapier, Make, n8n · 45 min · Zapier · Make.com · n8n
Platform Selection Framework
The right platform is the one that fits the problem, team, and budget.
Hiring signal: The 'platform selection' interview test asks candidates to recommend a platform for a specific scenario. The candidate who can systematically evaluate criteria — app ecosystem, AI depth, self-hosting needs, budget, team technical level — and justify their recommendation demonstrates the consulting mindset that automation agencies and enterprise teams hire for.
What you will learn
- Apply a structured framework for choosing the right automation platform
- Evaluate platforms against criteria: app ecosystem, visual complexity, AI depth, self-hosting, budget, team technical level
- Identify the cost crossover point where Zapier's pricing makes n8n self-hosting the clear winner
- Make platform recommendations for specific real-world scenarios with justifications
The Problem
A consulting firm is hired to automate a client's operations. The client asks: "Should we use Zapier, Make, or n8n?" The consultant says "n8n" because that's what they know. But the client has no developers, 200 tasks/month, and needs to connect 15 SaaS apps. n8n requires self-hosting and Docker knowledge — the client can't maintain it. Zapier would be $20/month and take 2 hours to set up.
Platform selection isn't about which tool is "best." It's about matching the tool to the problem, team, and budget. The consulting mindset — systematically evaluating criteria and justifying recommendations — is what automation agencies and enterprise teams hire for.
The platform selection interview test is a consulting exercise
Hiring managers give you a scenario: "A 50-person company processes 5,000 emails/month, needs AI classification, has one developer, and a $200/month budget." Your job is to evaluate criteria, compare platforms, and recommend one with justification. There's no wrong answer — only unsupported ones.
The Concept
The Selection Framework
┌──────────────────────────────────────────────────────────────┐
│ EVALUATION CRITERIA │
│ │
│ 1. VOLUME How many executions/month? │
│ 2. BUDGET What's the monthly platform budget? │
│ 3. AI DEPTH Classification? Agents? RAG? │
│ 4. CUSTOM CODE Do you need JavaScript/Python? │
│ 5. SELF-HOSTING Data residency? Cost control? │
│ 6. TEAM LEVEL Non-technical? Low-code? Developer? │
│ 7. APP ECOSYSTEM Which SaaS apps must you connect? │
│ 8. RELIABILITY Production-grade error handling needed? │
│ 9. TIMELINE How fast do you need it live? │
│ 10. SCALABILITY Will volume 10x in a year? │
└──────────────────────────────────────────────────────────────┘
Scoring Matrix
Score each platform 0–5 on each criterion, weighted by importance:
| Criterion | Weight | Zapier | Make | n8n (self-host) | n8n (cloud) | Dify |
|---|
| Cost at scale | 25% | 1 | 3 | 5 | 4 | 5 |
| AI integration depth | 20% | 2 | 3 | 5 | 5 | 5 |
| Custom code | 15% | 0 | 1 | 5 | 5 | 3 |
| Self-hosting | 10% | 0 | 0 | 5 | 0 | 5 |
| App ecosystem | 10% | 5 | 4 | 4 | 4 | 2 |
| Ease of use | 10% | 5 | 4 | 3 | 3 | 3 |
| Error handling | 10% | 2 | 4 | 5 | 5 | 3 |
| Timeline to deploy | 5% | 5 | 4 | 2 | 4 | 3 |
A 50-person company processes 5,000 emails/month with AI classification. They have one developer and a $200/month budget. Which platform should they choose?
n8n self-hosted is the best fit: 5,000 emails/month with 4-5 steps each = 20,000-25,000 operations. On Zapier that's ~$103-$599/month. On n8n self-hosted it's ~$50/month (VPS only). They have a developer who can manage Docker. They need AI classification which n8n handles natively. The budget ($200) easily covers the VPS + AI API costs. Zapier would work but costs 2-4x more. Make is viable but lacks code nodes. Dify is overkill for email processing.
The Cost Crossover Point
Monthly Cost Comparison (4 steps per execution)
──────────────────────────────────────────────────
Executions/mo Zapier Make n8n (self)
──────────── ─────── ───── ──────────
1,000 $20 $11 $30 (flat)
5,000 $103 $69 $30
10,000 $103 $69 $30
30,000 $599 $229 $30
50,000 $799+ $229 $30
100,000 Custom $599 $50 (bigger VPS)
──────────────────────────────────────────────────
Crossover: ~2,000 executions/month (n8n becomes cheaper than Zapier)
Crossover: ~5,000 executions/month (n8n becomes cheaper than Make)
Scenario-Based Recommendations
| Scenario | Recommendation | Why |
|---|
| Non-technical team, 500 tasks/mo, 10 apps | Zapier | Easy setup, broad app ecosystem, $20/mo |
| Marketing team, 5K ops/mo, visual routing | Make | Routers, iterators, $69/mo, no code needed |
| Startup, 20K exec/mo, AI agents, 1 developer | n8n self-hosted | $30/mo, AI Agent nodes, Code nodes |
| Enterprise, 100K exec/mo, data residency | n8n self-hosted | On-prem, unlimited executions, full control |
| AI app team, RAG chatbot, Python developers | Dify | AI-native, built-in RAG, visual canvas |
| Agency, multiple clients, varied needs | n8n (multi-instance) | One VPS, multiple n8n instances per client |
Unlock the full lesson
You've read the first 2 sections. The rest of this lesson covers Build It, Use It, Ship It, Exercises, Key Terms, Common Pitfalls — plus a hands-on lab, quiz, and project artifact.
Create a free account to unlock Phase 0 and Phase 1 of every course — no credit card.
Browse all courses · View pricing · DeVenture Academy