botttaStart project

First Processes to Automate: How to Pick the Right One

Ugo Charles
Illustration for First Processes to Automate: How to Pick the Right One

You finally get buy-in to start automating. The team dumps everything into a doc: fifteen jobs, from re-keying leads into the CRM, to a month-end report that eats a full Friday, to an approval chain that really lives in one long Slack thread. Then the list just sits there. Nobody agrees on where to start, so the loudest idea wins, and the loudest idea is usually the biggest, most exciting one. Six weeks later there is a half-built workflow, no hours saved, and quiet doubt about whether any of this was worth it.

The order you automate in matters more than the list itself. Your first automation is not the one that annoys you most, it is not the one that would impress the board, and it is not whatever is trending this year. It is the one that pays back fastest, breaks least, and earns the political capital to build the next five. Pick that one wrong and the momentum dies before the useful work starts.

So the real question is not "what could we automate." Almost everything could. The question is which process to hand off first.

Your first automation has one job: prove the next one

Treat the first build as a proof, not a moonshot. It has to return visible time inside a few weeks, run without babysitting, and be simple enough that when it works, nobody argues about doing the next one. A grand, six-integration workflow does the opposite. It ties up your build budget, fails in ways that are hard to trace, and if it stalls, it poisons the whole idea of automating anything.

Four things separate a good first candidate from a tempting trap:

  • Payback speed. How fast does the saved time cover the build and the running cost? A job done many times a day pays back in weeks. A quarterly task almost never does.
  • Input stability. Does the data arrive in a fixed shape, or is it a human typing free text into a box? Stable inputs make automation cheap and durable. Messy inputs make it a maintenance job forever.
  • Blast radius. When it breaks, and it will at some point, who notices and how bad is it? A workflow that tidies an internal sheet is low blast radius. One that emails customers or moves money is not.
  • Clear owner. Someone has to own the workflow after launch. If no one will, it becomes another undocumented script nobody trusts.

The sweet spot for a first build is high frequency, stable inputs, low blast radius, and an obvious owner. Start there, win, then spend the trust on the harder ones.

Score the candidates before you touch a tool

Before you open Zapier or brief anyone, rank the list. The scoring does not need to be fancy. Give each candidate a rough read on how often it runs, how stable its inputs are, and what breaks when it fails. Our companion post on when to automate a task and when not to walks the full frequency, stakes, and stability test if you want the longer version, and whether your data is even ready to automate is worth a check before you score the inputs.

One reframe makes this easier. You are not automating a job. You are automating specific activities inside a job. McKinsey Global Institute's A Future That Works found that fewer than 5% of occupations can be fully automated, but about 60% of occupations have at least 30% of their activities that are technically automatable. The takeaway for a lean team is not "replace a role." It is "find the repetitive, rule-based slice of a role and hand that slice to software." Your first candidate should be one of those clean slices, not an entire messy process.

A quick way to sort a list of candidates:

| Candidate | Runs how often | Inputs | Blast radius | Good first pick? | |---|---|---|---|---| | Lead form to CRM | Many times a day | Structured form fields | Low to medium | Strong | | Month-end board report | Once a month | Several exports | Low | Weak (rare) | | Payroll run | Twice a month | Structured but high stakes | High | No (high stakes) | | Parsing free-text emails | Varies | Unstructured text | Medium | Not yet (unstable) |

Sort by payback and blast radius, not by how much the task irritates you. The most annoying task is often the worst first build, because "annoying" usually means "messy," and messy means unstable inputs.

The processes worth automating first

Across teams of 1 to 50 people, the same handful of processes tend to win the first slot. They share the same profile: they run constantly, the data has a fixed shape, and a failure is recoverable. If your list includes any of these, you probably have your answer.

Lead capture and first response

A prospect submits a form and something should happen in seconds: the lead lands in the CRM, gets routed to the right person, and gets a real first reply. This is close to an ideal first build. It runs every time a lead arrives, the form fields are structured, and the payoff is direct, because a reply in minutes instead of hours changes whether the deal happens at all. The full build is in our speed to lead guide, and the lead follow-up sequence that should fire right after is its own clean first build, but even the stripped-down version, capture and route, earns its keep fast.

Form or clean-PDF data into your system of record

The overnight form fills, and by 9am someone is tabbing between two windows retyping fields a customer already typed once. When the source is a digital form or a consistently formatted PDF, this is nearly a solved problem, and it removes a daily chore. The important discipline is a review gate for anything the machine is not sure about, which our guide to automating data entry covers step by step. Start with the structured inputs. Leave the scanned, handwritten, and free-text sources for a later build.

Invoice and payment sync between tools

A deal closes, and now someone creates the invoice, updates finance, and posts a note in Slack. When the trigger is clean, a closed deal or a new charge, this is a high-frequency, moderate-stakes workflow that pays back quickly. See invoice automation for the workflow detail. The one caution: anything that moves money sits higher on the blast-radius scale, so build the alerting alongside it, not after.

The recurring report you rebuild by hand

Every team has one report that gets stitched together from three or four exports on a fixed cadence. The inputs are stable and the format rarely changes, which makes it a durable automation, and rebuilding it by hand is pure repeated cost. Our post on automated reporting tools covers the assembly. If it runs weekly it is a strong first pick. If it runs once a quarter, the math is weaker, and it can wait.

Internal status notifications

The quietest win is often the best first build: a workflow that watches for a change, a stuck deal, an unpaid invoice, a new signup, and posts it to the right channel. Low stakes, stable triggers, and it replaces the habit of manually checking a dashboard. Nobody puts it at the top of the list, but it ships in an afternoon and proves the pattern.

What not to automate first

The wrong first pick usually feels like the ambitious, responsible choice. It is not.

Do not start with an "automate everything" platform migration. Ripping out how the whole team works and rebuilding it on one system is a quarter-long project, not a first automation. It has a huge blast radius and no fast payback. You will lose the room before it ships.

Do not start with the high-stakes, low-frequency task. Payroll is the classic. It matters enormously and runs twice a month, so a careful person with a checklist beats a fragile script. Automate the pieces that feed it, like collecting hours, and keep a human on the button that actually pays people.

Do not start with unstable, free-text inputs. A workflow that reads names and addresses out of arbitrary emails demos beautifully and then silently drops the record when someone writes their address on three lines. That is a fine second-year project with a confidence gate and monitoring. It is a terrible first one.

Do not automate a broken process. If three people approve something in a Slack thread every day, the fix is usually not "automate the thread." It is to repair the approval process, then automate the version that makes sense. Automating a bad process just makes you do the wrong thing faster. If you are not sure which of your candidates are actually ready, an AI opportunity audit is a structured way to rank them before you commit a build.

A worked example: three candidates, one to build first

Say the list narrows to three: a lead-to-CRM handoff that fires roughly 30 times a day, a month-end report that takes one person four hours, and an email parser that reads reschedule requests out of free-text messages.

Run the lens. The report is low frequency, so a four-hour monthly job saves 48 hours a year, real but slow to compound. The email parser has unstable inputs and a real chance of silently corrupting records, so its true cost includes a review gate and monitoring you have not built yet. The lead handoff runs constantly, uses structured form fields, and every missed lead has a dollar value. It wins the first slot easily.

Now cost the running side honestly, because the build is not the only expense. If you wire the lead handoff on a no-code tool, the platform charges by volume. Zapier's pricing page lists a Professional plan at $19.99 per month billed annually, or $29.99 billed monthly, and Zapier counts a task as each successful action a workflow runs, so a multi-step handoff at 30 leads a day burns through tasks faster than a first-time buyer expects. The free tier's 100 tasks a month will not cover it. That does not make automation the wrong call here. It makes the point that the honest comparison is manual time versus build cost plus a standing tool and maintenance cost, and at 30 runs a day the lead handoff still wins that comparison comfortably. The report, at once a month, is a much closer call, which is exactly why it should not go first.

Where bottta changes the order

When a team hands us a list like this, we do not start with the tools. We start by scoring each candidate on payback, input stability, and blast radius, then sort. The workflow that runs 30 times a day with clean inputs gets built first. The tempting quarterly report usually gets left alone, and we say so out loud, because talking a client out of a bad first automation is worth more than shipping it.

That scoring, and the design underneath the build, is the actual work. bottta is an automation studio: we do Workflow Design to map the process and the clean handoffs, the Integrations to wire the tools together, the AI Automation for the parts that genuinely need a model, and the Custom Builds where an off-the-shelf tool cannot reach. For a single first workflow with a clear finish line, our $4K project covers it end to end, from mapping to build to 30 days of post-launch support. For a team with a backlog of these, the $3K per month retainer keeps up to three workflows running and monitored at a time and works down the list in priority order. A DIY tool like Zapier or Make can carry a simple first automation, and for a genuinely small two-step handoff it might be all you need, which is one route to automating without a developer. The moment the workflow touches money, spans several systems, or has to not fail silently, the design and the monitoring are the job, and that is what we build. When a client hands us that list, scoring it is the first thing we do and often the most valuable, because the wrong first automation costs more than a slow one. Book a call with bottta to get your list ranked before anyone opens a builder.

Frequently asked questions

What process should a small business automate first?

Start with a process that runs often, uses structured inputs, and is recoverable when it breaks. For most lean teams that is the lead-to-CRM handoff or a form-to-system data-entry job. Both run constantly and pay back within weeks, which is what a first automation needs to do to earn the next one.

How do I know if a process is ready to automate?

Check three things: how often it runs, how stable its inputs are, and what happens when it fails. High frequency and stable inputs make automation cheap and durable. High stakes or messy free-text inputs mean it needs more care, so it should not be your first build. The when to automate test walks this in full.

Should I automate the most time-consuming task first?

Usually not. The most time-consuming task is often infrequent, like a monthly report, or messy, like parsing free-text, and both are weak first picks. Rank by payback speed and blast radius instead. A small task done 30 times a day almost always beats a big task done once a month.

How much does it cost to automate the first process?

It depends on the workflow and how it is built. A no-code platform can start low, but pricing scales with volume, so a workflow that fires thousands of times a month costs more than the sticker plan. Zapier's Professional plan lists at $19.99 per month billed annually, and tasks are counted per successful action. A designed, monitored build from a studio like bottta runs $4K for a fixed-scope project. Weigh either against the manual hours plus the cost of a silent failure, not against zero.

More from the Journal