Kilo Docs

Docs / Build with AI/ WhatsApp delivery bot

WhatsApp delivery bot

Updated Aug 9, 2026

Paste into your coding AI

Chat books the delivery. Kilo runs the fleet.

Paste into Cursor / Copilot / Claude Code to wire a WhatsApp (or similar) bot into the Kilo Delivery API — create jobs from chat, verify webhooks, message status updates yourself.

  • Discover enabled services + service locations first
  • Conversation → validated create payload
  • WhatsApp media → durable package image URLs
  • Signed webhooks → customer status replies

Paste into your coding agent with the project open.

Best when: customers already message you on WhatsApp (or a similar chat channel) and you want the bot to book real fleet deliveries on Kilo — then reply with status updates from webhooks.

You still need: a Kilo Business org with delivery settings / coverage / riders. The prompt does not create that for you; it implements the code path.

The agent is instructed to call GET /capabilities (and service locations / warehouses) so the bot only offers services this business enabled — same idea as the public form’s service step — and to match hostels/gates for pickup & delivery while skipping service locations for errand shops.

Use the Copy prompt for AI card below. After the agent finishes, it should list only the dashboard steps you still need (key, webhook secret, image host allowlist, optional “Customer delivery messages” off).