Technology3 Jun 2026 · 7 min read

System integration in a company: n8n, Make or custom middleware

The CRM does not talk to accounting, the warehouse to the courier, and data is entered twice. How to actually connect systems, and with what.

The most expensive "system" in a company is often the person who manually retypes data from one tool to another. Integration removes that cost — but the tool choice depends on scale and how critical the process is.

Three approaches to integration

ToolWhenNote
n8n / Make / ZapierStandard flows, medium volumeFast, but cost grows with volume
Custom middlewareCritical, high-volume processesFull control, retry, observability
HybridMost real companiesOff-the-shelf where it fits; code where needed

What to watch for in integration

  • Retry policy — what happens when an external system does not respond.
  • Queues — so a traffic spike does not lose data.
  • Observability and alerting — to know about a failure before the client calls.
  • Zero-downtime data migration — especially for ERP/CRM.
tip
Off-the-shelf tools (n8n/Make) are great to start, but for critical high-volume processes custom middleware usually comes out cheaper and more stable at scale.
info
We connect CRM, ERP, telephony, shops and databases into one flow. https://cyberninja.digital/services/ai-agent

Newsletter

Like this kind of breakdown?

Once a week — a short letter with numbers from our deployments.