n8n is a workflow automation tool that connects different apps and services together — similar in spirit to Zapier or Make, but open-source and self-hostable, which makes it a popular choice for businesses that want more control (and lower long-term costs) over their automations.

The honest answer to "what can you automate with it" is: almost anything that involves moving information between two or more systems. Here are the patterns that come up most often in practice.

Connecting your website to everything else

A contact form submission can automatically:

  • Get added to a spreadsheet or CRM
  • Trigger a Slack or WhatsApp notification to your team
  • Send a personalized confirmation email to the customer
  • Create a task in your project management tool

All of this happens in the background, in seconds, without anyone manually copying information between tools.

CRM and lead management

A common workflow: a new lead comes in from a form, ad platform, or booking tool → n8n enriches it with extra data (company info, location) → it's scored or categorized → it's routed to the right person or pipeline stage automatically. This turns lead handling from a manual triage task into something that happens instantly, every time.

Email and notification workflows

Beyond simple confirmation emails, n8n can handle conditional logic: send a different follow-up sequence depending on what service someone selected, remind a customer if they haven't responded in three days, or escalate to a human if a certain amount of time passes without a reply.

Connecting AI into the workflow

This is where things get interesting. n8n can call AI models (like Claude or GPT) as one step inside a larger workflow — for example, an incoming support email gets summarized by AI, categorized, and routed to the right team member, all before a human ever opens their inbox. The AI isn't handling the whole process; it's doing one specific, bounded task inside a workflow that was already reliable.

Why this matters: AI works best as a component inside a workflow, not as the entire workflow. n8n is often the piece that makes AI actually useful in a business context, rather than just a novelty.

Syncing data between tools that don't talk to each other

Many businesses run on 5-10 different tools that were never designed to work together — a booking system, an accounting tool, an email platform, a CRM. n8n acts as the connective layer, keeping data consistent across all of them without manual re-entry, and without paying for expensive native integrations that may not even exist.

API integrations for custom business logic

If a tool has an API — and most modern tools do — n8n can talk to it. This means custom logic specific to your business (checking inventory before confirming an order, pulling live pricing from a supplier, verifying a customer against an external database) can be automated even when there's no pre-built integration for it.

Where n8n tends to be the right choice

  • You want to avoid vendor lock-in and keep control of your data
  • Your workflows involve multiple steps and conditional logic, not just a simple A-to-B trigger
  • You want AI involved in part of a process, not the whole thing
  • You're connecting tools that don't have native integrations with each other

If you're staring at a process right now thinking "I do this exact same thing every single day," there's a good chance n8n can take it off your plate.