All articles
PUBLISHED·24 May 2026·7 min read·Updated 28 May 2026

Choosing an Automation Stack in South Africa

How to choose Zapier, Make.com, n8n, or a custom build in South Africa: cost, POPIA fit, self-hosting, support, and when the tool is not the decision.

···

Zapier, Make.com and n8n can all be the right answer. They can also all be the wrong answer if the workflow has not been mapped first. Zapier is fastest to start and often expensive at scale. n8n is cheapest and self-hostable, but carries more technical responsibility. Make.com sits in between.

This piece compares all three on the dimensions that matter for South African businesses: ZAR pricing, POPIA fit, self-hosting, maintainability, integration depth, and team ownership after handover.

···

TL;DR — the decision in one paragraph

Pick Zapier if your team is non-technical, the workflows are simple, and the monthly cost can stay under control. Pick Make.com if your workflows have branching logic, you are hitting Zapier task limits, or you need a strong visual builder without self-hosting. Pick n8n if you have technical ownership, complex workflows, data-residency concerns, or many automations. But pick none of them until the workflow is clear.

···

1. The three at a glance

ZapierMake.comn8n
HostingSaaS (US)SaaS (EU)Self-hosted OR SaaS (EU)
Pricing entryFree → R 350 / mo (Starter)Free → R 200 / mo (Core)Free (self-hosted) → R 400 / mo (Cloud)
Pricing modelPer taskPer operationPer execution (Cloud) OR free (self-hosted)
Integrations7 000+1 500+400+ (plus custom HTTP nodes)
POPIA-fitOK with DPAOK with DPAExcellent (self-hosted in SA)
Learning curveEasy (1 day)Medium (3 days)Steep (1–2 weeks)
Visual builderYesYesYes
Custom codeLimitedJavaScript snippetsFull JavaScript / Python
Error handlingBasicGoodExcellent
Branching logicLimitedExcellentExcellent
···

2. Pricing in ZAR (the bit they don't show you up-front)

Pricing converts from USD/EUR — these figures are at R 18.50 / USD and R 20 / EUR mid-2026.

Zapier

  • Free. 100 tasks/month, 2-step zaps only. Useful for trying it out, not for production.
  • Starter (USD 19.99). ~R 370. 750 tasks/month, multi-step zaps. Most SA solo founders start here.
  • Professional (USD 49). ~R 906. 2 000 tasks. Conditional logic, paths, webhooks.
  • Team (USD 69). ~R 1 277. 50 000 tasks, multi-user.
  • Company (USD 103.50). ~R 1 915. Real SSO, advanced admin.

Task creep. Every step of every zap counts as a task. A "new email → enrich → check duplicates → create CRM record" zap is 4 tasks per email. At 50 emails / day, that's 200 tasks / day or 6 000 / month. Many teams underestimate this until the bill or limit makes the workflow visible.

Make.com

  • Free. 1 000 operations/month, 2 active scenarios. Good for small businesses.
  • Core (USD 10.59). ~R 200. 10 000 operations.
  • Pro (USD 18.82). ~R 350. 10 000 operations + advanced features.
  • Teams (USD 34.12). ~R 630. 10 000 operations + collaboration.

Operation efficiency. Make.com counts "operations" — each module run. Smart workflow design (filters, routers) keeps the count low. Most SA SMBs find Make.com 30–50% cheaper than Zapier for equivalent work.

n8n

  • Self-hosted on a small Hetzner / DigitalOcean VPS. R 80–R 150 / month for the server. No per-task cost. Unlimited workflows.
  • Cloud Starter (USD 24). ~R 444. 2 500 executions / month, 5 active workflows.
  • Cloud Pro (USD 50). ~R 925. 10 000 executions, 15 workflows.

The free path. Self-hosted n8n on a R 100 / month VPS = unlimited automations. The catch is you need someone who can keep the VPS running, do backups and apply updates. For an SA SMB with a senior engineer or a dev partner like Aitsa, this is the cheapest path by a wide margin.

···

3. POPIA-fit

Compliance posture from cheapest to strongest:

Self-hosted n8n. Data never leaves your infrastructure. If you host in a Joburg or Cape Town data centre, data residency is in SA. Lowest POPIA risk. Best for: regulated sectors, customer-data-heavy workflows.

Make.com. EU-hosted (mostly Germany). EU GDPR is generally treated as POPIA-equivalent. Sign their DPA (auto-issued on paid plans). Disclose the cross-border transfer in your privacy notice. POPIA-compliant when those two are in place.

Zapier. US-hosted. Same pattern as Make.com but the destination is the US instead of EU. POPIA permits the transfer — but you'll need to lean on Zapier's standard contractual clauses + your customers' consent (covered in your privacy notice).

In practice, all three can be made POPIA-compliant. The work is identical: sign the DPA, update the privacy notice, set retention. The thing that varies is the marginal scrutiny — n8n self-hosted gets none, Zapier might get questions from a US-cautious procurement team.

···

4. Learning curve + team fit

Zapier — 1 day. Drag-and-drop. Pre-built integrations cover most needs. If your team can use Google Workspace, they can build Zapier zaps.

Make.com — 3 days. More powerful, slightly more concepts (scenarios, modules, filters, routers). Most SMB ops people learn the basics in a long afternoon.

n8n — 1–2 weeks. Concepts are richer (nodes, sub-workflows, expressions). JavaScript snippets unlock real power but require coding. Most teams need a technical lead OR a dev partner to maintain it.

···

5. Integration depth

If your stack includes:

  • Sage / Pastel. All three have some integration. n8n's HTTP request node + Sage's API gives the most control. Zapier has the cleanest pre-built Sage zaps for basic invoice / contact sync.
  • WhatsApp Business API. n8n + your BSP's webhook works cleanly. Make.com has a WhatsApp module. Zapier's WhatsApp integration is limited to specific BSPs.
  • Xero / QuickBooks. All three have first-class support.
  • HubSpot / Pipedrive / Salesforce. All three. Salesforce specifically is best in Make.com.
  • Custom internal APIs. n8n's HTTP request node + JavaScript wins. The others fall back to webhooks but with less flexibility.

The "weird one" test. Most SA SMBs have at least one tool no integration supports — a niche logistics platform, an old ERP, a custom internal system. All three handle this via webhooks or HTTP requests, but the experience varies wildly. n8n's debugger is genuinely good; Zapier's is poor; Make.com's is middle.

···

6. The actual recommendation, by use case

5–10 simple workflows, non-technical team, owner-operator solo:Zapier Starter (R 370 / month). Simplest path. Don't over-engineer.

Branching logic, mid-budget, team of 5–15:Make.com Core or Pro (R 200–R 350 / month). Best ROI for SMB scale.

20+ workflows, technical lead on team, want SA data residency:n8n self-hosted (R 100 / month server). Cheapest by a mile if you have the skills.

Regulated sector, audit-heavy, sensitive customer data:n8n self-hosted in SA data centre (R 200 / month for redundant hosting). Closest to ideal POPIA posture.

···

7. What we build for our clients

We're tool-agnostic. When we run a Sprint engagement, we propose the tool that fits the client — usually n8n self-hosted for clients with 10+ staff (because the per-task cost on Zapier becomes meaningful), Make.com for mid-scale teams without a technical lead, Zapier for solo founders with simple needs.

Our default: n8n self-hosted on a Hetzner Cloud VPS in their region, with the deployment scripts + monitoring set up so the client's team can manage it post-sprint without us. R 100–R 150 / month running cost, unlimited workflows.

···

8. Three honest caveats

  1. 01Zapier prices change frequently. They've cut task allowances on the Starter tier twice in the past three years. Plan for 10–15% annual increases.
  2. 02Make.com renamed from Integromat in 2022. Older blog posts still call it Integromat. The product is the same, the branding shifted.
  3. 03n8n is open-source but the company has been moving features behind a paid tier. Self-hosted free tier is committed to but not eternal. We monitor this.
···

How Aitsa fits

If you're already running Zapier and the bill is creeping over R 2 000 / month, that's usually the signal to migrate to Make.com or n8n. The migration takes ~1 week and pays back in 2–3 months.

If you're starting fresh, the AI Process Audit maps which workflows belong on which tool. We don't push a specific platform — we recommend the one that fits the team you have, not the team you wish you had.

···

*Last updated: May 2026. Read next: What is process automation for the basics, or the process automation service page for what a sprint actually delivers.*

BOOK A FREE AI PROCESS AUDIT

Find the one process worth fixing first.

One free hour, remote or in person. We map one real workflow, show you where the value is leaking, and give you an honest next step. If it is not worth doing, we will tell you, and you keep the map.

  1. 01

    You send this

    A few details about the workflow you want to improve.

  2. 02

    We reply same business day

    With a Calendly link for a 1-hour slot that suits you.

  3. 03

    1-hour audit

    Workflow map, useful questions, and an honest go / no-go.

POPIA-aware · we reply same business day

POPIA-aware handling. No mailing-list add. No auto-reply chain.

Process-first·Honest go / no-go·Potchefstroom & remote·POPIA-aware · ECTA-compliant contracts