n8n is the open source automation platform that replaces Zapier and Make in SMBs that want self-hosting, complex conditional logic, native AI and zero vendor lock-in. Starts at USD 5/month in infrastructure, production implementation in 72 hours and typical savings of 15 to 60 weekly team hours.
TL;DR
- n8n self-hosted costs USD 5 to USD 20 per month in infrastructure (Hostinger VPS) vs USD 50 to USD 600 per month for Zapier or Make for the same volume.
- Above 5,000 monthly executions, n8n is between 10x and 50x cheaper than Zapier while keeping the same functional capability and surpassing it in conditional logic.
- n8n has a native AI Agent (GPT-5, Claude Opus 4.6, Gemini 2.5, local Ollama) with tool calling, memory and RAG. Zapier and Make have basic integrations but no real agents.
- The 20 most profitable workflows for Argentine SMBs are MercadoPago+AFIP collections, multi-channel lead capture, Tiendanube↔ERP stock sync, HR onboarding, Slack reporting and WhatsApp+CRM. We break them down one by one below.
- At StriqTech we deploy production n8n on Hostinger + Easypanel in 48 hours, with the first 3 core workflows in 72 hours. Model B from USD 799 setup + USD 249 per month, custom model A up to USD 5,000 setup + USD 499 per month.
What n8n is and why it matters in 2026
n8n (pronounced "n-eight-n", short for "node-mation") is an open source workflow automation platform created in 2019 by Jan Oberhauser. By 2026 it has more than 80,000 stars on GitHub, an active Spanish-speaking community and a dominant position among technical teams in LATAM looking for an alternative to Zapier.
The philosophical difference is clear: Zapier and Make are closed SaaS where you pay per execution and depend on their infrastructure. n8n is open source, you can run it on your own server, data never leaves your infrastructure and the marginal cost of an additional execution is effectively zero.
In 2026 that difference matters more than ever for three reasons:
- Cost of AI APIs. Automating with LLMs involves many executions with large payloads. On Zapier, every execution counts, and plans escalate fast. On n8n self-hosted, you run 500,000 executions per month without switching plans.
- Compliance and data control. LATAM's Law 25.326, the European GDPR (if you export) and sector-specific regulations (health, fintech) make it increasingly uncomfortable to pass customer data through third-party infrastructure.
- Real AI workflows. Modern agents need memory, tool calling, retry logic and observability. Zapier does the basics. n8n has all of this natively since version 1.x.
n8n is not for everyone, however. If you're an accountant who has never touched a terminal and you need to sync Gmail with Google Sheets, Zapier will serve you better. n8n starts to make sense when you already have a workflow that's getting complex, or when the cost of Zapier/Make starts to hurt.
n8n self-hosted vs n8n Cloud: which to choose
There are three ways to run n8n in 2026, each with its niche.
n8n Cloud (managed by the n8n company)
The official SaaS. Ideal if you don't want to touch servers.
- Starter: USD 24/month, 2,500 executions, 5 active workflows.
- Pro: USD 60/month, 10,000 executions, 50 active workflows.
- Business: USD 120/month, 25,000 executions, unlimited workflows.
Pros: zero ops, automatic backups, transparent updates, official support. Cons: most expensive of the three models, no server access, execution limit.
n8n self-hosted Community Edition (free)
The one we recommend to 90% of Argentine SMBs.
- License: Sustainable Use License (free for internal use, including commercial use up to certain thresholds).
- Cost: only infrastructure. A Hostinger KVM 2 VPS at USD 7/month comfortably supports a typical SMB.
- Executions: practically unlimited (limit set by your CPU/RAM).
- Integrations: all 500+ official connectors.
Pros: practically free, data on your infrastructure, executions without limit, exportable to any other n8n. Cons: you handle backups, updates and monitoring. Mitigable with Easypanel that automates almost everything.
n8n self-hosted Enterprise
For large companies that need SSO, RBAC, audit logs, LDAP, official Git versioning.
- Pricing: custom, typically USD 1,200 to USD 5,000/month.
- Benefits: everything from self-hosted + enterprise features + SLA + dedicated support.
For an SMB of between 5 and 200 employees, the correct answer is self-hosted Community Edition on a Hostinger VPS with Easypanel. It's what we use internally at StriqTech and what we deploy to clients.
n8n vs Zapier vs Make: 12-criteria comparison
This is the table you ask for when you have to justify the decision to your partner, your operations director or your investor.
1. Base monthly price
- n8n: USD 5 to USD 20 (self-hosted, infra).
- Zapier: USD 19.99 (Starter) up to USD 799 (Team).
- Make: USD 9 (Core) up to USD 29 (Pro), with scaling per operations.
2. Cost per execution at 10,000 executions/month
- n8n: USD 0.0005 to USD 0.002 (total infra cost divided by executions).
- Zapier: USD 0.006 to USD 0.08 depending on plan.
- Make: USD 0.002 to USD 0.029 depending on plan and weight per operation.
3. Self-hosting
- n8n: yes, native, recommended.
- Zapier: no, only closed SaaS.
- Make: no, only closed SaaS.
4. Conditional logic
- n8n: IF, Switch, loops, merge, parallelism, custom JavaScript/TypeScript code in any node.
- Zapier: Paths (limited to 3 paths in mid-tier plans), Filters, Formatter. No real loops.
- Make: Routers, Iterators, Aggregators. Good at conditional but limited in custom code.
5. Native AI
- n8n: AI Agent node (tool calling, memory, RAG), OpenAI/Anthropic/Google/Mistral/Ollama integrations, internal LangChain.
- Zapier: Zapier AI Actions (basic), OpenAI and Anthropic integration, no real agents.
- Make: OpenAI, Anthropic, Perplexity connectors. No agent with native memory.
6. Learning curve
- n8n: medium to high. Intuitive UI for the first flows, but real power is unlocked by knowing basic JavaScript.
- Zapier: low. Designed for non-technical users.
- Make: medium. Visual UI denser than Zapier, requires thinking in data flow.
7. Native integration count
- n8n: 500+ official nodes + universal HTTP Request for whatever is missing.
- Zapier: 7,000+ integrations.
- Make: 2,000+ integrations.
8. Vendor lock-in
- n8n: zero. Workflows exportable as JSON, your own PostgreSQL base.
- Zapier: high. Proprietary workflows, no functional export.
- Make: medium. Exportable blueprints but not executable outside Make.
9. Support in Spanish
- n8n: strong community on Discord and forum, official documentation in English, abundant community content in Spanish.
- Zapier: official support in Spanish on paid plans, docs in Spanish.
- Make: official support in English, community translation.
10. Operations per workflow
- n8n: unlimited.
- Zapier: counts each step as a "task".
- Make: counts each operation by complexity.
11. Compliance and data
- n8n: self-hosted = data never leaves your infra. Ideal for Argentine LGPD, European GDPR, HIPAA.
- Zapier: SOC 2, but data passes through their servers (US).
- Make: SOC 2, GDPR compliant. Data in EU or US.
12. Open source and extensibility
- n8n: open code, custom nodes in JavaScript/TypeScript, active community.
- Zapier: closed, limited public API.
- Make: closed, custom apps possible but complicated.
Summary verdict: for an Argentine SMB with 1 technical person (or the capacity to hire us) and more than 2,000 executions/month, n8n is the best option in 10 of 12 criteria. If you're 100% non-technical and have a generous budget, Zapier is still the path of least resistance.
The 20 most profitable workflows for Argentine SMBs
This is the part that's usually missing in n8n articles. You don't settle for "you can automate anything"; you make decisions about what to implement first. We sort by expected ROI in real Argentine SMBs.
Collections and invoicing
1. Automatic collections MercadoPago + AFIP. Customer pays via payment link → MP webhook triggers n8n → invoice in AFIP (via TusFacturas or WSFEv1) → PDF sent via WhatsApp and email → CRM updated. Typical savings: 10 to 20 weekly hours in accounting firms and professional services. Reduces DSO by 30% to 50%.
2. Reminders for overdue invoices. Workflow runs every morning, crosses overdue invoices with days overdue, fires personalized WhatsApp message (day +3, +7, +15, +30) with payment link. In mid-sized clients recovers USD 3,000 to USD 15,000/month of frozen collections.
3. Monthly bank reconciliation. Reads bank movements (via Bind, BBVA API or authorized scraping), crosses with CRM invoices, marks reconciled payments and reports no-match to the accountant. Converts 8 hours of manual work into 15 minutes of review.
Sales and marketing
4. Unified multi-channel lead capture. Facebook Lead Ads, Google Forms, TypeForm, custom landing page, WhatsApp Business, Instagram DMs → all funnel into the same n8n → deduplicate → enrich with Clearbit or Apollo → classify with AI → enter the CRM (HubSpot/Pipedrive) with initial score.
5. E-commerce abandoned cart. Tiendanube or Shopify emit abandoned cart event → n8n waits 1 hour → sends WhatsApp with direct link + conditional coupon → if not paid in 24 hours, new message with urgency. Typical recovery 15% to 20%.
6. Lead scoring with AI. Each new lead is processed by GPT-5 or Claude Haiku 4.6 which evaluates (message text, urgency, implicit budget, fit with ICP) and assigns score 0-100. Sales attacks +70 first. Savings: 40% of the sales team's time on cold leads.
7. Personalized email sequences with AI. Lead goes "warm" → n8n triggers sequence of 5 emails where each is generated with LLM from the lead context (company, industry, last message). Typical open rate 2x to 3x vs generic templates.
E-commerce operations
8. Stock sync Tiendanube ↔ ERP ↔ Mercado Libre. When stock drops on any of the three, n8n updates the other two. No over-selling, no manual sync. Critical if you're multi-channel.
9. Automatic shipment tracking. Customer buys → n8n integrates with Andreani, Correo Argentino or OCA → pulls status every 6 hours → notifies customer via WhatsApp on each state change. Reduces "where is my order?" queries by 80%.
10. Automatic inventory replenishment. When a SKU's stock falls below threshold, n8n generates automatic purchase order to the supplier with pre-approved template. Avoids stock-outs without manual work.
HR and onboarding
11. Employee onboarding. New hire signs contract → n8n creates accounts in Google Workspace, Slack, GitHub, Notion → sends welcome email → schedules onboarding calls in Google Calendar → adds to relevant channels. Complete setup in 15 minutes vs 2-3 days manually.
12. Secure offboarding. Inverse of the previous: deactivate accounts, revoke access, data backup, team notification, equipment return. Critical for compliance and security.
13. Automatic NPS survey. n8n queries CRM every month, identifies customers meeting criteria (3+ months, not contacted in last month), fires survey via email/WhatsApp, feeds dashboard with results. Early churn detection.
Scheduling and services
14. Appointment scheduling with Google Calendar. Customer chooses slot via WhatsApp or web widget → n8n verifies availability → creates event → sends confirmation → reminder 24h before → post-appointment check-in. Reduces no-show 40% to 60%.
15. Automatic rescheduling. Customer responds "can't make it" to reminder → n8n offers 3 available alternatives → confirms → reschedules event. Zero secretary intervention.
Internal communication and reporting
16. Daily Slack reporting. Every morning at 9, n8n extracts data from Stripe/MercadoPago/HubSpot/GA4, builds summary with AI, posts in #metrics channel with key KPIs and alerts if there are deviations. Whole team aligned without a meeting.
17. Critical real-time alerts. Invoice over USD 5,000 closed → Slack to CEO. Premium client complains → Slack to head of CS. Server down → PagerDuty. Fast decisions, scalability without managers acting as routers.
18. Weekly executive dashboard. Every Monday, n8n generates HTML/PDF report with 8-10 key KPIs, sends it by email to the board and posts it on a Looker Studio or Supabase dashboard. Investor updates without manual work.
WhatsApp + CRM integrations
19. WhatsApp ↔ HubSpot/Pipedrive bidirectional sync. Incoming WhatsApp message (Evolution or Cloud API) → n8n writes it as a note on the CRM contact. Outgoing message from CRM → n8n fires it via WhatsApp. Unified history. We deep-dive this case in the LATAM WhatsApp pillar.
20. AI agent that operationalizes sales. n8n agent with AI Agent node that: reads incoming WhatsApp, queries CRM, builds contextual response, sends it, schedules follow-up, writes note and does handoff if it detects closed sale. A virtual "SDR" working 24/7.
These 20 workflows cover between 70% and 90% of what an Argentine SMB needs to automate. Start with the 3 with the highest ROI for your case, usually lead capture (workflow #4), collections (workflow #1) and stock sync (workflow #8) if e-commerce.
How to start: Hostinger + Easypanel + Docker + n8n
This is the concrete route we recommend for an Argentine SMB in 2026. Step by step, no detours.
Step 1: Hostinger KVM 2 VPS (USD 7/month)
For USD 7/month you get 8 GB RAM, 2 vCPU, 100 GB NVMe. More than enough for n8n + Chatwoot + PostgreSQL + up to 3 or 4 additional services. Pick São Paulo location for optimal latency with LATAM. Alternative: DigitalOcean Droplet 2GB (USD 12/month), AWS Lightsail (USD 10/month).
Step 2: Easypanel
Easypanel is a Vercel/Heroku-style panel but self-hosted. Single-command installation, web interface to deploy services, Docker Swarm underneath, automatic SSL with Let's Encrypt. Alternatives: Coolify (also excellent), Dokploy, Portainer. Any of them work; at StriqTech we use Easypanel in production and on the internal VPS.
Step 3: Deploy n8n
From Easypanel, in 3 clicks you have n8n running with dedicated PostgreSQL, Redis for workers, persistent volumes for backups and subdomain with valid SSL. Configure from the start:
- Basic authentication or OAuth.
- Automatic daily PostgreSQL backups to S3 or Backblaze (USD 1-2/month).
- Webhook URL with your custom domain.
- Queue mode active from the start (main + workers, scales better).
Step 4: First smoke test workflow
Build a 3-node workflow: webhook trigger → function that parses body → HTTP response. Send to it with Postman. If it responds in less than 1 second, the infra is ready.
Step 5: Connecting to your first integrations
HubSpot or Pipedrive, MercadoPago, Google Calendar, WhatsApp (Evolution or Cloud API). Each credential is stored encrypted in n8n, never put them hardcoded in nodes.
Step 6: First real production workflow
Pick one of the 20 workflows listed above. The one with the most ROI is where you're bleeding money today. Deploy it, monitor for 48 hours, tune it, and leave it running.
At StriqTech this complete setup is ready in 48 hours for model B. Day 3 already has production workflows generating savings. We also cover the detailed process in the post on automating your business without hiring developers.
Real pricing per stage: how much each stage costs
Not all businesses need the same. The real ranges in 2026 are these.
Stage 1 — Validation (SMBs of 1 to 5 employees, billing USD 3k to 20k/month)
- VPS + Easypanel + n8n self-hosted: USD 7/month.
- 1-3 basic workflows implemented in-house or by contractor: USD 300 to USD 800 setup one-time.
- Total year 1 cost: USD 384 to USD 884 total. First workflow pays for the rest in 2-3 months.
Stage 2 — Growth (5 to 25 employees, billing USD 20k to 100k/month)
- Upgraded KVM 4 VPS or similar: USD 15 to USD 25/month.
- 5 to 10 workflows implemented: setup USD 799 to USD 2,500 (StriqTech model B).
- Maintenance and new workflows: USD 249 to USD 499/month (continued model B).
- Total year 1 cost: USD 3,800 to USD 8,500. Typical savings: USD 20,000 to USD 60,000 from reduction in operational hours.
Stage 3 — Scaling (25 to 150 employees, billing USD 100k to 1M/month)
- Dedicated multi-node Docker Swarm infra or n8n Cloud Business: USD 100 to USD 400/month.
- 15 to 40 workflows, custom integrations with ERP, AI agent: setup USD 2,500 to USD 8,000 (StriqTech model A).
- Enterprise maintenance: USD 499 to USD 1,500/month.
- Total year 1 cost: USD 12,000 to USD 30,000. Replaces 1 to 3 operational FTEs.
Stage 4 — Enterprise
From here it starts to make sense to consider n8n Enterprise (SSO, RBAC, audit logs, dedicated support) or custom development. Out of scope of this post, but we do cover cases like clinics with +50 branches or retail with 200+ locations in our custom services.
8 common mistakes when implementing n8n (and how to avoid them)
We've all made some of these. I share them so you can avoid them.
- Starting with the "cool" workflow instead of the "profitable" one. The workflow with AI and buzzwords isn't always the one that brings in money. Start with collections, lead capture or stock, even if they're "boring".
- Not using queue mode in production. Without queue mode, a workflow that hangs kills all others. Turn on queue mode from day 1 with Redis.
- Hardcoded credentials in nodes. One day you export the workflow to share it and leak your OpenAI API key. Always use n8n Credentials, never paste them in the JSON.
- Not versioning workflows. After 20 production workflows, your n8n is code. Export to JSON and version in Git. Any problem, revert.
- Not configuring backups. n8n's PostgreSQL has ALL your business logic. If it corrupts and you have no backup, you lost months of work. Daily backup to S3/Backblaze, USD 1-2/month.
- Monolithic 80-node workflows. Impossible to maintain and debug. Split into sub-workflows by functional domain, use Execute Workflow to compose.
- No observability. You don't know if your workflows fail, run slow or have spikes. Build a basic dashboard in Supabase or Looker with execution status.
- Don't use fetch in Code nodes. All best practices say this: in Code nodes, use n8n helpers ($http, $items) or even better a separate HTTP Request node. fetch() can fail silently or break on upgrades.
When NOT to use n8n
Brutal honesty: there are cases where n8n is not the right answer.
- Massive data processing (millions of records): use Airbyte, dbt, Spark. n8n is not designed for that.
- Applications with complex UI: n8n is not a low-code app platform like Retool or Bubble. It's for integration flows, not for apps.
- Sub-millisecond latency: if you need microseconds, go native code.
- Regulated workflows requiring certified bit-by-bit auditing: perhaps Boomi, MuleSoft or similar enterprise solutions are better.
For everything else, from HR automation to production AI agents through e-commerce integration, n8n wins in 2026.
How to decide between in-house, consultancy or off-the-shelf tool
Three paths to implement n8n in your SMB:
- In-house with junior dev guided by AI: 2 to 4 months for the first 5 production workflows. Salary cost ARS 1.2M to ARS 3M per month. Viable if you already have a technical team and n8n is strategic.
- Specialized consultancy (StriqTech model): 72 hours for the first 3 workflows, complex custom integrations in 2 to 6 weeks. Cost USD 799 to USD 5,000 setup + USD 249 to USD 499 per month. No vendor lock-in, the client owns everything.
- Off-the-shelf platform with embedded n8n (Zapier already tried it, similar initiatives in LATAM): easy to start but limited in customization. Good for super-standard cases.
For companies with operations already running that need to automate NOW, StriqTech's model B is the sweet spot. First ROI in less than 30 days, without hiring, without entering eternal implementations.
Next step
If you're evaluating automating your SMB with n8n in 2026, the concrete next step is a 20-minute call where we audit 1 process for free and tell you how much can be saved and on what timeline. Zero commitment. You take a number, even if you don't hire.
Schedule it from our contact page or write to us on StriqTech's WhatsApp at +54 9 11 5499-7296.
If you want to keep researching first, we recommend reading the WhatsApp automation pillar for companies in LATAM (many n8n workflows end up connecting to WhatsApp), the 5 workflows every startup should automate and the WhatsApp chatbot ROI case in 30 days as a concrete example of what n8n can orchestrate.
For a well-run Argentine SMB, implementing n8n with the right workflows recovers between 15 and 60 weekly team hours. With that you don't just grow in productivity; you grow in margin, decision speed and the owner's quality of life. No Excel gives that back.
Frequently asked questions
What is n8n and what is it for in an SMB?
n8n is an open source workflow automation platform that connects applications, APIs and databases without writing code for simple cases and with JavaScript/TypeScript for complex ones. In an Argentine SMB it's used to automate collections with MercadoPago + AFIP, multi-channel lead capture, employee and customer onboarding, stock synchronization between Tiendanube and your ERP, Slack reporting, WhatsApp-CRM integration and dozens of other processes. It's the self-hosted alternative to Zapier and Make.
Is n8n free? How much does it cost in 2026?
The self-hosted version of n8n (Community Edition) is 100% free and open source under the Sustainable Use License. You only pay for infrastructure: USD 5 to USD 20 per month on a VPS from Hostinger, DigitalOcean or similar. n8n Cloud starts at USD 24/month for the Starter plan (2,500 executions) and goes up to USD 120/month for Pro. The Enterprise version has custom pricing from USD 1,200/month. For an Argentine SMB, self-hosted with Easypanel or Docker Swarm is almost always the right option.
Is n8n better than Zapier or Make?
For SMBs with minimum technical capacity or who need self-hosting, yes, n8n is better. It wins on price per execution (10x to 50x cheaper at scale), on complex conditional logic, on native AI (with built-in AI Agent and LangChain since n8n 1.x) and on data control. Zapier wins on raw number of integrations (7,000+ vs 500+ for n8n) and on simplicity for non-technical users. Make sits in the middle, with good UI but no real self-hosting. See the full comparison table in this post.
How do you install n8n self-hosted?
The route we use at StriqTech is Hostinger VPS (KVM 2 to KVM 4) + Easypanel + Docker + official n8n. 45-minute setup: you buy the VPS (USD 7 to USD 20/month), install Easypanel with one command, deploy n8n from the panel with one click, configure the domain with automatic SSL and you have your production instance. Alternative: direct Docker Compose if you prefer. We avoid Railway, Render and similar because cost scales poorly for heavy workflows.
Does n8n work to integrate WhatsApp and AFIP?
Yes, and it's actually one of the cases where it shines the most. We integrate Evolution API or WhatsApp Cloud API as trigger or action, and AFIP via services like TusFacturas, Facturante or the official webservices (WSFEv1). A typical flow: customer pays in MercadoPago (webhook) → n8n generates invoice in AFIP → sends PDF by WhatsApp and email → updates CRM → notifies the team in Slack. All in less than 30 seconds.
Can I use n8n with AI (GPT-5, Claude)?
Yes. n8n has native nodes for OpenAI, Anthropic, Google AI, Mistral and Ollama (local models). Since version 1.x it includes the AI Agent node with support for tool calling, persistent memory and RAG with vector stores (Supabase pgvector, Pinecone, Qdrant). A real case: a sales agent that reads a WhatsApp conversation, queries the CRM, builds a personalized response with GPT-5, sends it and schedules automatic follow-up.
How long does it take to implement n8n in an SMB?
With StriqTech's model B, infrastructure is production-ready in 48 hours and the first 3 core workflows in 72 hours. Model A, with complex custom integrations to ERP, legacy systems or flows with +20 steps, takes between 2 and 8 weeks. The important thing: don't wait for everything to be perfect. Start with the workflow with the highest ROI (typically lead capture or collections) and scale from there.
What if I regret it or want to migrate? Is there vendor lock-in?
Zero lock-in. n8n exports all workflows as standard JSON that you can version in Git, move to another server or even open in the n8n Cloud UI. The database (PostgreSQL) is yours, the VPS is yours, the credentials are yours. Unlike Zapier or Make, where the workflow is proprietary and you're tied to their infrastructure, with n8n self-hosted you have total independence.
Implement this in your business in 72 hours
Let's talk for 15 minutes. No cost, no commitment. I'll audit one process and show you the projected ROI.
Let's talk on WhatsApp