navigation

AI automation in business: where to start, how n8n works and the AI agent in n8n

Handlowiec czyta notatkę o kliencie przygotowaną automatycznie przed rozmową

Guide: AI in business › AI agents and automation

ARTIFICIAL INTELLIGENCE IN MARKETING

AI automation combines ordinary automation, i.e. rules along the lines of “if a form comes in, save it in the CRM”, with a language model that can read text, summarise it, classify it or draft a reply. A classic automation always performs the same steps. AI adds an understanding of content where rules are no longer enough. Companies most often ask about n8n with the AI Agent node, and it is a good choice if you know which process you want to improve and who approves the result.

11 min readUpdated: 24 September 2026Author: Sebastian Kopiej

In 60 seconds Automation in a nutshell

  • What it’s about: the automation handles the fixed steps, and AI understands text, classifies it and writes, all in a single workflow.
  • A sign it’s time: people copy data between systems, sort emails and enquiries by hand or stitch reports together from several sources.
  • The bill: n8n in the cloud from EUR 20 a month (Starter plan, billed annually), plus AI model fees and time for building.
  • A good first process: daily, with a clear outcome, for example handling requests for quotes.
  • Limit: decisions about money and people, and about customers too, only with human approval.
8,4%of Polish companies with at least 10 employees used AI in 2025 (EU average: 20%)FACTEurostat, 11 December 2025
20 EURper month is the cost of n8n Cloud on the Starter plan (2,500 workflow executions, annual billing)FACTn8n, pricing, as of September 2026
1 executionthis is what n8n charges for a whole workflow run, regardless of the number of steps insideFACTn8n, pricing

AI automation vs ordinary automation: what is the difference

Classic automation works like a railway switch. If A happens, do B. A form came in, so save the contact in the CRM and send a notification to the salesperson. It works brilliantly as long as the data is structured, but trouble starts with text, because an email from a customer may be an enquiry, a complaint or spam, and no simple rule will tell them apart.

Enter AI automation. The language model reads the content, works out what it is about, extracts the data and drafts a reply. The automation does the rest: it saves, forwards and reminds. Wondering which to choose, AI or automation? You don’t choose. You combine the two in a single workflow (AI workflow), in which rules drive the process from start to finish and the model only steps in where something has to be read and understood. We show how this topic fits into the wider plan in guide to AI in business for marketing and PR.

Ordinary automationAutomation with AIAI agent
How it worksfixed ‘if–then’ rulesfixed steps + AI at selected pointschooses the steps and tools itself
Handles textnoyesyes
Predictabilityvery highhighlower, requires more oversight
Examplesaving a form in the CRMclassifying emails and drafting a replypreparing a note about a customer from several sources

Who AI automation for business is for, and in what situation

According to Eurostat, in 2025 8.4% of Polish companies with at least 10 employees used AI, against an EU average of 20%. So most Polish companies are only just starting. That is actually good news, because you can learn from other people’s mistakes instead of repeating them.

AI automation makes sense for a business when someone copies data between systems every day, sorts enquiries by hand, stitches reports together from several spreadsheets or answers the same customer questions over and over. If this kind of work takes your team a few hours a week, you have a candidate for your first automation. A simple test? For a week, note how many times someone does the same task and how many minutes it takes, then multiply the result by the number of weeks in a year and compare it with the cost of the tool.

What can be automated with the help of AI

Artificial intelligence in process automation delivers the best results where there is a lot of text and the outcome is easy to assess. Examples from the departments we work with most often:

  • Marketing. AI marketing automation includes, among other things, summarising campaign results, drafting post variants from a single piece of material and sorting leads by the subject of the enquiry.
  • Sales and CRM. In AI-powered CRM automation, an enquiry from a form lands in the system together with a short note about the company and a suggested salesperson. You will find the full picture of what this gives sales in our article on CRM with AI.
  • HR. Automating HR processes with AI, for example answering employees’ questions about procedures. Be careful with AI recruitment automation, because under the AI Act AI systems used to assess candidates fall into the high-risk category. We discuss the details in connection with AI in HR and recruitment.
  • Customer service. Customer service automation with a chatbot that answers simple questions and hands difficult cases over to an agent. We compare the solutions in our article on AI in customer service.
  • Office work. AI office automation, i.e. sorting invoices and emails and extracting data from documents into a spreadsheet. If you work a lot with spreadsheets, have a look at our piece on AI in Excel.

n8n: what it is and why it comes up in conversations so often

n8n is a tool for building workflows. You arrange blocks (nodes) on the screen, connect them with arrows, and the program carries out the steps one after another: it fetches an email, sends the content to an AI model, saves the result in the CRM and notifies the team on a messaging app, all without human involvement until the workflow reaches a point where someone has to approve something. There are hundreds of ready-made connections to popular systems.

Two features set n8n apart from the competition. First, it can be installed on your own server (the Community Edition), which gives you control over where the data flows. Second, in the cloud n8n charges for the whole workflow execution rather than for each step, so a long, complex workflow costs the same as a short one.

n8n is distributed under the Sustainable Use License, which allows free use for a company’s internal purposes. Building a service for clients on n8n? Then check the licence terms with a lawyer.

What the ‘AI Agent’ node in n8n makes possible

The AI Agent is where an ordinary workflow turns into an agent. According to the n8n documentation, you connect a language model and at least one tool to it, and the agent decides for itself which tool to use. This can be a search engine, a knowledge base, a spreadsheet, a calendar or another n8n workflow. Memory is optional. It lets the agent remember the earlier course of the conversation.

In practice An AI agent in n8n works well where the steps are not the same every time. An example? One customer enquiry requires checking the price list, another the order status, and yet another a handover to a salesperson. Instead of building ten branches, you give the agent three tools and a clear instruction. We show how to write such an instruction in our guide how to create an AI agent. How an agent differs from an assistant, in turn, is explained in the article AI agent in marketing and PR.

If the agent is to answer on the basis of company documents, connect a knowledge base to it following the RAG approach (first retrieving passages from the documents, then answering). How to prepare such a base so that it doesn’t quote old price lists is described in our piece on AI working on company knowledge.

Business process automation with AI step by step

Here is the order that protects you from the most expensive mistakes:

  1. STEP 01Map the process as it is today

    Who does what, in which system and how long it takes them. Without this map you will automate a mess. Just faster.

  2. STEP 02Choose one process

    Daily, repetitive, with a clear outcome, for example handling enquiries from a form. Measure the time and the number of errors before you change anything.

  3. STEP 03Decide where AI is needed

    Only where text needs to be understood. Do the rest with ordinary rules. They are cheaper and predictable.

  4. STEP 04Set approval points

    Sending to a customer and changing data in the CRM, as well as payments or publishing, always wait for human approval.

  5. STEP 05Test on past data

    Run the workflow on last month’s enquiries and compare the result with what people did at the time.

  6. STEP 06Launch with a log and an owner

    One person is responsible for the workflow, reviews errors every week and improves the instructions.

How much AI automation costs

The bill is made up of the tool licence, AI model fees and people’s time. Below are public prices as of 24 September 2026. They change often. Check them before you decide, because the difference between plans can come down to a single parameter, such as the number of workflow executions per month, which nobody has yet calculated at the planning stage.

ItemWhat it depends onPublic reference point (as of 24 September 2026)
n8n Cloudnumber of workflow executions per monthStarter EUR 20/month (2,500 executions), Pro EUR 50/month (10,000 executions), Business EUR 667/month, billed annually
n8n on your own servercost of the server and technical maintenanceCommunity Edition with no licence fee (for internal purposes)
Language modelnumber and length of texts, choice of modelOpenAI API: from USD 0.20 per million input tokens (GPT-5.6 Luna)
Automation with CopilotMicrosoft 365 licences, credit consumptionCopilot Studio: USD 200 for 25,000 credits/month
Build, testing, maintenancenumber of systems and control pointsspecialist time, individual quote

On your own, with an AI automation agency or with a software house

A simple workflow in n8n (form, AI classification, CRM entry) can be built in a few days by a technical person from the marketing team. Bigger projects are a different league. With many systems and personal data, and especially with ERP integrations, you need someone who knows about security and maintenance.

An AI automation agency is useful when the problem is not only technical but lies in the process itself: what to automate, who approves, how to measure the effect. A software house is a better fit when you need a custom application built. We break down the differences in our comparison AI software house or AI agency. Working on Microsoft 365? See what can be done within your licence before you buy anything new. We described this in connection with Copilot for business.

When to automate and when to leave it

Automation makes sense when the process is repeatable, the data lives in systems rather than in employees’ heads, and someone has time to review the results in the first month, when all the edge cases nobody thought of while drawing up the process come to light. Launch in a quieter period. Not at the peak of the season.

Don’t automate a process that changes every week. Or one that happens once a quarter. Be especially careful with automating decisions, because the model can prepare a recommendation, but a discount, the rejection of a candidate or the response to a crisis is decided by a person who then answers for that decision to the customer, the board or the authorities.

How to measure the effect of automation

Measure three things before you launch. The time people spend on the process, the response time (for example from enquiry to reply) and the number of errors. After a month, measure the same things again, adding the time spent checking the AI’s output.

Is the number of won bids growing after implementation? Don’t credit it to the automation straight away. Compare the result with how the same months went a year earlier, or with a team that worked without it, because the season, a new salesperson or a change in the price list can produce the same effect. A faster response is often a real advantage in winning business clients, but it has to be proven. If you would like to design this together with us, see how we work on marketing and sales automation.

Mistakes that make AI automation start doing harm instead of helping

1

Automating a mess

If the process is unclear, automation only produces errors faster. You pay with corrections in the CRM, irritated customers and a loss of trust in the tool.

2

AI where a rule would do

A language model where a simple rule would do raises the cost and reduces predictability. Every model call costs money. And carries a risk of error.

3

Automatic sending to customers

One wrong email with an outdated price or the wrong product can cost you a customer. Sending always happens after human approval. No exceptions.

4

No workflow owner

A change in the form or in the CRM silently breaks the automation, and enquiries get lost. Without a person in charge and a daily test, you will find out from an unhappy customer.

5

Ignoring licences and personal data

Building a service for clients on the free version of n8n or sending CVs to a model without a data processing agreement is a legal risk that may cost more than the whole project.

The questions about n8n and automation we are asked most often

What does the ‘AI Agent’ node in n8n make possible?

The AI Agent node connects a language model with tools (a search engine, a knowledge base, a spreadsheet, other workflows) and lets the agent choose on its own which one to use. According to the n8n documentation, you need to connect a model and at least one tool. Memory is optional.

Is n8n free?

Yes, in the Community Edition, which you can install free of charge on your own server and use for the company’s internal purposes. The cloud version costs from EUR 20 a month on the Starter plan, billed annually (as of 24.09.2026). AI model fees are separate.

How does AI differ from automation?

Automation always performs the same steps according to rules. AI understands content. It can read an email, classify it and draft a reply, so the best results come from combining the two: the automation drives the process from the form all the way to the CRM entry, and AI only helps where text needs to be understood.

Where should a company start with AI automation?

Pick one daily process with a clear outcome, for example handling requests for quotes. Measure time and errors before the change, build a workflow with human approval before sending, and compare the results after a month.

Is AI automation GDPR-compliant?

It can be. You need to know what data goes into the model and where it is processed, have a data processing agreement with the provider, send only the necessary passages of text and check that the provider does not use your data to train models, which is sometimes switched on by default in free plans.

When do you need an AI automation agency?

When the problem is not only technical but concerns the process: what to automate, who approves, how to measure the effect. For a single simple workflow, a technical person in the company is often enough.

Can I automate with Copilot instead of n8n?

Yes, if the company works on Microsoft 365. Agents and workflows are then built in Copilot Studio, which is billed in credits (a pack of 25,000 credits for USD 200 a month, as of 24.09.2026). n8n gives you more freedom when connecting systems outside the Microsoft ecosystem.

Sources

Read next

Enquiries waiting, and data having to be retyped by hand?

We design marketing and sales automation in which a contact goes to the right salesperson, data refreshes itself, and a person approves what matters.

Sebastian Kopiej, CEO of Commplace®. In public relations since 1996. Written with the help of AI tools and editorially verified by the author. Data current as of 24 September 2026.

Call me Customer panel Contact