Car buying starts online and involves multiple dealers simultaneously. The enquiry that gets a real answer in ten minutes beats the one that gets a templated email in six hours, almost regardless of price. That is the whole sales case, and it is speed to lead with a bigger ticket.
Answer the question they actually asked
The reflex reply is 'when can you come in for a test drive'. Buyers hate it, because it dodges the question. Answering the specific thing — is it still available, what is the mileage, will you take my trade-in — is what earns the visit.
export const dealership = { enquiry: (c: Ctx) => `Hi ${c.firstName} — ${c.salesName} at ${c.dealership}. Yes, the ` + `${c.vehicle} is still here. ${c.answerToTheirQuestion} ` + `Happy to send more photos or hold it for a look.`, testDriveConfirm: (c: Ctx) => `${c.dealership}: ${c.vehicle} is reserved for you ${c.dayDate} ` + `at ${c.time}. Ask for ${c.salesName}. Bring your licence.`, // Handover of the relationship, not just the car. serviceDue: (c: Ctx) => `${c.dealership}: the ${c.vehicle} is about due for its ${c.serviceType}. ` + `Book here: ${c.link} or reply and we'll sort it.`,};This is the industry most likely to over-message
Automotive CRMs ship with aggressive multi-touch sequences, and dropping them onto a messaging channel is how dealerships get muted and reported. A text sequence is not an email sequence with a different transport. Cap it hard at the send layer.
Send photos, not brochures
A buyer asking about a used car wants to see the actual wheels, the actual seat wear, the actual boot. Photos of the specific vehicle, at full resolution, sent within minutes of being asked, close more than any specification sheet. Compressed MMS undermines exactly the thing you are trying to prove.
The service relationship is the real asset
A sale happens every few years. Servicing happens every few months, and it is where dealerships retain customers and margin. Handing the customer from sales into a service reminder cycle — with the vehicle named rather than a job number — is the highest-value automation here. Same mechanics as an independent repair shop.
Ask for the review a few days after handover, not on the forecourt. People give better reviews once they have driven the car.
Next step
Browse the other industry playbooks, compare the services that can send this on the providers page, or tag your links with the UTM builder.