Workflows with n8n

n8n automation: self-hosted workflows that are documented, monitored and maintained

Short answer

n8n automation means building repetitive business steps as workflows in n8n and running them on your own server. n8n is a workflow tool whose source code is public. You can host it yourself, so the data stays with you. For teams looking for an n8n expert, ALTAI Digital covers set-up, workflow design, documentation, the error queue and upkeep. Every workflow is documented with its trigger, steps and error behaviour. Discovery takes one week; the first live workflow opens within four to eight weeks.

n8n is a workflow tool whose source code is public and which can run on your own server. When an event happens, it runs defined steps in order. A form enquiry arrives; the workflow writes it to the CRM, updates a spreadsheet and alerts the right person. Installing n8n is the small part of the job. The real work is designing the workflow around the exceptions in your business and keeping it running. A workflow is built and runs for a few weeks. Then a field changes in a connected system. The workflow fails, and nobody is told.

Not every workflow belongs in n8n. The tool is chosen after the process is understood, and the reasoning goes into the discovery report. Three questions decide it. May the data leave your server? How many steps does the workflow have? Do the systems involved already have ready-made connectors? If the data must stay on your own server, we choose n8n. For a visual workflow of medium complexity, we choose Make. For a simple link between common tools, we choose Zapier. n8n is the choice for complex workflows that carry sensitive fields.

For teams in the Netherlands and the UK, self-hosting also answers the GDPR question. n8n can run on a server in the EU, opened in your name. Personal data is processed there and does not pass through a third-party workflow cloud. If a workflow calls an outside service, the fields it sends are written down during the build. Sensitive fields never enter a cloud workflow. When someone asks where customer data is processed, the documentation answers in one place. British teams can use the same record for UK GDPR questions.

As your n8n consultant, ALTAI Digital covers five jobs: set-up, workflow design, documentation, the error queue and upkeep. Workflows connect to the systems you already use: HubSpot, WhatsApp Business, Google Drive, Stripe, PostgreSQL, Airtable, Slack, ERP and accounting software. Where a system has an API, we use it; where it does not, we build a bridge. Steps that are hard to undo, such as payments, sends or deletions, wait for a person's approval. Every run is written to a run log. We work from Rotterdam and Istanbul. Pricing follows the discovery call.

What happens today

What goes wrong today

  1. 01

    Workflows stop without a sound

    A field changes in a connected system, or an access token expires. The workflow fails, but nobody hears about it. Weeks later someone notices a missing report, or a customer asks. Nobody knows how many records were lost in between.

  2. 02

    The builder left and took the knowledge

    A colleague or a freelancer built the workflow and has since moved on. What each node does, and why an exception was added, is written down nowhere. Even a small change is put off for fear of breaking something. So nobody touches it.

  3. 03

    Nobody can say where the data goes

    A workflow carrying names, phone numbers or invoice details passes through a cloud service. Which field goes to which service is not written down. When a GDPR question arrives, nobody can say in one sentence where the data is processed.

  4. 04

    The same job in three tools

    One workflow runs in Zapier, a similar one in Make, and a third as a script on someone's laptop. Nobody is quite sure which job runs where. The tool was picked by whoever built it that day. Each tool needs its own account and upkeep.

  5. 05

    Irreversible steps run without approval

    The workflow emails customers, deletes records or starts payments. No step asks a person to check first. A workflow triggered by a wrong record repeats the error on every record. It is found only when a customer writes in, and undoing it takes time.

  6. 06

    Nobody measures the gain

    Nobody knows how much time the workflow saves. How long the step took by hand, and how often it ran each week, was never measured. The success rate is not tracked either. Decisions to add or retire a workflow rest on guesswork.

What we build

Scope of the build

Self-hosted n8n set-up

n8n is installed on your server, or on an EU server opened in your name. Admin access and accounts stay with you. Data is processed on your own server. If a workflow calls an outside service, the fields it sends are written down. Sensitive fields never enter a cloud service.

Workflow design

First we write down how the job is done today: how many steps, which exceptions, who decides what. The trigger, steps and approval points come from that write-up. Only then is the tool chosen. The reasoning sits in the discovery report, open to challenge later.

Documentation

Every workflow is documented with its trigger, steps and error behaviour. The document says what each node does, which system it connects to and why each exception exists. If the builder leaves, whoever reads the document can carry on. Moving to another tool does not mean starting over.

Error queue and alerts

A failed run drops into a queue with its cause, and the owner is alerted. The workflow retries. If the retry fails too, the workflow stops and you are told. No workflow stops without a sound. An open error stays in the monthly report until it is resolved.

Run log

Each run is written to a run log: when it ran, which record it handled and the result. Past runs are traced from the same log. When someone asks why a record changed, the answer is a line in the log. The monthly success rate is calculated from it.

Human approval step

Steps that are hard to undo, such as sends, payments and deletions, wait for a person's approval mid-workflow. Nothing continues until approval comes. Who approved what, and when, is recorded. Which steps need approval is agreed with you during discovery.

Upkeep and monthly report

Each month you get the success rate, average run time and number of open errors. When a connected system changes, the workflow and its document are updated together. n8n version updates are part of upkeep. When you want to take over, we hand over with training.

How it runs

How the build runs

  1. 01

    Discovery (1 week)

    We measure how long the step takes by hand and how often it repeats weekly. Steps, exceptions and systems are mapped, and the tool is chosen with its reason.

  2. 02

    Set-up and design

    n8n goes onto your server; the workflow is designed and documented. We start with the workflow that takes the most time. Approval points and the error queue come first.

  3. 03

    Trial

    The workflow runs on real records. Your team sees the error queue, alerts and approval step at work. Weak steps are fixed, and the document is updated.

  4. 04

    Live workflow and upkeep

    The first live workflow opens within four to eight weeks. Success rate, run time and open errors are reported monthly. A second workflow opens once the first is measured.

Key concepts

Terms used on this page

n8n
n8n is a workflow tool with public source code that can be self-hosted and runs set steps whenever an event occurs.
Trigger
A trigger is the event that starts a workflow, such as a form enquiry, a new spreadsheet row or a set time of day.
Error queue
An error queue is the list where failed runs land with their cause, are retried, and stay in the report until fixed.
Run log
A run log is the record that stores each run's time, the record it handled and its result, so past runs can be traced.
Self-hosting
Self-hosting is the set-up in which a workflow tool runs on the organisation's own server, so data is processed there and stays in.
Frequently asked

n8n automationFrequently asked questions

n8n is a workflow tool whose source code is public and which can run on your own server. When an event happens, it runs defined steps in order. It can write a form enquiry to the CRM or send an alert. When n8n is hosted on your server, the data stays with you.

An n8n expert keeps workflows running, not just installed. As your n8n consultant, ALTAI Digital covers five jobs: set-up, workflow design, documentation, the error queue and upkeep. Every workflow is documented with its trigger, steps and error behaviour. Failed runs are queued and reported. You get a health report every month.

The process decides, and the reasoning goes into the discovery report. If the data must stay on your server, n8n. For a visual workflow of medium complexity, Make. For a simple link between common tools, Zapier. Three questions decide it: can the data leave, how many steps are there, and do ready connectors exist?

Yes. n8n can run on an EU server opened in your name, so personal data is processed there. If a workflow calls an outside service, the fields it sends are written down during the build. Sensitive fields never enter a cloud workflow. British teams can use the same written record for UK GDPR questions.

A failed run drops into a queue with its cause, and the owner is alerted. The workflow retries. If the retry also fails, the workflow stops and you are told. No workflow stops without a sound. An open error stays in the monthly report as a pending item until it is fixed.

Yes. The workflows live on your server or in your account and are handed over with their documentation. The document lists the trigger, steps, connected systems and error behaviour. When you want to take over, we hand over with training. Admin access, the server account and access keys are yours from day one.

Discovery takes one week. Steps, exceptions and systems are mapped, and the tool is chosen with its reasoning. The first live workflow opens within four to eight weeks. The time depends on the number of steps, the systems involved and the approval points. Your own timeline is written into the discovery report.

One: the workflow that takes the most time. A wide scope delays the first live run. In discovery we measure how long the step takes by hand and how often it repeats each week. Once the workflow runs, both are measured again and set side by side. A second workflow opens only after that.

Alparslan UnalMert Can Gundogdu
The founders take the call, not a sales team
Next step

The process first, the proposal after

In a short discovery call we map the process together and tell you plainly whether it is worth automating. If it is not, we say that too.

30 minutes · no preparation needed

Chat on WhatsApp