n8n is the workflow automation tool that developers and technical founders have been quietly using for three years to build automations that would cost $2,000/month on Zapier. In 2025, it crossed into mainstream small business use — largely because it can now integrate with AI models like GPT-4 and Claude to add reasoning to what would otherwise be simple data-passing workflows.
This article covers seven workflows that are production-ready, built by real businesses, and deployable without a software engineering background — though having a developer set them up once pays for itself quickly.
What n8n is and why it matters
n8n is an open-source workflow automation platform that connects applications, APIs, databases, and AI models through a visual node-based editor. Think of it as a Zapier alternative that is self-hostable, has no per-task pricing caps, and supports code nodes for cases where the visual builder falls short.
The self-hosting option means there is no per-automation cost ceiling. A business that sends 100,000 automated emails per month pays the same server cost as one that sends 100. For high-volume workflows, this changes the economics of automation dramatically.
For AI workflows specifically, n8n's built-in nodes for OpenAI, Anthropic, and Google AI mean that adding an AI reasoning step to any workflow requires no custom code — just connecting the model node and writing a prompt.
Workflow 1: AI-powered lead qualification from contact form
The problem: Every contact form submission gets manually reviewed. This takes 10–20 minutes per lead, and 60–70% of leads are unsuitable.
The n8n workflow:
- Webhook trigger receives contact form submission
- An OpenAI node reads the submission and scores the lead (budget, timeline, fit score 1–10) with a structured prompt
- If score ≥ 7: add to CRM as "hot lead," send personalised response email, notify sales Slack channel
- If score 4–6: add to CRM as "warm," send nurture email sequence trigger
- If score ≤ 3: send polite "not the right fit" reply automatically
Result: Sales team only touches leads that are pre-qualified. Response time drops from days to minutes. One accounting firm using this pattern reduced manual lead review from 4 hours/week to 20 minutes.
Workflow 2: Customer support ticket triage
The problem: Your support inbox has no priority system. Urgent issues sit next to newsletter replies. First response time is inconsistent.
The n8n workflow:
- Email/Zendesk/Intercom trigger on new ticket
- AI node classifies ticket: urgency (critical/normal/low), category (billing/technical/sales), sentiment (frustrated/neutral/positive)
- Critical tickets → Slack alert to on-call person within 2 minutes
- Technical tickets → route to tech team with auto-tagged label
- Billing tickets → route to accounts with customer record link prepended
- AI drafts a first-response for the agent to review and send (not auto-send)
Result: Triage time drops from minutes to seconds. Agents start with context instead of needing to read and categorise. First response time consistently under two hours for normal tickets.
Workflow 3: Invoice data extraction and accounting entry
The problem: Supplier invoices arrive as PDFs by email. Someone manually reads them and enters line items into accounting software. This takes 2–4 hours per week and produces data entry errors.
The n8n workflow:
- Email trigger on invoices@company.com
- PDF attachment extracted and passed to AI vision or document AI node
- AI extracts: vendor name, invoice number, date, line items, GST, total amount
- Data validated against supplier list in Google Sheets
- Xero/QuickBooks API node creates draft bill automatically
- Slack notification to accountant with extracted data summary for approval
Result: Invoice processing drops from 10 minutes per invoice to 90 seconds. Error rate from manual entry eliminated. One property management company processing 80 invoices/week saves approximately 12 hours of admin time.
Workflow 4: Social media content repurposing
The problem: You write a blog post. Someone needs to turn it into LinkedIn posts, Instagram captions, and email subject lines. This takes 45–90 minutes per article.
The n8n workflow:
- Webhook trigger when blog post is published (or manual trigger)
- Blog content fetched and cleaned
- AI node generates 3 LinkedIn post variants, 5 Instagram captions, 3 email subject lines — with tone prompt matching your brand voice
- Output formatted and added to a content calendar Google Sheet
- Slack notification to content team with link to review before scheduling
Result: Content repurposing drops from 90 minutes to 8 minutes (review time only). One SaaS company using this pattern doubled its social content output without adding headcount.
Workflow 5: New employee onboarding checklist automation
The problem: When someone joins, you send the same 15 things manually — Slack invite, tool access requests, equipment orders, welcome message, 30/60/90 day meeting bookings. Something always gets forgotten.
The n8n workflow:
- Trigger when new employee record created in HR system (or Google Sheet)
- Parallel branches execute simultaneously:
- Send Google Workspace account creation request
- Add to Slack workspace and relevant channels
- Create welcome message with personalised details
- Schedule 30/60/90-day check-in calendar invites
- Send IT equipment order to office manager
- Add to payroll system notification queue
- Checklist Notion page created with all outstanding items marked complete/pending
Result: Onboarding process time drops from 2 hours (manual) to 5 minutes. Nothing is forgotten. One 20-person agency using this eliminated three missed software provisioning incidents per quarter.
Workflow 6: CRM data enrichment from LinkedIn
The problem: Leads in your CRM have a name, email, and company. No context about their role, company size, or industry — so your sales team goes in cold.
The n8n workflow:
- Trigger on new CRM contact creation
- Company name passed to web search or Apollo/Hunter API to find LinkedIn data
- AI node summarises public company information: industry, size, recent news, tech stack signals
- Summary written back to CRM contact notes field
- Industry tag auto-applied for segmentation
Result: Every new contact arrives enriched. Sales team has context before the first call. Qualification conversation is faster and conversion rates improve. This is a 30-minute workflow build that delivers compounding value.
Workflow 7: Monthly reporting from multiple sources
The problem: Monthly business reports require pulling data from Google Analytics, your CRM, Stripe, and a spreadsheet — then copying it into a slide deck or email. Takes 3–5 hours per month.
The n8n workflow:
- Schedule trigger: first Monday of each month at 9am
- Parallel data pulls: GA4 API (traffic, conversions), Stripe API (MRR, churn, new customers), CRM (pipeline, closes), spreadsheet (operational metrics)
- AI node compiles all data into a narrative summary with highlighted changes vs. prior month
- Formatted report email sent to founders/leadership
- Google Slides template auto-populated with key metrics via Slides API
Result: Monthly reporting drops from 4 hours to 10 minutes of review. One e-commerce business using this pattern freed their operations manager from half a day per month of manual report compilation.
Getting started with n8n
n8n has a cloud-hosted version (n8n.io) with a free tier and paid plans from $20/month. Self-hosting on a VPS (DigitalOcean, Hetzner, AWS Lightsail) costs $10–$20/month and removes all usage limits.
The most common entry point is cloud-hosted for two to four months to validate the workflow, then self-hosted once the automation is proven and volume justifies it.
Each of the seven workflows above can be built by a developer in one to three days. If you do not have a developer, an AI engineer or automation specialist handles this as a standard engagement — typically one to two weeks for a batch of three to five workflows.
The AI automation for small business guide covers the broader landscape of what AI can automate for your business beyond n8n specifically.
Codalyst Tech's AI automation service builds and deploys n8n workflows as part of broader automation engagements — with documentation and handover so your team can maintain and extend them.