Glossary

n8n

n8n is an open-source workflow automation platform: you draw a workflow from nodes — a trigger, some logic, some actions — and it connects your applications, APIs and databases so that routine work runs by itself. Unlike most automation services, it can run on your own server.

What it is

An n8n workflow starts with a trigger — a webhook, a schedule, a new row in a database, an incoming email or WhatsApp message — and passes the data through nodes that filter, transform, branch and call other systems. n8n ships with hundreds of ready connectors for common tools and a generic HTTP node for anything with an API, plus code nodes for the cases where a few lines of JavaScript are simpler than ten drag-and-drop steps.

Two things set it apart from services such as Zapier or Make. It is fair-code and self-hostable, so a company can run it on its own cloud server without per-task pricing and without sending business data to a third party. And it handles complex, branching, data-heavy workflows — loops, error handling, retries, sub-workflows — that stretch simpler tools.

  • Push a new web or Facebook lead into the CRM and notify the salesperson on WhatsApp
  • Sync orders and payment confirmations between the shop, the ERP and accounting
  • Send scheduled daily stock, sales or overdue-invoice reports to management
  • Route approval requests, reminders and escalations across email and chat
  • Call AI models to classify, summarise or draft replies inside a workflow

Why it matters for a growing business

Most companies have dozens of small, repetitive hand-offs between systems and people that are too minor to justify custom code and too frequent to keep doing by hand. n8n is the practical middle: a workflow can be built and adjusted in hours, changed by the team as the process changes, and monitored from one place.

Self-hosting matters more as volume grows. Per-task pricing on automation services becomes unpredictable when a workflow runs thousands of times a day, and many companies — for regulatory or simply commercial reasons — prefer that customer and financial data does not pass through someone else's platform.

How AutoProbaho uses it

AutoProbaho uses n8n as the integration and automation layer around the ERPs and CRMs it builds, and as a stand-alone service for companies that keep their existing tools. The team hosts n8n in the client's own cloud, builds and documents the workflows, adds monitoring and error alerts, and offers managed support so that automations keep running when APIs and business rules change.

Frequently asked questions

Zapier and Make are quicker for a handful of simple, low-volume automations and need no server. n8n wins when workflows are complex, run at volume, must handle sensitive data on your own infrastructure, or need to be extended with code. Many companies start on a hosted service and move to n8n when cost or control becomes an issue.

Curious what n8n could automate in your business?

Book a free consultation. We list the repetitive hand-offs between your tools and people and show which of them an n8n workflow could take over first.