v1
latestOpenAPI 3.0.02026-07-26592893.0 KBSend 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
Example request
{
"text": "Hello World"
}Response
Message Sent Successfully
Example response
{
"status": "success"
}