AUTOMATION ยท n8n
Learn n8n, one attempt at a time
Three tracks of hands-on exercises. For each step you can try on your own from the goal, or open an explanation and take it slowly. No ready-made solutions: just goals, criteria, and the tools to watch data actually reach n8n.
The tracks
The assistant that sorts the requests
Agents
A company gets a mix of messages every day: quote requests, support questions, job applications, spam. Someone has to read them, work out what each one is, and route it. In this track you build an agent that does it: it classifies the message, extracts the key data in a structured way, and routes it toward different actions.
The mini CRM with no database
Data Tables
You want to manage a list of event sign-ups without standing up Postgres or Airtable. n8n native Data Tables are enough: add people, avoid duplicates, update the status of those who confirm. In this track you learn to model data and keep its state over time.
Collect data and reply automatically
Forms and notifications
You need to collect requests from a form and react automatically: save the data and send a confirmation email. In this track you build a form that takes in data and kicks off an automatic notification.