Getting Started

Orientation Guide

What Is n8n and Why Does This Book Use It?

~8 min read·Just Getting Started

The short version

n8n (pronounced "n-eight-n") is an open-source workflow automation tool - the connective tissue between every app, AI model, and data source your firm uses. The book chose it because it gives you genuine control, scales without per-task fees, and can run sensitive data through workflows you host yourself. It's not the only option, but it's the right option for the plays in this book.

What n8n actually is

n8n is a workflow automation platform. You connect it to your tools - your CRM, your email, OpenAI, Google Sheets, Slack, whatever - and then build flows that do things automatically when something happens. A new contact is added to your CRM, n8n fires. An email arrives matching certain criteria, n8n fires. A weekly schedule triggers, n8n fires.

You build these flows in a visual editor: drag nodes onto a canvas, connect them, configure each one. Each node is a step - pull this data, send it here, transform it this way, write it there. No code required for the vast majority of what you'll build from this book.

The AI integration is what makes it especially relevant right now. n8n has native nodes for OpenAI, Anthropic, and other AI providers. You can pass data into a model, get a response, and use that response to drive the next step in the workflow - all in a single visual flow.

Why this book uses n8n instead of Zapier or Make

This is a fair question. Zapier is better-known. Make has more visual polish. Why n8n?

Cost at scale doesn't compound

Zapier charges per task. Make charges per operation. When your workflows run thousands of times a month - which they will if they're actually useful - those per-unit costs add up fast. n8n Cloud charges a flat monthly fee for workflows and executions at volume. Self-hosted n8n costs only your server bill.

You can self-host it

Professional services firms often handle sensitive client data. With Zapier or Make, your data moves through their cloud infrastructure. With self-hosted n8n, your data stays on your server, inside your control. For law firms, accounting practices, and financial services, this is often a non-negotiable.

It's built for complex logic

Zapier was designed for simple two-step automations. n8n handles branching logic, loops, error handling, and multi-step workflows that mirror real business processes. The plays in this book require that complexity - a simple Zap won't cover them.

AI is a first-class citizen

n8n has dedicated AI agent nodes, LangChain integration, and native connections to all major AI providers. Building AI into the middle of a multi-step business workflow - not just tacking it onto the end - is where n8n has a clear advantage.

What you need to get started

If you're following Path 1 or Path 2 from the Getting Started page, here's what to get set up before you build your first workflow:

  1. 1

    Create an n8n Cloud account

    n8n Cloud is the hosted version. Easier to start than self-hosted, and free to try. Go to n8n.io and start a trial. You won't need a credit card for the first 14 days.

  2. 2

    Get an OpenAI API key

    Most workflows in the book use OpenAI's models. You'll need an API key to connect n8n to GPT-4. See the setup guide for step-by-step instructions.

  3. 3

    Import a workflow file

    Download one of the workflow JSON files from the Workflows page, open n8n, and import it using the "Import from File" option. You'll immediately see how the play is structured before you configure anything.

What n8n can't do (honestly)

n8n is powerful, but it's not magic. A few honest limitations:

  • -Some integrations require coding if they don't have a native node. Most major tools do (Salesforce, HubSpot, Gmail, Slack, etc.), but niche or proprietary software may not.
  • -Self-hosted n8n requires a server to run on. If you don't have technical resources internally, n8n Cloud is the right choice - at least to start.
  • -Workflows that interact with AI models will incur API costs. These are usage-based and generally low for business-scale workflows, but they aren't zero.
  • -Like any automation tool, n8n will do exactly what you tell it to. If your workflow has a logic error, it will execute that error faithfully and at scale. Always test before you run anything live.

Revenue Institute

If you'd rather have someone build and configure the full n8n stack for your firm - including self-hosted setup, security configuration, and workflow architecture - Revenue Institute handles that end-to-end.

RevenueInstitute.com