n8n for Beginners: What to Automate First
If you just installed n8n and are staring at a blank canvas, here's the short list of workflows that earn back their setup time within a week.
Who this is for: Operators and founders new to n8n who want to ship something useful in their first week instead of tutorial-hopping.
The 'what should I build first?' question kills more n8n installs than any technical issue. Pick from this short list — these are the workflows whose payoff is obvious within days.
The starter set
- Inbound lead notifier — form submission → enrich → Slack alert + CRM row.
- Daily digest — pull yesterday's leads, calls and tickets into one Slack/email summary.
- AI email triage — classify inbox, draft replies for the obvious ones, escalate the rest.
- Invoice/receipt parser — incoming PDF → extracted fields → row in a finance sheet.
- Birthday/anniversary touchpoint — CRM trigger → personalised AI message → schedule send.
Why this set and not 'a chatbot'
Each of these has a clear trigger, clear handoff and an obvious 'this saved 30 minutes today' moment. Chatbots are great later — when you already trust the orchestration layer.
Setup checklist
- Self-host on a $5 VPS or use n8n Cloud — both are fine to start.
- Connect OpenAI, your inbox, Slack and your CRM/spreadsheet from day one.
- Add a 'runs' log table you can review every Friday.
Keep reading
More from the same cluster — internal links that compound.