Send Whatsapp Message

Send standalone plain WhatsApp message

Send Whatsapp Message

POST /external/v1/whatsapp/send

Send standalone plain WhatsApp message

Headers

Name
Value

Content-Type

application/json

x-api-key

<your api key>

Body

{
  "to": "string",
  "message": "string"
}

Response

{
  "success": true,
  "status": "string",
  "billing_units_charged": 0,
  "wallet_charge_applied": true,
  "message": "string"
}

Last updated