If you run a small business in the UK, you are almost certainly spending time on tasks that a computer could handle for you. n8n is an open-source workflow automation tool that connects your apps and services together — without writing code. Unlike Zapier or Make, n8n can be self-hosted, which gives you full control over your data, a critical consideration under UK GDPR. The ten workflows below are practical, ready to build, and designed to save real hours each week.
1. New Enquiry → CRM + Email Notification
Nodes: Webhook → HubSpot (or Airtable) → Send Email
When a prospect submits your website contact form, n8n catches the data via a webhook, creates or updates a contact record in your CRM, and immediately sends a notification to your sales team. No more copy-pasting form submissions into spreadsheets or missing a lead because nobody saw the inbox. Under UK GDPR, ensure your form includes a lawful basis for processing and a link to your privacy notice before data reaches the CRM.
2. Invoice Sent → Follow-Up Payment Reminder
Nodes: Schedule Trigger → Xero (or Google Sheets) → IF Node → Send Email
Connect n8n to Xero — the UK’s most widely used accounting platform — to query outstanding invoices every morning. If an invoice is more than seven days overdue, the workflow sends a polite, personalised payment reminder to the client automatically. This single workflow routinely cuts average debtor days for small service businesses, reducing the awkward phone calls and improving cash flow without anyone lifting a finger.
3. Competitor Price Monitoring
Nodes: Schedule Trigger → HTTP Request → IF Node → Slack / Send Email
Set n8n to run daily, pull pricing data from a competitor’s website or a public API, and compare it against a stored reference value in Google Sheets. If the price has changed, the workflow fires an alert to a Slack channel or your inbox instantly. For retail and e-commerce businesses, this replaces the tedious habit of manually checking competitor sites and ensures you are never caught off guard by a price war.
4. New Google or Trustpilot Review → Slack Notification
Nodes: Schedule Trigger → HTTP Request (Google My Business API or Trustpilot RSS) → IF Node → Slack
UK consumers rely heavily on Trustpilot and Google reviews when choosing local businesses. This workflow polls your review feeds at regular intervals and posts any new review — star rating and excerpt included — directly to a team Slack channel. Your team sees every review as it arrives, giving you the chance to respond quickly to both praise and complaints, which Google’s algorithm rewards with improved local visibility.
5. Calendly Booking → Client Onboarding Sequence
Nodes: Calendly Trigger → Send Email → Google Sheets → Wait Node (24 hours) → Send Email
The moment a new client books a meeting via Calendly, n8n springs into action: it sends a branded welcome email, logs the booking to your client tracker in Google Sheets, and schedules a preparation reminder to be delivered 24 hours before the appointment. What would previously require a VA or several manual steps is fully automated, and every client gets a consistent, professional experience from the very first interaction.
6. Weekly Sales Report to Management
Nodes: Schedule Trigger (Monday 8am) → Google Sheets → Code Node → Send Email
Every Monday morning at eight o’clock, n8n reads the previous week’s sales data from Google Sheets, passes it through a Code node to calculate totals, averages, and percentage changes, then emails a clean HTML report to the leadership team before the working day begins. Management arrives at their desks already briefed, and no one has to spend Sunday evening pulling together figures. The workflow can be extended to pull data from Xero or a CRM for a richer picture.
7. Support Ticket Auto-Acknowledgement
Nodes: Email Trigger → Send Email → Airtable / Notion (create record)
When a customer emails your support address, n8n catches the message, immediately replies with a friendly acknowledgement and a unique ticket reference number, and creates a record in Airtable or Notion for your team to pick up. Customers feel heard within seconds rather than hours, and your team has a structured queue rather than a shared inbox where things fall through the cracks. This workflow pays for itself in reduced follow-up emails alone.
8. Social Media Content Scheduler
Nodes: Schedule Trigger → Google Sheets → HTTP Request (LinkedIn / Facebook API) → Google Sheets (mark posted)
Maintain a content calendar in Google Sheets — post text, image URL, platform, and scheduled date — and let n8n handle the publishing. At the scheduled time, the workflow reads the next due post, calls the relevant social platform’s API, publishes the content, and marks the row as posted. This keeps your brand active on LinkedIn and Facebook without requiring someone to log in and post manually each day, and it works equally well for a sole trader as for a small team.
9. Birthday and Anniversary Emails
Nodes: Schedule Trigger (daily) → Google Sheets → IF Node (date match) → Send Email
Load your customer list into Google Sheets with a birthday or subscription anniversary column, and n8n will check every morning for matches with today’s date, sending a personalised email to each person automatically. For service businesses — gyms, salons, accountants, childcare providers — this kind of personal touch has a measurable impact on renewal rates and referrals. Ensure your customer database was built with explicit consent, as required under UK GDPR, before using it for marketing messages.
10. Daily Industry News Digest
Nodes: Schedule Trigger (7am) → Multiple RSS Feed Nodes → Merge Node → Code Node → Send Email
Configure n8n to pull from three or four RSS feeds covering your industry — trade publications, relevant BBC News sections, regulatory bodies — merge the results, de-duplicate them, and email a tidy digest to you and your team at seven o’clock each morning. It replaces the habit of visiting multiple websites or wading through a cluttered news app, and ensures your team starts the day aware of anything that could affect the business. The whole thing takes about thirty minutes to build and runs indefinitely without any maintenance.
Related n8n Guides
- n8n — The Complete Self-Hosted Automation Guide
- What Is n8n? The Self-Hosted Automation Tool Explained
- How to Install n8n with Docker: Self-Hosted Setup Guide
- n8n vs Zapier vs Make: Which Automation Tool Should You Choose?
- How to Build Your First n8n Workflow: A Beginner’s Guide