n8n in 5 minutes
n8n in 5 minutes
Issue #9 - The orchestration layer that GTM engineers actually own
What it is
Most outbound stacks are a pile of point solutions that don't talk to each other without duct tape. n8n is the duct tape—done properly. It's a workflow automation platform with a visual canvas where you connect nodes (triggers, logic, API calls, data transforms) into multi-step automations. Think Zapier, but you can self-host it, write real JavaScript inside any node, and chain 50 steps without paying per step. n8n doesn't charge per task, per operation, or per step—it charges per execution, and one execution is a single run of your entire workflow no matter how many nodes it contains. A two-step workflow and a fifty-step workflow each burn exactly one execution per run. For GTM teams running complex enrichment-to-outreach pipelines, that math changes everything.
Where it sits in the stack
n8n lives in the orchestration and automation layer—it's the glue between your data sources, enrichment tools, CRM, and sending tools. The 400+ native integrations cover most of what outbound teams need: CRMs like HubSpot, Salesforce, and Pipedrive, email tools like Gmail and Lemlist, prospecting data sources, and AI models for personalization. It most commonly pairs with Clay (for enrichment), Apollo or Hunter.io (for prospecting data), and a sequencing tool like Lemlist or Instantly—or replaces Make.com and Zapier outright for teams who've hit their task-count ceiling.
Three workflows people actually run
1. Inbound lead routing with AI scoring — A form submission or webhook fires when a new lead enters the system (from a demo request, content download, or inbound email). An n8n workflow handles the logic: new lead hits a webhook → enrichment runs → AI scores the lead based on ICP fit → lead gets assigned based on territory, round-robin rotation, or score-based routing → assigned rep gets a Slack notification with context about why this lead matters.
Rather than sending everything to the sales team, the workflow filters leads into tiers. Tier 1 (high-fit, strong signals) gets immediate attention. The whole thing runs without a human touching a keyboard.
2. Apollo → Enrichment → Sequencer pipeline — Define your ICP (role, location, industry) in the workflow. Generate Apollo search URLs and scrape verified contacts. AI enriches leads with personal and company research. Emails are then generated and queued for approval —or pushed directly into Lemlist or Instantly if you've dialed in quality control. You can insert a Telegram or Slack approval step between enrichment and send, so a human eyeballs the first few before fully automating. This is the workflow that replaces a manually-run Clay table plus a human copy-pasting into a sequencer.
3. CRM hygiene and deal-signal routing — If your workflow enriches a lead, writes to a CRM, posts to Slack, and updates a spreadsheet, that's four actions on a per-task tool but one execution on n8n. A practical version: set a nightly schedule trigger → pull all HubSpot deals that haven't had activity in 7 days → run each through an OpenAI node that drafts a context-aware follow-up based on the deal notes → push the draft back into HubSpot as a task or send it directly via Gmail. No rep has to remember to follow up; the workflow just does it. Finding prospects, enriching their data, personalizing messages, and managing follow-ups all follow predictable patterns that don't require human judgment every time.
What it costs
The self-hosted Community Edition is 100% free with unlimited executions and access to every integration in the catalog.
On the cloud side, the Starter plan costs €24/month for 2,500 executions, Pro is €60/month for 10,000 executions, and Business is €800/month with SSO and 40,000 executions.
Annual billing is 17% cheaper across every cloud tier.
The gotchas:
- The Starter plan gives you 2,500 executions. That sounds like a lot until you consider that a single polling trigger checking for new data every 5 minutes uses about 8,640 executions per month on its own. The Starter plan works for event-driven workflows with webhook triggers, not for polling-heavy setups.
- When you hit n8n Cloud's execution cap, every workflow pauses immediately—no warning email, no grace period.
- Once you pass the 40,000 included executions on Business, additional capacity is billed at EUR 4,000 per 300,000-execution bucket. That's not a typo.
- Sub-workflows count as a separate execution for the child workflow. Manual test runs from the canvas count toward your monthly limit on Cloud plans. Automatic retries triggered by error handling count as additional executions.
- Self-hosting is "free" in licensing but not in time. A minimum production-grade self-hosted setup requires a Linux VPS, Docker, PostgreSQL, and an SSL reverse proxy. Total setup time for an experienced developer is 2–4 hours; for someone new to self-hosting, expect 6–12 hours including troubleshooting.
- To access Business or Enterprise features on your self-hosted instance, you receive a license key that must ping n8n's license server daily to stay active. Lose internet for a day, lose your enterprise features.
Pricing verified 2026-07-01 - check the source before buying.
Who it's for (and who should skip it)
Good fit: GTM engineers or RevOps builders who are comfortable reading an API doc and can set up a Docker container. Unlike Zapier or Make, you can run n8n on your own infrastructure, which means no per-task pricing that explodes when you're processing thousands of leads. If your stack involves Clay, Apollo, an AI enrichment step, and a CRM, n8n is the right orchestration layer to tie it together without a $500/month Zapier bill.
Skip it if: Your team has zero DevOps appetite and nobody wants to babysit a Docker instance. n8n still lacks things like hands-on onboarding, live chat, or deep integrations with enterprise tools. If you're running fewer than 20 simple, single-step automations, Make.com's free tier or Zapier Starter will get you there without the setup overhead. n8n rewards investment—teams who don't invest in it tend to end up with a broken workflow and no one who knows how to fix it.
Sources
n8n.io/pricing · databar.ai — n8n outbound use cases · connectsafely.ai — n8n pricing 2026 · goodspeed.studio — n8n pricing & hidden limits · instapods.com — cloud vs self-hosted cost breakdown · docs.n8n.io — choose your n8n
Rate today's issue (one tap): 🔥 Loved it · 👍 Useful · 😐 Meh · 👎 Miss
Want a tool covered? Request it here - most-requested tool gets covered every Friday.
Pricing verified against live sources. Spot an error? Just reply - a human reads every response.