Business process automation

Automation agency: workflows that run in your account and never fail silently

Short answer

An automation agency is a service firm whose job is to turn repeated manual steps into software workflows, then build and monitor them. ALTAI Digital builds each workflow in n8n, Make or Zapier and writes down why that tool was chosen. Every workflow is documented with its trigger, steps and failure handling. Every run is written to a log. A failed run is queued, reported and retried. Payments, sends and deletions wait for a person's approval. Workflows are handed over in your own account.

In most small businesses the same task is repeated by hand every day. An enquiry from the website form is copied into a spreadsheet, then typed into the CRM. A quote is edited on top of last month's file. The weekly report is built from figures on three different screens. Each step takes a few minutes, but it happens many times a day. Time is not the real problem. When the person who does the task is on holiday, the task stops. The order of the steps lives only in their head.

An automation agency turns those steps into software workflows. A workflow starts with a trigger: a new form entry, an incoming email or a paid invoice. The steps then run in order, and the result is written to the right system. The question to ask an automation agency is not which tool it uses. The question is what happens when a workflow breaks. An undocumented workflow becomes a black box once the person who built it leaves. A workflow without a run log stops one day, and nobody notices.

ALTAI Digital builds every workflow the same way. The process decides the tool. If data must stay on your own server, we use n8n, which runs there and keeps the data in-house. Make suits visual workflows of medium complexity. Zapier suits simple connections between widely used apps. The reason for the choice is written in the discovery report. Every workflow is documented with its trigger, steps and failure handling. Every run is logged. Sends, payments and deletions wait for a person's approval. Workflows run in your own account or on your own server.

This page covers the scope of an automation project, the four steps and the questions we hear most. Sector pages for clinics, law firms and estate agencies are listed below. We work from Rotterdam and Istanbul, for small businesses in the Netherlands and the United Kingdom. Many of these workflows carry personal data, so GDPR is part of the design from the first week. The workflow document lists which fields go to which service. The price is given after the discovery call, once the number of workflows and systems is clear.

What happens today

What goes wrong today

  1. 01

    The same data is typed into two systems

    An enquiry is copied from the form into a spreadsheet, then into the CRM. Each copy is a chance to mistype a phone number or an amount. When someone asks which record is right, two screens open side by side. The error usually surfaces when a wrong document reaches a customer.

  2. 02

    The process lives in one person's head

    Only the person who does the work knows the order in which invoices are prepared. Only they know which sheet the weekly report comes from. None of it is written down. When that person is off or leaves, the work stops, and the next person learns it from scratch.

  3. 03

    An automation is built, then stops silently

    One day a connection fails and a workflow stops running. Nobody is told, because runs are not logged. The missing records surface weeks later, through a customer complaint. Nobody can say how many records were skipped in between, or which ones.

  4. 04

    The tool is chosen out of habit

    Some builds use the tool the builder is used to, not the one the process needs. A process whose data should stay in-house ends up in a cloud service. The reason was never written down, so nobody can review it. Changing tools later means rebuilding the workflow.

  5. 05

    The workflows sit in someone else's account

    The workflows run in the account of the firm that built them. When the contract ends, you lose the workflows, the logs and the connection settings. The same work has to be built again. Nobody ever gave you a written list of which data sits in which service.

  6. 06

    An irreversible step runs without approval

    An automated email goes to the wrong customer, or a record is deleted by the wrong rule. There was no point in the workflow where a person looked. The mistake cannot be undone, only explained afterwards. One incident like this is enough for a team to stop trusting automation.

What we build

Scope of the build

Handed over in your account, with documents

Workflows are built in your own account or on your own server, and they run there. Each workflow's document lists the trigger, the steps, the fields read and written, and the failure handling. If the builder leaves, whoever reads the document can carry on. On request, the handover includes training.

The tool is chosen for written reasons

Three questions decide the tool. May the data leave your server? How many steps does the workflow have? Do the systems already have ready-made connectors? n8n is used when data must stay with you, Make for visual workflows of medium complexity, Zapier for simple connections. The reason goes into the discovery report.

Every run is logged

The log records when a workflow ran, which record it ran with and what the result was. Past runs are traced in the same log. Each month the report shows the success rate, the average run time and the number of open errors. A workflow that slows down shows up in the figures.

Failures are queued and reported

A failed run drops into the error queue, the person responsible is notified and the run is retried. The cause is written to the log. If the retry fails too, the workflow stops and you are told. No workflow stops silently, and skipped records stay visible on the list.

Human approval at irreversible steps

An approval step can sit in the middle of a workflow. Sends, payments and deletions wait until a person approves them. Without that approval, the workflow does not continue. The log shows who approved what, and when.

Your current systems stay in place

Your CRM, ERP and accounting software stay as they are. Where a system has an API, we connect through it. Where it has none, we build a bridge: an export file, a database read or an on-screen flow. Examples we connect include HubSpot, Google Drive, Stripe, Airtable and Slack. We start with the two systems where most data is retyped.

Documents, reports and enquiry replies

Quotes, draft invoices, contracts and reports come from templates set up once. Figures are read from the CRM and spreadsheets, not typed in. Each draft waits in an approval queue. Incoming enquiries collect in one queue, each with a drafted reply. The decision to send always stays with a person.

How it runs

How the build runs

  1. 01

    Discovery (1 week)

    We write down the manual steps, their exceptions and the systems involved. We measure how long each step takes by hand and how often it repeats. The tool is chosen, with reasons.

  2. 02

    Build

    We start with the single workflow that takes the most time. Its trigger, steps, failure handling and approval points are built in your own account or on your server.

  3. 03

    Testing

    The workflow runs on real records, together with your team. The error queue, notifications and approval step are tested one by one. The document is completed here.

  4. 04

    Live workflow and monthly report

    The first workflow goes live within four to eight weeks. Success rate, average run time and open errors are reported monthly. The second workflow starts once the first has been measured.

An example we built

Kali is a team of five property consultants in Zekeriyakoy and Sariyer, Istanbul. Clients did not fill in the website form; they wrote on Instagram and WhatsApp. Listings, client records and enquiries now sit in one panel, and both channels feed into it.

Read the case
Key concepts

Terms used on this page

Workflow automation
Workflow automation is a software set-up that starts from a trigger, runs its steps in order and writes the result to the right system.
Trigger
A trigger is the event that starts a workflow, such as a new form entry, an incoming email or a set time.
Run log
A run log is the dated list that records when each workflow run happened, which record it used and what the result was.
Error queue
An error queue is the list where failed runs land with their cause, are reported and are retried until the problem is fixed.
Approval step
An approval step is the point where a workflow pauses before a send, a payment or a deletion and waits for a person's decision.
Frequently asked

automation agencyFrequently asked questions

An automation agency turns repeated manual steps into software workflows. First it writes down which step happens, in what order and who does it. Then it picks a tool and builds the workflow. After launch it monitors every run. Failures are queued and reported. Success rate and open errors are reported each month.

Ask what happens when a workflow breaks, because the answer shows how the work is built. Six questions cover it. Is each workflow documented? Is every run logged? Who is told about a failure, and how? Is the tool choice justified in writing? Do irreversible steps wait for approval? Are the workflows handed over in your own account? ALTAI Digital answers all six in the discovery report.

The process decides, and the reason is written in the discovery report. If data must stay on your own server, we choose n8n, which runs there. Make suits visual workflows of medium complexity. Zapier suits simple connections between widely used apps. If Make or Zapier is chosen, the fields sent to that service are listed during setup.

The failed run drops into the error queue, the person responsible is notified and the run is retried. The cause is written to the log. If the retry also fails, the workflow stops and you are told. No workflow stops silently. Records that were not processed stay visible on the list.

You do. The workflows are built in your own account or on your own server from the start. Each one is handed over with a document describing its trigger, steps and failure handling. Your own team or another firm can carry on from that document. On request, the handover includes training.

No. Your CRM, ERP and accounting software stay in place, connected through an API or a bridge. ALTAI Digital does not issue invoices. The workflow prepares a draft and passes the approved record to your accounting software. In the UK, Making Tax Digital asks for digital VAT records and filing through compatible software. In the Netherlands and the EU, the Peppol network carries e-invoices, especially for suppliers to public bodies.

Your data goes only where the workflow document says it goes. With n8n on your own server, the data does not leave that server. If Make or Zapier is chosen, the fields sent to that service are listed in writing. Sensitive fields stay out of cloud workflows. GDPR expects you to know where personal data is processed, and the document answers that for every step.

Discovery takes one week, and the first workflow goes live within four to eight weeks. During discovery we write down the steps, the exceptions and the systems to connect. The timeline depends on the number of steps, the systems involved and the approval points. Your own timeline is written in the discovery report.

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