Introduction
Automotive dealerships face a persistent challenge:turning inbound inquiries into test drives and test drives into sales.Most customer calls—questions about model availability,pricing,promotions,trade‑ins—are handled by busy salespeople who are often with other customers,leading to missed calls,delayed responses,and lost leads.
In 2025,a major Thai automotive group partnered with Instadesk to deploy an AI voice bot that handles initial inbound calls 24/7,qualifies leads,schedules test drives,and integrates directly with their CRM and dealer management system.The results:60%higher lead conversion rate,4.2x call handling capacity,and a 76%reduction in missed calls.
This case study details the deployment timeline,configuration,metrics,lessons learned,and technical architecture behind the solution.
Case Study:Thai Automotive Group(Anonymized as"AutoThai")
Client background:One of Thailand's largest automotive retail groups,representing 3 brands across 15 dealerships.Monthly inbound call volume:approximately 8,500–12,000 calls.
Primary intents handled:Model pricing&availability,promotion inquiries,trade‑in valuation requests,test drive scheduling,service appointment booking.
Baseline Metrics(3 months pre-deployment,Q2 2025)
|
Metric
|
Pre-Deployment
|
|
Missed call rate (during business hours)
|
34%
|
|
After‑hours call capture
|
0% (voicemail only)
|
|
Lead‑to‑test‑drive conversion
|
12%
|
|
Lead‑to‑sale conversion (30 days)
|
4.8%
|
|
Average response time for callbacks
|
2.3 hours
|
Deployment Timeline(14 weeks)
-Weeks 1-2:Discovery and intent mapping–defined 9 core conversation paths(model pricing,test drive booking,trade‑in,service)
-Weeks 3-4:Bot configuration–built dialogue flows in Instadesk visual editor;integrated with CRM(Salesforce)and DMS
-Weeks 5-6:Pilot on 15%of calls across 2 dealerships;fine‑tuned ASR for Thai automotive terminology
-Weeks 7-8:Expanded to 50%of calls;added escalation rules(confidence<0.85→human handoff)
-Weeks 9-12:Full rollout to all 15 dealerships,100%of calls
-Weeks 13-14:Optimization–adjusted s based on 5,000+conversations;added promotion auto‑update from dealer feed
Configuration Highlights
-Language:Thai(primary)+English(secondary)–code‑switching support
-Integration points:Salesforce CRM(lead creation),dealer DMS(inventory lookup,appointment slots)
-Escalation triggers:"speak to a manager",price negotiation beyond pre‑set discount,trade‑in valuation request(partial–transferred after data collection)
-Opt‑out handling:Immediate opt‑out on"remove me"or"do not call"–number added to DNC list
Results(3 months post‑deployment,Q4 2025;n=28,000 calls)
|
Metric
|
Post-Deployment
|
Improvement
|
|
Missed call rate
|
34% → 8%
|
+26 points
|
|
After‑hours lead capture
|
0% → 41% of after-hours calls
|
New revenue stream
|
|
Lead‑to‑test‑drive conversion
|
12% → 19%
|
+58% relative
|
|
Lead‑to‑sale conversion (30 days)
|
4.8% → 7.7%
|
+60% relative
|
|
Average response time (callbacks)
|
2.3 hrs → instant (bot)
|
N/A
|
Annualized revenue impact(dealership estimate):Additional 225 test drives per month across 15 dealerships,leading to approximately 62 incremental sales per month.
Real‑World Conversation Excerpt(Thai/English)
Intent:Test drive scheduling for Toyota Fortuner
Customer:"ขอข้อมูลFortunerหน่อยครับพรุ่งนี้ทดลองขับได้ไหม"("Give me info on Fortuner.Can I test drive tomorrow?")
Bot:"Fortunerรุ่น2.8柴油วันนี้มีโปรลด50,000บาทพรุ่งนี้ว่าง10โมงหรือบ่าย2คะ?"("Fortuner 2.8 diesel.Today promotion 50,000 baht off.Available tomorrow 10 AM or 2 PM?")
Customer:"10โมงเลยครับ"("10 AM")
Bot:"กรุณาให้ชื่อและเบอร์โทรศัพท์เพื่อยืนยันการจอง"("Please provide name and phone number to booking.")
Customer provides details.
Bot:"ยืนยันการทดลองขับวันที่Xเวลา10.00น.ที่โชว์รูมสุขุมวิทข้อมูลถูกส่งไปทางSMSแล้ว"("Test drive ed for date X at 10 AM at Sukhumvit showroom.Information sent by SMS.")
Bot(after ation):"Before you go,would you like to receive a brochure and promotion details via WhatsApp?Just say yes."
Key capabilities shown:Bilingual ASR(Thai+English),real‑time inventory lookup,appointment scheduling(CRM/DMS integration),SMS ation,and proactive WhatsApp follow‑up.
First‑Person Deployment Narratives
Automotive Operations Manager–P.Srisai(AutoThai):
"We tried a simple IVR before.Customers hated it.The Instadesk bot is different–it actually understands what they want.The first week we had one dealership complaining that the bot was'too pushy'on trade‑ins.We changed the script in 20 minutes.Try that with a human training program.The biggest surprise:after‑hours calls converted at a higher rate than daytime calls–people have more time to talk at night."
Instadesk Solutions Engineer–M.Kaewmanee:
"The hardest integration was the dealer management system.Each dealership had its own inventory spreadsheet.We built a lightweight API that polls the spreadsheets every 15 minutes and normalizes the data.Lesson learned:don't try to replace legacy systems–connect to them.Also,Thai honorifics matter.Adding'khrap/kha'to the bot's responses increased customer satisfaction scores by 12 percentage points overnight."
Customer quote:
"I called at 8 PM about a pickup truck.The bot answered right away,told me the price,and booked a test drive.I didn't have to wait for a salesperson to call back.That's why I bought from them."–Somchai Y.,verified buyer,November 2025
Technical Appendix(Selected Details)
Architecture Overview(Text)
Customer Call→PSTN/SIP→Instadesk SBC(TLS+SRTP)
↓
Language Detection(<50ms)
↓
ASR(Thai/English,WER 9-12%)
↓
NLU Intent Classification
↓
┌──────────────────────────┼──────────────────────────┐
↓↓↓
Salesforce CRM(lead)DMS(inventory,slots)WhatsApp/SMS Gateway
↓↓↓
└──────────────────────────┴──────────────────────────┘
↓
TTS(Thai neural,95%MOS)
↓
Customer Response
Key Integrations
-CRM(Salesforce):Bi‑directional REST API.Bot creates lead records,updates status(e.g.,"test drive booked").Authentication:OAuth 2.0(JWT).
-DMS(dealer management):Custom adapter polling spreadsheets every 15 minutes;fallback cache if API unreachable(stale data for max 4 hours).
-SMS/WhatsApp:Graph API for WhatsApp(Meta Business);SMPP for SMS.Used for ation,reminders,and promotion delivery.
Performance Metrics–Definition&Measurement
|
KPI
|
Definition
|
Measurement Period
|
Sample Size
|
Baseline vs. Post
|
|
Lead‑to‑test‑drive conversion
|
Calls resulting in a ed test drive within 7 days
|
3 mo pre vs. 3 mo post; A/B not applicable (full deployment)
|
28,000 post calls
|
12% → 19%
|
|
Missed call rate
|
Calls that ring >30 sec without answer (excl. network failures)
|
Same period
|
28,000 post calls
|
34% → 8%
|
|
Intent accuracy
|
Bot’s primary intent match vs. human label
|
5,000 randomly sampled calls
|
3 human annotators >0.85 kappa
|
91.2%
|
Data source:Instadesk analytics+AutoThai CRM logs.Independent audit summary available on request.
ASR&NLU Accuracy(Thai Automotive Domain)
-Word Error Rate(WER):9.2%(Thai,fine‑tuned on 15,0oo automotive calls)
-Intent accuracy(F1):90.4%(6 intents:pricing,test drive,trade‑in,service,promotion,escalation)
-Confidence threshold:0.85(below threshold triggers clarification question;after 2nd failure→human escalation)
Safety,Error Handling&Compliance
Call recording&disclosure:All calls begin with"This call may be recorded for quality and training purposes.Do you consent?"Consent is logged before recording starts.
Opt‑out mechanisms:Customer saying"remove me","do not call again",or"stop calling"triggers immediate end of call and number is added to global Do‑Not‑Call list(synchronized across dealerships daily).
PII handling:ID card numbers,passport numbers,and credit card details are automatically redacted from transcripts and logs.Field‑level tokenization used for storage.
Data retention:Call recordings retained for 90 days(default),transcripts for 180 days.Both subject to automated deletion.
Compliance with Thai telemarketing regulations:Outbound calling hours restricted to 9 AM–8 PM local time(configurable).No outbound to numbers on DNC list.Caller ID displayed as dealership main line(not generic number).
Error handling–low confidence:If ASR confidence<0.70 or NLU confidence<0.85 after one clarification,bot says"I want to make sure I understand correctly.Did you mean[intent A]or[intent B]?"On second failure,transfer to human agent:"Let me connect you with a sales representative.Please hold."
Fallback behavior:If downstream API(DMS,CRM)times out(>2 seconds),bot uses cached data(last successful response)with disclaimer:"My system is a bit slow right now.Based on my last update,[inventory/promotion]was[value].Would you like me to connect you to a representative for the latest information?"
Lessons Learned&Best Practices
What worked well:
-Phased rollout:Pilot on 2 dealerships,15%call volume allowed rapid iteration without enterprise-wide risk.
-Thai honorifics:Adding"khrap/kha"increased CSAT significantly(12 percentage points).
-After‑hours coverage:Customers called more often at night(7–10 PM)than during the day;conversion rates were higher in those hours(less rushed).
What we would do differently:
-Trade‑in valuation:Initially the bot attempted to give instant trade‑in estimates.Accuracy was low(67%match to human appraiser).Changed to qualifying questions only(year,model,condition)then transferred to human.Accuracy improved to 96%for data collection.
-Legacy DMS integration:Polling spreadsheets worked but added 2-15 minutes latency.Recommend directly connecting to DMS API where available.
Verification&Additional Resources
-Downloadable case study PDF:AutoThai Automotive Voice Bot Success Report(PDF–includes full data,customer authorization,and reference contact under NDA)
-Technical white paper:"AI Voice for Automotive Sales:Benchmarks&Best Practices"–Download
-Compliance&security:Instadesk Trust Center–SOC 2 Type II,ISO 27001,Thailand PDPA data processing addendum
-Customer reference:NDA‑protected introduction available via sales instadesk.com
Conclusion
AutoThai's deployment demonstrates that AI voice bots are not just for simple order status inquiries.With proper intent mapping,integration with CRM/DMS,and phased optimization,a voice bot can handle complex automotive sales conversations–qualifying leads,scheduling test drives,and capturing after‑hours opportunities that human teams miss.
The 60%relative increase in lead‑to‑sale conversion,4.2x call handling capacity,and 76%reduction in missed calls translate directly to revenue.For automotive groups still relying on voicemail and callback queues,the competitive gap is widening.



