Skip to main content
POST
Send a Generic Message

Authorizations

x-api-key
string
header
required

Your application's unique ID.

x-api-secret
string
header
required

Your application's secret key.

Body

application/json

Generic message payload

whatsapp
string
required

The _id of the WhatsApp account to send from.

Example:

"60c72b2f9b1d8e001f8a1b2c"

phone
string
required

The recipient's phone number in E.164 format.

Example:

"+911234567890"

msg
object
required

The message content.

Example:

200

Response

Message successfully queued.