An AI receptionist for auto repair shops that books into a real CRM
For the call that rings while both bays are busy: year, make, model and symptom captured, a slot booked, and a driver stranded on the roadside put through to a person.
- On the roadmap, not available today
- Will capture vehicle and symptom
- Transfer rule part of the design

A repair shop's phone rings hardest at the exact moment nobody can answer it. The service writer is under a hood explaining an inspection to a customer, the other bay is mid-job, and the call goes to an answerphone that has never booked anybody. This page describes an agent designed for that moment. It is on the roadmap and answers no calls today.
The call an auto repair shop actually loses
The service writer is the bottleneck in almost every independent shop. They are the one person who can answer the phone, walk a customer through an inspection, order parts and take payment, and they cannot do two of those at once. The phone is the thing that gets dropped.
What makes it worse is that the calls are short and easy. Most are a customer describing a noise and asking when you can look at it. Three fields would handle it: the vehicle, the symptom and a slot. That is the shape a script handles well and a voicemail handles badly.
The vehicle matters more than callers expect. Year, make, model and rough mileage decide whether the job even belongs in your shop, how long to block the bay, and whether the parts are something you stock. A message saying "call me back about my car" gives you none of it.
The call flow it runs
Vehicle, symptom, slot. None of this ships today.
- 1
Check whether the vehicle is drivable
The first question. A car that will not start on a roadside is a different call from one with a noise on turns, and the design transfers the first rather than booking it.
- 2
Take year, make, model and mileage
Recorded as structured fields, not free text, so the service writer knows whether the job fits the shop before the vehicle arrives.
- 3
Capture the symptom in the driver's words
What it does, when it does it, and how long it has been doing it. Kept verbatim, because a customer's description of a noise is often the most useful diagnostic clue you get.
- 4
Book the right kind of slot
A diagnostic, a scheduled service, or a drop-off. These block different amounts of bay time, so the design books against the type rather than a generic appointment.
- 5
Check for declined work on the record
A returning customer with declined services from a previous visit is flagged so the writer can raise it when they arrive, instead of finding out afterwards.
- 6
Refuse to quote the repair
It gives your published diagnostic fee and nothing else. Quoting a repair from a described noise is how a shop ends up in an argument at pickup.
What it will do, and what stays with a person
Anything that is a diagnosis or a price sits on the human side.
| Situation | The planned agent | A person |
|---|---|---|
| Broken down at the roadside, vehicle not drivable | None. Immediate transfer to sort towing | Arranges the tow and the slot |
| Noise on braking, car still drives fine | Vehicle details, symptom, then books a diagnostic | Only if the caller asks |
| "How much to fix it?" | Gives your published diagnostic fee and books the visit | Quotes after the inspection |
| Check engine light on, no drivability issue | Captures the symptom and books a scan appointment | Reads the codes and advises |
| Returning customer with declined work on file | Books the visit and flags the open declined items | Raises them at check-in |
| Warranty or comeback complaint | None. Transfer, because this is a relationship call | The owner or the service manager |
| Fleet account booking several vehicles | Captures the vehicle list and transfers | Schedules against the fleet agreement |
Rows describe the intended behaviour of a roadmap feature. Nothing here answers a call today. Repair orders stay in your shop management system.
Why a voice agent needs a CRM behind it
A receptionist that books into nothing is an answering machine that can take a name. In this trade the proof is declined work. Every inspection produces a list of things the customer said no to this month, and that list is the largest recoverable revenue in the shop.
Recovering it needs a record with a date and a status on it, so a cadence can go out six weeks later about the rear brakes the customer deferred. A call captured in a voice tool cannot be enrolled in that. A contact in the database can, and so can the service reminder that follows eight months after.
That is why the declined-service cadences, the reminders and the approval queue are live now, beside your shop management system rather than replacing it. The voice half will write into the same records when it ships.
Settle this before it ships. Whether you must tell a caller they are speaking to an AI, and whether the call may be recorded, both vary by jurisdiction. Customer mobile numbers are consumer numbers, so any reminder text carries its own consent obligation. Decide your position with your own counsel. This is not legal advice.
What shop owners ask about this
- Will it sound like a robot?
- The voice is not usually what gives it away on current platforms. Delay is, and so is an answer that ignores the noise the customer just described. Since most of these calls run under two minutes, the design keeps the questions to the three that matter and gets to the slot quickly rather than making conversation.
- What happens when it cannot answer something?
- It says so and offers the service writer. Its facts come from your knowledge base: your hours, your diagnostic fee, whether you work on diesel or European makes, whether you do tyres. Repair prices are outside that list without exception. A quote given over the phone from a described symptom is a dispute waiting at pickup.
- Will it say it is an AI?
- Yes, by design. Several jurisdictions are moving toward requiring disclosure, and a customer who works it out later has a reason to distrust the estimate too. Confirm what applies in your area with your own counsel. This is not legal advice.
- What will it cost per minute?
- We do not publish a figure. It depends on your voice provider, your model class and your call length, and repair calls are short compared with most trades on this site. The components are a platform fee, the model, speech to text, text to speech and telephony, and our calculator page publishes the formula.
- Is it legal to record the calls?
- It depends where you and the caller are, and some jurisdictions need every party on the line to consent rather than one. A consent line at the start of the call is part of the design for that reason. Recording is also useful evidence of what a customer described, which is a further reason to get the position right with your own counsel. This is not legal advice.
- Can it transfer to me?
- Yes. The triggers are literal: a vehicle that will not drive, a warranty or comeback complaint, a fleet account, or any request for a person. When one fires the agent stops and connects. If the shop line is engaged, which during a busy morning it will be, the fallback is a callback task with the vehicle details already captured.
Start with last quarter's declined work
The declined-service cadence runs today. The calls the writer cannot take are designed to land in the same records.