Five AI Automation Examples, Written as Specs Instead of Promises

Perry Lam · FounderPublished

AI automation examples that actually run in a small business come down to five workflows: a missed call texted back, an inquiry qualified and booked, a quote chased on a schedule, a no-show rebooked, and a review requested at a fixed milestone. Each one is a trigger, a condition, an action, and a handoff.

Each of the five below is written as that specification rather than as a benefit, because the two middle lines decide whether it works. A demo shows the trigger and the action; the condition and the handoff are where a system embarrasses you in front of a customer.

The four lines every workflow needs

Every workflow worth building writes down four lines: the trigger that fires it, the condition that must be true before it runs, the action it takes, and the handoff point where a person takes over. A fifth line, the number it is supposed to move, decides whether it stays switched on.

The failures are all condition failures: a text to a landline at 2am, a reminder for a job somebody already cancelled by phone, a bot arguing with an angry customer.

Five workflows as specifications. The middle two columns are the ones a demo skips.
WorkflowTriggerCondition before it runsActionWhere a person takes over
Missed call text-backInbound call ends unansweredMobile number, no open thread, consent basis you holdOne text with a booking link or callback offerAny reply that is not a time
After-hours intakeForm or chat message arrivesJob type you sell, address inside the service areaTwo or three qualifying questions, then a real slotAnything outside those answers, transcript attached
Quote follow-upQuote marked sentJob not already won, lost or supersededShort message on day two and day five, naming the jobThe first reply of any kind
No-show rebookingAppointment time passes, no check-inSchedule shows nobody marked them arrivedOne message offering the two nearest slotsThe second missed appointment
Review requestOne fixed milestone: job closed, invoice paidThe milestone happened. Never how happy they seemedOne ask with a direct link, one reminder at mostEvery reply, positive or not

Missed call texted back in seconds

A missed-call text-back fires when a call to the business number ends unanswered, checks that the number is a mobile and not already in an open thread, sends one text offering a booking link or a callback, and hands the conversation to a person as soon as the reply is anything but a time.

ServiceTitan's platform data across more than 3,000 US and Canadian trade businesses, published October 2022 from June 2022 numbers, put a typical shop's call booking rate at 42%, with shops under five technicians at 24%; the same report says mornings booked best and rates fell after 6 p.m. One platform's customers, not a census, and still the clearest published number on it.

ServiceTitan principal industry advisor Angie Snow, in that report: "You see contractors pouring in money for training their technicians," and then, "But what kind of training are they putting into their CSRs?" An automation is not CSR training. It covers the hours when nobody answers at all.

The condition here is legal as much as technical. The Federal Communications Commission's consumer guide, last reviewed February 2026, says FCC rules ban autodialed texts to a mobile phone without prior consent, that commercial texts require written consent, and that consent for informational texts may be oral. Answering the person who just called you is not a marketing blast, and that distinction is what the condition encodes. General explanation of published rules, not legal advice.

After-hours inquiry qualified and booked

An intake workflow fires on a form submission or a chat message, checks the job type and the address against what the business actually sells and where it travels, asks two or three qualifying questions, offers real open slots from the calendar, and books one. Anything outside those answers goes to a person with the transcript attached.

The condition line is what makes this one safe to leave running overnight. Without it the system books outside the service area, promises something nobody offers, or fills a slot the van cannot reach. With it, the worst case is a message saying somebody will confirm in the morning.

Two constraints belong in the spec. The customer is told what they are talking to. And outbound voice is a separate decision from inbound answering: the FCC's consumer guide states that AI-generated voice calls are illegal unless the consumer has agreed to receive them or the caller is exempt, so a voice agent that calls people back needs a consent record.

Quote followed up on day two and day five

Quote follow-up fires when a quote is marked sent, checks that the job has not already been won, lost or superseded, and sends a short message on day two and day five that names the specific job rather than saying "following up". A reply of any kind ends the sequence and goes to a human.

Nobody notices the quote that was never chased, which is why this one gets skipped. The number it moves is the quote-to-job rate, measurable within a month because the denominator already sits in your system. Two messages is the whole sequence; a third turns a follow-up into a nuisance.

No-show rebooked before the slot goes cold

A no-show workflow fires when an appointment passes without a check-in, confirms from the schedule that nobody marked the customer as arrived, sends one message offering the two nearest open slots, and releases the original slot to the waitlist. The second miss goes to a person, not to another automation.

The condition matters most here, because the schedule is edited by humans all day. A workflow that reads "appointment time passed" without reading "and nobody marked them arrived" will text customers sitting in your waiting room. Pair it with a reminder the day before: the cheapest no-show to fix is the one that has not happened.

Review requested at one fixed milestone

A review request fires at one fixed milestone, the same milestone for every customer: job closed, invoice paid, vehicle collected. The condition is that the milestone happened, never that the customer seemed happy. The action is one ask with a direct link, and a second reminder at most. Replies go to a person.

Uniformity is the rule, not squeamishness. The Federal Trade Commission's Rule on the Use of Consumer Reviews and Testimonials, at 16 CFR 465.4, makes it a violation to provide compensation or incentives "in exchange for, or conditioned expressly or by implication on, the writing or creation of consumer reviews expressing a particular sentiment". The same rule carves out generalized solicitations to purchasers, so asking everyone is not the problem. The spec: same ask, same milestone, every customer, no incentive, no sentiment gate.

The payoff is documented by the platform itself. Google's Business Profile help documentation, as of September 2026, lists relevance, distance and prominence as the main local ranking factors and says: "More reviews and positive ratings can help your business's local ranking." Google does not weight those factors, and the same page states no ranking can be bought.

What to write down before you build any of them

Before any of the five gets built, five answers go in writing: what fires it, what must be true, what it sends, who it escalates to, and what number it moves. Add two more for anything that messages a customer: what consent was captured, and what happens when somebody replies stop.

  1. 1Write the trigger as an event your systems already emit, and the condition as a check that can fail. "Call ends unanswered" is a trigger; "when we miss a call" is a wish.
  2. 2Write the action as the exact message, once, in plain words, and the handoff as a person and a channel with the history attached. An escalation into an inbox nobody owns is not an escalation.
  3. 3Write the consent basis and the opt-out path. The FCC's rules treat a reply of stop, quit, end, revoke, opt out, cancel or unsubscribe as a reasonable revocation on its face, and require one made by any reasonable method to be honored within ten business days.
  4. 4Write the number it moves and where you read it. A workflow nobody measures is one nobody turns off when it breaks.

What this looks like when it runs

Running, the five stop being projects and become one operation: the phone covered after hours, intake booked into a real calendar, quotes chased on a schedule, missed appointments offered the next two slots, reviews asked for at one milestone, and a single screen showing what each produced last month.

Mirastart builds and runs those systems for Charlotte businesses: the online booking and repair-status software Quick Auto NC runs its bays on is ours, and so is the live-availability booking on this site. The accounts and the phone number stay in your name, the logs are yours to open, and ongoing engagements start at $3,000 a month because the process work and the consent plumbing sit inside that number.

Sources

  1. ServiceTitan, "Data Report: Average Call Booking Rates" (platform data from more than 3,000 US and Canadian trade businesses, June 2022; published October 25, 2022) - The 42% typical call booking rate, 24% for shops with fewer than five technicians, the time-of-day pattern, and the source of the quoted Angie Snow lines.
  2. Federal Communications Commission, "Stop Unwanted Robocalls and Texts" - Consumer guide last reviewed February 27, 2026: autodialed texts to mobile numbers need prior consent, commercial texts need written consent while informational texts may be oral, and AI-generated voice calls are illegal without the consumer's agreement unless the caller is exempt.
  3. 47 CFR 64.1200, Delivery restrictions (FCC rules implementing the TCPA) - Prior express consent for autodialed or artificial-voice calls to wireless numbers, the words that count as a reasonable revocation on their face, and the ten-business-day deadline to honor one.
  4. 16 CFR Part 465, Rule on the Use of Consumer Reviews and Testimonials (Federal Trade Commission) - Section 465.4 bars compensation or incentives conditioned on a particular sentiment; section 465.2(d)(1) carves out generalized solicitations to purchasers, which is why a uniform ask to every customer is the compliant shape.
  5. Google Business Profile Help, "Tips to improve your local ranking on Google" - Google's own statement that local results rest mainly on relevance, distance and prominence, that more reviews and positive ratings can help local ranking, and that no ranking can be bought.
Questions

AI automation examples small business, answered.

Which of these five should a small business build first?

Whichever one has a number you can already count. Missed calls and quotes sent are usually both sitting in a system you own, which makes them measurable within a month. Review requests are the cheapest to run correctly once the milestone is fixed. No-show rebooking only earns its keep if no-shows are actually costing you slots, so check the schedule before building it.

Do these need AI, or is this just automation with a new name?

Four of the five are rules, and rules are better than a model for anything with a legal or financial consequence: a trigger, a check, a message, an escalation. The language model earns its place in exactly one spot, reading a free-text reply and deciding whether it is a time, a question or a complaint. A vendor who puts the model in charge of the condition line is selling the incident you will have later.

Is texting customers automatically legal?

It depends on what the message is and what consent you hold, which is why consent belongs in the spec rather than in a disclaimer. The FCC's consumer guide says commercial texts require written consent while consent for informational texts may be oral, and bans autodialed texts to mobile numbers without prior consent. Revocation has to be honored within ten business days. This is a general explanation of published rules, not legal advice.

Keep reading
Guide

What AI Automation Actually Is (and Isn't) for a Small Business

Strip away the hype and AI automation is a simple idea: the repetitive communication your business already does, done immediately, every time.

Read
Cost guide

What AI Automation Costs a Small Business: The Three Bills, Not One

The subscription is the smallest of the three bills and the only one most guides price. Here are the other two, from the vendors' own pages and the FCC's rules.

Read
Guide

The AI Receptionist Buyer's Guide: What to Ask Before You Sign

Disclosure first: we build these systems. The questions below are the ones that separate a real one from a demo, and they apply just as hard to us.

Read
Comparison

Custom Software vs. Off-the-Shelf: When Each One Is Right

Most businesses should buy, not build. The interesting question is recognizing the moment that flips - and what it costs to miss it.

Read
Charlotte

The Best AI Automation Agencies in Charlotte (2026)

Five AI automation firms with a real Charlotte-area practice, the page-one firms that are based somewhere else, and the checks that separate them. Written by one of the firms on the list, and disclosed.

Read
Charlotte, NC

AI automation for Charlotte businesses that can't answer every call

AI automation from a Charlotte team: customer intake, follow-up, phone answering, and scheduling systems with safeguards - built by people you can meet.

In Charlotte

AI automation for Charlotte businesses

Reliable systems that handle repetitive communication, qualification, scheduling, support and data work, each one shipping with a tested human escalation path.

The practice

Custom business software development in Charlotte, NC

Operational tools, dashboards and internal platforms shaped around the way your company actually runs, replacing the spreadsheets that growth has outgrown.

The practice