Start with the tasks you actually hate.
There is a temptation to begin automation projects by mapping every process in the business on a whiteboard. That is a good way to spend a Saturday achieving nothing. A more honest starting point is: what do you put off, dread, or find yourself doing at 10pm when you should have finished work two hours ago?
For most sole traders and small operators I have worked with in Kent, the answers cluster around the same three or four things: chasing unpaid invoices, responding to the same enquiry questions over and over, booking appointments, and sending follow-ups they know they should send but never quite get round to. Those are the places worth looking first. Not because they are glamorous, but because the relief when they are sorted is immediate and real.
The two tests before you build anything.
Before setting up any automation, I apply two quick checks. First: does this task happen at least once a week? If it happens monthly, the time you save rarely covers the setup and maintenance cost. Second: is the task substantially the same every time it runs? Automation handles repetition well. It handles judgement calls badly. If every instance of the task needs a human decision, you are not automating — you are building something that will constantly break and need fixing.
A booking confirmation email passes both tests easily. A bespoke quote for a complicated job probably does not, at least not fully. That said, even a complex quote process often has automatable edges around it — an acknowledgement sent the moment the enquiry arrives, a reminder sent if you have not responded in 24 hours, a follow-up sent three days after the quote goes out. Those edges are worth taking.
The highest-value targets for a one-person operation.
Based on what I have seen work across the businesses I have built and the clients I have helped set up, these are the automations that tend to pay back fastest for a small UK operation:
Enquiry acknowledgement. A contact form submission triggers an immediate, personalised-sounding reply that sets expectations on response time and tells the person what happens next. Tools like Make (formerly Integromat) or Zapier connected to a Gmail account handle this for around £9–£16 a month depending on volume. The alternative is a generic auto-reply that says nothing useful, or worse, silence. Silence loses jobs.
Invoice reminders. If you are on Xero, QuickBooks, or even FreeAgent, all of them have built-in chasing sequences you may simply not have turned on. A polite reminder at seven days, a firmer one at fourteen — set once, runs indefinitely. I have spoken to tradespeople in Deal and Faversham who were sitting on four-figure outstanding balances because they hated making the phone call. The automated email does not feel personal, so they send it, and the money comes in.
Appointment reminders. If you take bookings — whether you are a therapist in Canterbury, a personal trainer, or a service business doing site visits — a reminder SMS or email 24 hours before cuts no-shows significantly. Calendly's paid tier (£10/month) handles this natively. Acuity does the same. Neither requires any technical knowledge to configure.
Review requests. Most businesses I talk to know they should be asking happy customers for Google reviews. Almost none of them do it consistently. An automated email sent 48 hours after a job closes, with a direct link to your Google Business Profile review page, is the single highest-return automation I have seen for local trade businesses. It takes about an hour to set up properly and runs forever.
What about AI specifically?
AI automation — meaning tools that use a language model to draft, classify, or respond — adds genuine value in a few narrow places for a small business. The most useful I have seen: drafting first-pass replies to enquiries from a form submission (the human reviews and sends), categorising incoming emails so nothing falls through the cracks, and generating first drafts of product descriptions or service page copy from a brief you supply.
What it does not do well, yet, is anything that requires knowing your specific business deeply without a lot of upfront prompting work. A chatbot on your website that answers questions about your services sounds appealing until you realise it needs to be trained on accurate, current information about what you offer, your pricing, your availability, and your service area — and that information changes. For most sole traders, a clear FAQ page and a visible WhatsApp link outperforms a poorly-maintained chatbot every time. Honestly, I have built both, and the WhatsApp button wins on conversion more often than not.
The tools I actually use and recommend.
I am not going to list thirty options. For a small UK business, the shortlist is short:
Zapier (free tier handles a surprising amount; paid from £19.99/month) connects most things to most other things without writing code. It is the right starting point for most operators.
Make (free tier available; paid from around £9/month) is more powerful for complex multi-step flows and better value at scale, but has a steeper learning curve. Worth it once you have outgrown Zapier's free tier.
Notion + automation works well if you already use Notion as a CRM or project tracker. Its built-in automations are limited but improving.
Google Workspace — if you are already paying for it (from £5.20/month per user), Google Sheets with Apps Script can handle a lot of simple automations for free. Not glamorous, but reliable.
For payment and e-commerce triggers, Stripe (which has excellent UK support and integrates cleanly with Zapier and Make) and Shopify both expose webhooks that let you fire automations on purchase events — useful for post-purchase follow-up sequences and fulfilment notifications.
The mistake I see most often.
People automate the wrong direction. They spend a weekend building an elaborate system to automatically post their Instagram content on a schedule, or to pull analytics into a dashboard, and they leave their actual client communication running on a mix of memory and sticky notes. Posting to social media does not directly bring in money. Responding to enquiries quickly, following up on quotes, and chasing invoices politely does. Automate the revenue-adjacent tasks first. The content calendar can wait.
The other common mistake is building something fragile — a ten-step Zapier chain that breaks if any one step changes its output format slightly. I have seen business owners spend more time maintaining their automations than the automations save them. Keep each flow short. Two or three steps is usually enough. If you find yourself building something that takes twenty minutes to explain, it is probably doing too much.
When to get help rather than doing it yourself.
There is a point where the configuration time, the ongoing maintenance, and the opportunity cost of learning a new tool outweigh what you save. If you have spent more than a day on something and it still is not working reliably, that is the moment to get someone else to look at it. Not because you cannot figure it out — you probably can — but because a day of your time has a real cost, and a working automation set up in two hours by someone who has done it before is worth more than a theoretically correct one that needs babysitting.
What I tend to do with clients is spend a single session mapping out which three automations would make the biggest practical difference to their week, build them together, and then make sure they understand how to maintain them. That is different from handing over a black box they cannot touch. The goal is always that they can see what is happening and adjust it themselves when things change.