A practical guide series for learning n8n - the open-source workflow automation platform teams are migrating to from Zapier and Make, now with native AI agent nodes. Written in plain English, by people who build automations for a living.
An n8n workflow: nodes do the work, connections decide what runs next - drag, drop, and wire it up visually.
Never opened n8n, or only poked around the canvas once? These four guides get you oriented.
The plain-English version: what n8n actually does, how it's different from Zapier and Make, and who it's really for.
→A hands-on walkthrough - add a trigger, wire up an action, run it, and see your first execution succeed.
→The building blocks of every workflow - what a node actually is, and the different ways a workflow can start.
→How data actually moves between nodes - items, JSON, and why "one node runs once per item" trips up beginners.
The concepts that separate a toy workflow from one you'd actually trust with real data.
How to reference data from earlier nodes, transform it on the fly, and stop copy-pasting values by hand.
→OAuth, API keys, and how n8n keeps your credentials separate from your workflows so you can reuse them safely.
→How to trigger a workflow from any external app or API call - the node that turns n8n into a receiver, not just a sender.
→What happens when a node fails at 3am - error workflows, retry logic, and not waking up to a silently broken automation.
→How to stop rebuilding the same five nodes in every workflow - calling one workflow from another.
→The real tradeoffs - cost, control, maintenance - between running n8n yourself and paying for n8n Cloud.
APA Mastery runs live, practical sessions on working with modern AI tools - not just theory.
See What's On →AI agents, scale, and the parts of n8n that matter once you're past "it works on my machine."
The AI Agent node, tools, memory, and how n8n's LangChain-based nodes turn a workflow into a reasoning agent.
→How to wire Claude into an n8n workflow as a model provider - and where MCP fits into the picture.
→Giving an agent your own documents to answer from - embeddings, vector store nodes, and retrieval in practice.
→Cron triggers, concurrency, and the queue mode setup that keeps high-volume workflows from falling over.
→Environments, version control, monitoring, and the checklist worth running before a workflow touches real customers.
→You don't need to write code to get real value from n8n - what's genuinely no-code, and where a little JavaScript helps.