Guide
Prompts & Guides
Getting Started with n8n Automations
A beginner-friendly walkthrough of the core n8n concepts you need before building your first workflow.
Version 1.0.00 downloadsUpdated Aug 2, 2026
n8nbeginnertutorial
Core concepts
- Nodes — each step in a workflow performs one job.
- Triggers — the event that starts a workflow (webhook, schedule, app event).
- Connections — data flows from node to node through edges.
- Expressions —
{{ }}syntax pulls data from earlier steps.
Your first workflow
- Add a Webhook trigger and test it.
- Connect a Code node and transform the payload.
- Finish with a Slack notification.
- Activate the workflow and send a real request.
Next steps
Try the Lead Qualification template in the hub and remix it in the Workflow Playground.
Version history
v1.0.02026-07-31
- Initial release