Tutorials

n8n tutorials

Short, practical guides for getting templates running in your own n8n. Start with importing, then go deeper as you build.

Guides

n8n in three words

Nodes
Each step — a trigger, an app action, a transform — is a node on the canvas.
Credentials
Your account connections, stored separately from the workflow. Templates ship without them.
Executions
Every run of a workflow. You can inspect each one to debug what happened.

In the works

  • Connecting Google, Slack and OpenAI credentials safely
  • Webhooks vs polling triggers — which to use
  • Error handling and retries for production workflows