Insights

Self-hosted vs SaaS automation: AU SME cost and sovereignty

Zapier charges per task. A workflow that fires 500 times a month costs around $50 USD on the Starter plan. The same workflow running on a self-hosted n8n instance costs $5 to $50 AUD per month on a Sydney VPS, with no per-execution billing and no data leaving Australian shores.

That gap widens fast. A mid-sized Perth services business running 15 automations across invoicing, CRM updates, appointment reminders, and document routing will burn through 3,000 to 5,000 tasks per month. On Zapier, that is the Professional tier at $79 USD monthly. On n8n self-hosted, it is a $20 AUD DigitalOcean droplet in Sydney.

Where the money goes

VPS hosting is the cheap part. Real cost sits in setup time and ongoing maintenance. A Docker-based n8n deployment takes under an hour for someone who has done it before. Businesses without a technical person might pay $500 to $2,000 for contractor setup. After that, maintenance means patching the container image monthly and monitoring disk usage.

Zapier’s advantage is zero setup. You log in, connect your apps, and the workflow runs. If it breaks, Zapier’s infrastructure team fixes the platform. You never touch a server.

The trade-off is control. When Zapier changes its pricing, deprecates an integration, or suffers an outage, you have no recourse. When your self-hosted n8n instance has a problem, you can fix it, restore from backup, or migrate to another host in hours.

Data sovereignty is not abstract

Australian businesses handling personal information operate under the Privacy Act 1988 and Australian Privacy Principles. APP 8 governs cross-border disclosure. When Zapier processes customer data through US-based servers, you need reasonable steps to ensure the overseas recipient handles it in accordance with the APPs.

Manageable for many. Government suppliers, healthcare providers bound by the My Health Records Act, and financial services firms under APRA CPS 234 face a different calculus. Keeping automation data onshore removes an entire compliance surface. A self-hosted n8n instance on AWS Sydney (ap-southeast-2) or a local VPS provider means workflow data never crosses a border.

The Australian Government’s Digital Transformation Agency published guidance in 2024 reinforcing that data sovereignty is a baseline requirement for government systems, not a preference. Businesses in the supply chain are increasingly expected to meet the same standard.

What n8n does that Zapier cannot

n8n is open source. You can inspect the code, self-host without licensing fees, and extend it with custom nodes in JavaScript or Python. Businesses that need to connect a legacy SQL database to a modern API, or run a Python script mid-workflow, get that natively.

Zapier’s “Code by Zapier” step supports JavaScript and Python but runs in a sandboxed environment with execution time limits. For anything beyond simple data transformation, you end up building an external service anyway.

A key difference is execution model. n8n can run workflows on a cron schedule, in response to webhooks, or triggered by other workflows. Zapier’s polling-based triggers check for new data at intervals defined by your plan tier. On the free plan, that interval is 15 minutes. On n8n, a webhook trigger fires instantly.

When SaaS still wins

Zapier connects to over 7,000 apps with pre-built integrations. n8n has around 400 community and official nodes. Workflows that depend on a niche SaaS tool with a Zapier integration but no n8n node require building a custom API connection on the self-hosted side. That is a real cost.

Companies with no technical staff and simple workflows should pick Zapier. At $50 to $80 per month, it is cheaper than hiring someone to maintain a server. Data sovereignty only matters if you are in a regulated industry or handling sensitive information.

Companies growing their automation footprint while handling personal data, or operating under government supply chain requirements, get real value from self-hosted automation on Australian infrastructure. Savings compound over time, and having control matters when something breaks at 2am on a Saturday.

Sources