Send WhatsApp Message
You can use this endpoint to send text messages, media (images, audio), or pre-approved templates to initiate conversations.
Authorizations
Enter your API key provided by the Connexease Dashboard.
Query Parameters
When set to true, the message will be routed through the Meta Marketing Messages Lite (MMLite) endpoint instead of the standard messages endpoint. Useful for specific high-volume marketing campaigns.
Body
The payload containing the message details. The required fields vary depending on the type of message you choose to send.
The messaging service used for the request. Must always be exactly "whatsapp".
The recipient's phone number, strictly including the country code without any spaces, plus signs, or symbols (e.g., 905xxxxxxxxx).
"905321234567"
The specific type of message you want to send. Your choice here determines which of the objects below (text, image, or template) becomes mandatory.
text, image, audio, template The type of recipient you are sending the message to. Standard value is "individual".
The text message object. Required if type is set to "text".
The media object for sending images. Required if type is set to "image".
The template object for initiating conversations. Required if type is set to "template".
Response
A successful request returns an HTTP 200 OK status. Note that the Connexease Gateway automatically wraps the official Meta response inside a unified data object and injects an isSuccess flag for easier parsing.