Help Centre / Developer API & Webhooks
📦

Standard API request and response format

All inbound API calls use one standard action/data JSON format.

Developer API & Webhooks7 min read

Request format

Send JSON with action, optional idempotency_key, and data. The action tells BOS what to do; data contains the details.

Example actions

  1. contact.create creates or updates a contact.
  2. order.create creates an order and moves the customer into support mode.
  3. order.update_status changes the order status.
  4. message.send sends a WhatsApp message through the company connection and saves it in AI Inbox.

Response format

Successful responses return success=true, action, request_id, and data. Failed responses return success=false, error_code, message, and request_id for debugging.

Need direct support?

Contact Kasaloma support if you cannot find the answer or your workspace needs checking.

Contact support