Talk about automating business processes usually stays vague: "save time", "work smarter". In this article we do the opposite: five n8n automations with concrete examples, built around the kind of repetitive work that fills the days of a small business. For each one we look at three things: what starts it, what happens automatically, and what stays — rightly — in your hands.
1. Website enquiries: from form to CRM, without copy and paste
How it works: every time someone fills in your contact form, the enquiry lands where it belongs — immediately, and always in the same place.
Starts when: a visitor submits the form on your website.
Automatically: the data is recorded in your CRM or a spreadsheet, the team gets a notification on Slack, Telegram or by email, and the customer immediately receives a polite confirmation with a response timeframe.
Stays human: the real reply. The automation makes sure no enquiry gets lost; the relationship with the customer is yours to build.
This flow can go further, all the way to a draft quote ready for review: we described a complete version in our article on automating quotes with n8n.
2. Invoices and receipts by email: an archive that files itself
How it works: supplier invoices arrive by email, buried among a thousand other messages. Instead of hunting them down at the end of the month, the workflow catches them as they land.
Starts when: an email with a PDF attachment arrives from a known supplier, or on a dedicated inbox like invoices@.
Automatically: the attachment is saved to Google Drive or similar, in folders organised by year, month and supplier, with a consistent file name. In parallel, a row is added to a register: date, sender, subject, link to the document.
Stays human: checking the amounts and doing the actual accounting. The workflow doesn't replace your accountant: it hands them tidy material.
3. E-commerce orders synced with your back office and stock
How it works: if you sell online, every order retyped by hand into your management system is a chance to make a mistake. Here, the shop and the warehouse talk to each other.
Starts when: a new order is confirmed in your shop — WooCommerce, Shopify or another platform.
Automatically: the order is recorded in your management system, stock levels are updated, and the customer receives clear status emails: order received, being prepared, shipped with tracking.
Stays human: the exceptions. Returns, complaints, unusual orders: cases that need judgement reach you as alerts instead of disappearing into the flow.
4. Appointment reminders by email or WhatsApp
How it works: if you work by appointment — clinics, salons, consultants — every no-show is a hole in your schedule and your revenue. A well-timed reminder reduces no-shows without you having to remember to send it.
Starts when: an appointment in the calendar is one day (or a few hours) away.
Automatically: the customer receives a message by email or WhatsApp with the date, time and address, plus the option to confirm or ask to reschedule. Confirmations are noted in the calendar; cancellations trigger an alert.
Stays human: reorganising the schedule. The workflow notifies and collects replies; deciding how to fill the freed-up slot is up to you.
5. An automatic weekly report in your inbox
How it works: your business numbers already exist, scattered across your shop, your forms and your website statistics. This workflow gathers them into one email waiting for you on Monday morning.
Starts when: the scheduled time comes around, for example every Monday at 7am.
Automatically: the workflow collects the week's sales, the forms received and the website statistics, compares them with the previous week and composes an email you can read in two minutes.
Stays human: the interpretation. The report tells you what happened; what to do about it is a decision, not an automation.
Why n8n specifically
There are plenty of tools for building workflows. For small businesses we often recommend n8n for three practical reasons. First: you can host it on your own server, so your customer and supplier data stays in-house — which also makes the GDPR conversation simpler. Second: it connects to almost everything, both through ready-made integrations and via APIs and HTTP calls, so it works even with the less famous management system you happen to use. Third: if you self-host it, you pay for the server, not for every single operation — costs don't grow with the number of executions.
Process first, tool second
One thing we always say, even at the cost of losing a project: automating a broken process just makes the chaos faster. If enquiries get lost because nobody knows who should answer them, an n8n workflow will deliver that problem more quickly — it won't solve it. That's why we always start with the process: how you work today, where it jams, what's worth fixing by hand before fixing it with software. Only then do you choose the tool.
If you recognised a piece of your own working week in these five examples, drop us a line and tell us how you work today. We'll tell you which of these automations are actually worth it for you — and which would just be a nice-to-have.



