n8n Commercial Use: Which Licence You Actually Need (2026)
n8n's licence permits client work but forbids reselling n8n. What decides it is whose instance runs the workflow and whose credentials it uses.
Practical n8n tutorials, ready-to-use workflow templates, and AI-agent automation guides. Self-hosting, integrations, and real-world recipes.
n8n's licence permits client work but forbids reselling n8n. What decides it is whose instance runs the workflow and whose credentials it uses.
The Notion node changed: Data Source is its own resource and Database is read-only. The current model, page content vs properties, and the duplicate trap.
Learn n8n from zero — how nodes and items actually work, your first real workflow, and the four concepts that unblock everything else.
Zapier bills per step, n8n bills per workflow run. That single difference decides your bill — here's the worked math, current prices, and where each one wins.
What LangChain actually is inside n8n — chains vs agents, the Basic LLM Chain, output parsers, and the template-brace error everyone hits.
Build an n8n RAG chatbot that works — ingest documents into a vector store, wire embeddings, retrieve real context, and avoid the silent failure modes.
The half of n8n webhooks no tutorial covers: when to respond, the three different failures all called CORS, and the localhost URL that survives a restart.
Build an AI agent in n8n — the Tools Agent, sub-node anatomy, tool descriptions, $fromAI, session memory, and the retry problem that makes agents act twice.
n8n pricing: Cloud starts at €20/month billed annually; self-hosted Community is free with no execution limit. Full plan table, plus the limits nobody mentions.
Set up the n8n OpenAI integration — which of the two OpenAI nodes to use, the billing trap behind 429 errors, structured output, and controlling cost.
Where to find n8n workflow templates, the four ways to import one, how to review a template before you run it, and what your own exports leak when shared.
Set up the n8n Google Sheets integration properly — OAuth2 vs service accounts, append, read, and upsert rows, plus the gotchas that cost people hours.
Build Slack notification workflows in n8n — pick the right auth, avoid the token rotation trap, format readable alerts, and approve actions from inside Slack.
Build an n8n Telegram bot that sends and receives — and fix the one-webhook-per-bot rule that silently kills your bot the moment you activate the workflow.
Why your n8n workflow is not triggering, in order of likelihood — publish state, test vs production URLs, timezones, webhook conflicts, and missed schedules.
A complete n8n Docker setup guide: the run command explained flag by flag, volumes that actually persist, Compose, updates, and fixes for the usual errors.
Self-host n8n for free with Docker. A step-by-step production setup with Postgres, HTTPS, backups, and fixes for the errors beginners hit most.