You do not need to know how to code to build AI agents. The tools available in 2026 — and n8n in particular — have made it possible for any business owner or ops lead to build powerful AI workflows without touching a line of code.
By the end of this guide, you will have a live workflow that does something genuinely useful for your business. Not a demo. A real automation that saves real time.
What Is n8n and Why Start Here?
n8n is an open-source workflow automation platform. Think of it as a visual canvas where you connect triggers, actions, and AI models into a chain that runs automatically. Where Zapier charges per task and limits what you can build, n8n is free to self-host, supports complex branching logic, and has a native AI Agent node that connects directly to Claude, GPT-4, and open-source models.
IV Consulting take: n8n is the first tool we install for every automation client. It is the backbone of the systems we build — and the platform our clients continue to use independently after we hand over the build.
What You Will Build
We are building an AI-powered lead intelligence workflow. Here is what it does:
- A new lead fills out your contact form
- n8n catches the submission via webhook
- An AI agent researches the lead and writes a personalised outreach brief
- The brief is saved to Notion and a Slack notification fires
- A personalised email draft is staged in Gmail
This workflow alone saves 20-30 minutes of manual research per lead. For a business receiving 20 leads per month, that is 7-10 hours back every month from a single workflow.
Step 1: Set Up n8n (Free in 10 Minutes)
Option A: n8n Cloud (Easiest) — Go to n8n.io and start a free trial. No server needed. Start building immediately.
Option B: Self-Hosted via Docker (Free Forever) — Run one command: docker run -it --rm --name n8n -p 5678:5678 n8nio/n8n. Your instance starts at localhost:5678. Zero ongoing costs.
Recommendation: Start with n8n Cloud. Speed of learning matters more than infrastructure in week one.
Step 2: Create Your Workflow Canvas
Inside n8n, click New Workflow. Name it: Lead Intelligence Agent. Every workflow starts with a trigger — an event that kicks the chain off.
Step 3: Set Up Your Webhook Trigger
Add a Webhook node. n8n generates a unique URL. Copy it and paste it into your form tool (Typeform, Tally, or your website contact form). Every new form submission now fires the workflow automatically.
Tip: Use Tally.so for your forms if starting fresh. It is free, beautifully designed, and has native n8n webhook support.
Step 4: Add the AI Agent Node
This is where n8n becomes genuinely powerful. Add an AI Agent node. Connect your Anthropic or OpenAI API key. For best results use Claude 3.5 Sonnet or GPT-4o.
Write your system prompt carefully — it is the highest-leverage variable in the workflow. Example:
You are a B2B sales intelligence assistant. When given a lead's name, company, and message, write a one-paragraph company summary, identify the most likely pain point, and draft a personalised 3-sentence outreach email referencing a specific detail about their business.
Map the webhook fields dynamically using n8n's expression editor: {{ $json.name }}, {{ $json.company }}.
Step 5: Save Output to Notion
Add a Notion node. Connect via OAuth. Configure it to create a new database entry with: Lead Name, Company, AI Brief, Email Draft, Submitted At. Every lead now gets an instant intelligence brief saved to your CRM automatically.
Step 6: Send a Slack Notification
Add a Slack node. Set your channel. Write a message template: "New lead from [Company]. AI brief ready. Email draft staged. Review within 24 hours." Your team gets a push notification the moment a lead arrives, with the research already done.
Step 7: Stage the Email Draft in Gmail
Add a Gmail node. Set the action to Create Draft (not Send). Map the recipient and body to the AI-generated output. The draft appears in Gmail, personalised and ready. One click to send.
Always stage as a draft first. Even 95% accurate AI output benefits from a 10-second human review on outgoing emails.
Step 8: Test End to End
Click Test Workflow. Submit a test entry through your form. Watch each node execute in real time. Check that the webhook receives data, the AI returns a brief, Notion is updated, Slack fires, and Gmail has the draft staged. Most first-run issues are credential mismatches — fixed in under two minutes.
Build time reality: Most people complete this in 45-90 minutes on their first attempt.
5 High-Value n8n Workflows to Build Next
- Automated client onboarding: New client triggers Notion workspace, welcome email, Slack channel, task assignments — 45-90 minutes of manual work compressed to 90 seconds.
- AI-powered weekly reporting: Every Friday pulls KPIs from your tools and AI generates a plain-English digest. 2-3 hours saved per week.
- Invoice chase sequence: Automated tiered reminders at 7, 14, and 21 days. Improves cash flow without demoralising manual follow-up.
- Support ticket triage: New support email classified, CRM queried, draft response prepared, routed to right person. First-response time drops 60-80%.
- Content repurposing pipeline: New blog post turns into LinkedIn post, email section, and short-form draft in 90 seconds.
Common Mistakes to Avoid
Building too much at once: Start with a single linear chain. Add complexity after the first version is live and stable.
Weak system prompts: Generic instructions produce generic output. Write your prompt as a detailed brief with tone, format, and what to avoid specified.
Auto-sending without review: Until you have tested a workflow on 50+ real inputs, always stage as drafts. The trust you build with quality outreach is worth more than the seconds saved.
Frequently Asked Questions
Is n8n really free? n8n is free and open-source when self-hosted. You can run it on a small VPS for around $5/month with no per-task fees. n8n Cloud starts at $20/month for hosted.
How is n8n different from Zapier or Make? Zapier is easiest but most limited. Make is more powerful and cheaper than Zapier. n8n is open-source, free to self-host, has more advanced logic, and includes a native AI Agent node. For serious automation builds, n8n wins on flexibility and cost.
How long does it take to see value? Most people have a working workflow live within their first session (2-3 hours). The lead intelligence workflow recovers 20-30 minutes per lead immediately.
Want your automation stack built for you?
IV Consulting specialises in custom n8n builds — from single workflows to full automation stacks. Most builds are live within two weeks.
Book a Free Strategy Call →These are the tools we build with every day at IV Consulting. Most offer free trials — some have exclusive offers for IV Consulting readers.

