Ai Business

Building AI Workflows With n8n

· Felix Lenhard

I have seventeen automated workflows running my business. They process incoming emails, generate content drafts, update my CRM, schedule social media posts, analyze customer feedback, and send personalized follow-ups. Total cost: EUR 20/month for hosting. Total maintenance: about 30 minutes per week.

Every single one of these workflows runs on n8n, an open-source automation platform that connects AI models, APIs, databases, and business tools into automated sequences.

If Zapier is automation for beginners, n8n is automation for builders. It is more powerful, more flexible, significantly cheaper at scale, and — once you learn the basics — the most productive tool in my entire stack.

What n8n Is

n8n (pronounced “n-eight-n”) is a workflow automation platform. You build automations visually by connecting nodes — each node represents a tool, an action, or a decision. Data flows from node to node, getting processed, transformed, and acted upon along the way.

Example workflow: A new email arrives in Gmail (trigger node) > AI analyzes the email content (OpenAI node) > If the email is a sales inquiry, it creates a CRM entry (Airtable node) and sends a personalized reply (Gmail node) > If the email is a support question, it drafts a response and sends it to me for approval (Slack node).

That workflow saves me approximately 45 minutes per day in email triage and response.

Why n8n Over Zapier or Make

Cost. Zapier charges per task. At enterprise scale, Zapier costs can reach hundreds of euros per month. n8n is self-hosted (EUR 10-20/month for a VPS) or cloud-hosted (free tier available, paid plans from EUR 20/month). At my volume of automations, n8n costs 10-20% of what Zapier would cost.

Flexibility. n8n supports custom code nodes. When a pre-built integration does not exist, you can write JavaScript or Python to handle any logic. This flexibility is essential for AI workflows where you need to process, transform, or chain AI outputs in custom ways.

AI integration. n8n has native nodes for OpenAI, Anthropic, Google AI, and other providers. Building AI-powered workflows — where an AI model processes data mid-workflow — is straightforward. This is the core capability for AI automation.

Self-hosting. Your data stays on your server. For European businesses operating under GDPR, this is significant. You control where data flows and where it is stored.

Five Business Workflows to Build First

Workflow 1: AI Email Triage. Trigger: new email arrives. AI classifies the email (inquiry, support, spam, newsletter). Based on classification, the workflow routes to the appropriate response: auto-reply for common questions, CRM entry for inquiries, archive for spam.

Workflow 2: Content Pipeline. Trigger: you add a topic to a Google Sheet. AI generates an outline. You approve the outline. AI generates a first draft. You edit the draft. The workflow schedules the post for publication and creates social media derivatives.

Workflow 3: Customer Follow-Up. Trigger: a customer purchases your product. After 7 days, an automated email checks in. After 30 days, a personalized recommendation is sent based on their purchase. After 90 days, a referral request is triggered.

Workflow 4: Competitive Intelligence. Trigger: weekly schedule. The workflow scrapes competitor websites for pricing changes, new features, or blog posts. AI summarizes the changes and sends you a weekly briefing.

Workflow 5: Meeting Summary. Trigger: a meeting recording is saved. AI transcribes the recording, extracts action items, and posts the summary to your project management tool.

Getting Started

Step 1: Set up n8n. Either sign up for n8n Cloud (free tier available) or self-host on a VPS (DigitalOcean, Hetzner — EUR 5-10/month for a basic server). Self-hosting takes about 30 minutes with Docker.

Step 2: Build your first workflow. Start simple. A trigger (new email, new form submission, scheduled time) connected to one action (send a Slack message, create a spreadsheet row, send an email). Get comfortable with the visual builder.

Step 3: Add AI. Add an OpenAI or Anthropic node to your workflow. Use AI to classify, summarize, or generate content within the workflow.

Step 4: Build one business workflow per week. Follow the five workflows above. Each one takes 2-4 hours to build and saves 2-10 hours per week once running.

Within five weeks, you have five automated workflows handling tasks that previously required manual effort. The initial investment of 10-20 hours of building produces 10-50 hours of weekly savings.

n8n is the tool that converts the theoretical promise of AI in business into practical, running systems. Build the workflows. Let them work while you focus on what only you can do.

ai n8n

You might also like

ai business

The Future of AI in Business: What's Coming in 2027

Predictions grounded in what's already working today.

ai business

Training AI on Your Brand Voice

How to make AI sound like you, not like a robot.

ai business

AI for Invoice Processing and Bookkeeping

Automate the most tedious part of running a business.

ai business

The AI Audit: Where Is Your Business Wasting Human Hours?

Find the manual processes that AI should handle.

Stay in the Loop

One Insight Per Week.

What I'm building, what's working, what's not — and frameworks you can use on Monday.