Skip to main content
POST
Send session message

Authorizations

X-API-Key
string
header
required

Preferred. API key value directly.

Query Parameters

channelId
string

Channel id. Auto-selects when omitted.

Example:

"ch_123"

to
string

Recipient phone or WhatsApp BSUID.

Example:

"919876543210"

body
string

Text body. Required for text messages.

type
string

text | image | video | document | audio. Default text.

url
string

Media URL. Required for media messages.

caption
string

Media caption.

filename
string

Filename for documents.

Body

application/json
to
string
required

Recipient phone or WhatsApp BSUID.

Example:

"919876543210"

channelId
string

Channel id. Auto-selects when omitted.

Example:

"ch_123"

body
string

Text body. Required for text messages.

type
string

text | image | video | document | audio. Default text.

url
string

Media URL. Required for media messages.

caption
string

Media caption.

filename
string

Filename for documents.

Response

Success. Envelope: { success:true, data, message? }.

success
boolean
required
Example:

true

data
any
message
string
pagination
object
total
number
Last modified on September 20, 2026