curl -X POST "https://demo.api.vultlocal.com/api/v1/external/whatsapp" \ -H "Content-Type: application/json" \ -d '{ "event": "message", "message": "What is my balance?", "from": "23279648205@c.us", "phoneE164": "+23279648205" }'
{ "answer": "Your balance is 5,000 SLE", "status": "success"}
Webhooks
WhatsApp Webhook
Kapso-first WhatsApp message webhooks
POST
/
external
/
whatsapp
curl -X POST "https://demo.api.vultlocal.com/api/v1/external/whatsapp" \ -H "Content-Type: application/json" \ -d '{ "event": "message", "message": "What is my balance?", "from": "23279648205@c.us", "phoneE164": "+23279648205" }'
{ "answer": "Your balance is 5,000 SLE", "status": "success"}
Receive and process WhatsApp messages via Agent-TS. Kapso is the supported transport; /api/v1/external/whatsapp remains only as a compatibility test bridge.