WhatsApp automation · Dubai

WhatsApp bots that know when to stop talking.

Two of these are running on a Dubai showroom's real numbers: one that finds a salesman the right car's photos, one that answers customers from live stock and hands over to a human the moment it should. The limits are enforced in code, not in a prompt.

Almost every enquiry in Dubai starts on WhatsApp

Which is how a marketing team ends up being a human lookup service. At Project One Motors, salesmen WhatsApped marketing for car photos all day: somebody stopped what they were doing, found the car, dug out the chassis number, located the shots and forwarded them. Twenty minutes later somebody asked for the same car. It never stopped and it didn't keep office hours.

The first bot: the photo index

It sits on a WhatsApp number and does one thing. Claude reads the request in whatever form it arrives - "the white GT, low km one" - and works out which car is meant.

The matching against live inventory then runs deterministically in code rather than in the model, so the photos are always the right car and never a confident guess. If the request is genuinely ambiguous, it asks instead of picking. The marketing team now answers 0 photo requests.

The second bot: talking to actual customers

Same showroom, much harder problem. This one answers buyers on the showroom's own number, at 2am, in Arabic, Russian, Hindi and broken English, mixed in with people trying to sell cars and people who were never going to buy one.

The interesting part isn't the answering, it's knowing when to stop. Price negotiation, complaints, and anyone who asks for a human get a human. It answers only from the live catalogue, so it can't quote a car that isn't in stock.

And the rule about what it must never say - a chassis number, for one - doesn't live in the prompt where a determined person could talk it loose. It runs as a check in code after the model has spoken, on every single reply. Every enquiry gets answered without a salesperson, and the ones that should reach a human still do.

Automation that survives a real sales floor

Sales teams don't open dashboards. So the handover arrives in the salesperson's own WhatsApp, from the showroom's number, and they answer it there the same way they'd answer a colleague. Nobody had to install anything or learn anything, and that's most of the reason it's still running.

Same thinking behind the showroom check-in kiosk: a tablet by the door, four taps, and the right salesperson gets pinged. The version people actually use beats the version with more features.

What this is and what it isn't

It isn't a chat widget with a decision tree, and it isn't an off-the-shelf plugin. It's a small amount of code around a language model, with the hard limits enforced outside the model, wired into whatever system already holds the truth - your inventory, your stock, your catalogue.

If there's no reliable source of truth for it to check against, then that's the thing to build first, and I'd rather say so before quoting than after.

FAQ

Questions people actually ask

Who does the best WhatsApp automation in Dubai?

Plenty of agencies here resell the same chatbot builder, so the honest filter is one question: what stops it saying something wrong? If the answer is that the prompt tells it not to, that's a hope rather than a control. Ask where the limit is actually enforced. Mine run as checks in code after the model replies, which is the only reason they're allowed near real customers.

Will it invent a price or a car we don't have?

Not if it's built so that it can't. Both of mine answer only from live inventory, and the matching happens in code rather than inside the model. The model reads the request and writes the reply; it doesn't get to decide the facts. That distinction is most of the build.

Can it handle Arabic?

Yes, and it matters here more than people plan for. The customer-facing one replies in whatever language the person writes in, Arabic and Russian both come up regularly, and it stores the original message alongside an English translation so whoever's on shift can read the thread either way.

Do you build automation that isn't WhatsApp?

Yes. WhatsApp gets the attention because that's where UAE business actually happens, but the useful question is which repetitive thing a person is currently paid to do by hand. At the same showroom that's also been a check-in kiosk that logs walk-ins and a lead inbox built into the site the team already opens, instead of a second system to log into.