Automation
What should you automate first?
Find a useful first automation by reviewing repeated work, clear rules, exception handling and the people who need to stay in control.
By Evergrowth Labs · Published 15 September 2026 · 2 min read
Start with a repeated task that has clear inputs, clear rules and a visible result. It should be easy to tell whether the automation worked and possible for a person to step in when it did not.
That gives you a better first project than trying to automate an entire department in one go.
Look for the repeated handover
Follow one piece of work through your business. An enquiry arrives, someone copies the details into a sheet, another person sends a reminder and someone later checks whether it was handled.
Each handover is worth examining. It may need automation, or it may simply need a clearer owner and fewer steps. Document the process before choosing a tool.
An illustrative first workflow could be:
Website enquiry → lead record → notification to the right person.
This is a proposal example, not a claim about a particular client's results. It has a defined starting point, a short sequence and a result the team can check.
Ask four questions before building
Does this happen often enough to matter? A task performed once a year may not deserve the same investment as a daily handover.
Are the rules clear? If each case needs a different judgement, automate the preparation and leave the decision with a person.
Is the information usable? Inconsistent names, missing fields and duplicate records can create problems before an automation begins.
What happens when it fails? Decide who sees the issue and how the work continues. A workflow is incomplete if nobody knows that a message was not sent.
Keep important decisions visible
Some steps should pause for approval. An AI tool might prepare an email draft, for example, while a team member checks it before sending.
Human review and execution records are deliberate workflow features, not afterthoughts. They help people understand what ran and take responsibility for the next action. n8n's human-in-the-loop guidance.
Test the awkward cases
The happy path is the situation where everything arrives correctly. Also test a missing email address, a duplicate submission, a disconnected account and a temporary provider error.
For each one, ask whether the system should stop, retry, alert someone or ask for missing information. Check that a retry does not create a second record or send the same message twice.
Use sample records during testing. A real customer's details are usually unnecessary for proving that the workflow is wired correctly.
Measure one workflow before expanding
Record the current steps and the time needed for a representative sample. After the change, compare the same task and include the time spent handling exceptions.
This gives you a useful view of what improved. It also helps decide whether the next automation should extend the same flow or address a different bottleneck.
The first success may be modest: a reliable handover and fewer forgotten steps. That is a useful foundation for a wider system.
Explore our automation service or show us the repetitive work.
