v1

latestOpenAPI 3.0.02026-07-26592893.0 KB
Send Session Message

Send WhatsApp Message

Send a text or media message. Select the specific schema from the dropdown in the Request Body to see valid parameters.

post/dev/whatsapp-session

Query parameters

phone_number_idstring required
Example:15557922422

The ID of the phone number sending the message

tostring required
Example:919876543210

Recipient Mobile Number (with country code)

Headers

Authorizationstring required

Bearer Token or API Key

Request body

OR
OR
OR
OR
OR
OR
OR

Example request

{
  "text": "Hello World"
}

Response

Message Sent Successfully

statusstring

Example response

{
  "status": "success"
}