POST Send Message API
Use this API to send a WhatsApp message.
API Endpoint
Request Headers
Header | Value |
---|---|
apiKey | *API KEY* |
Content-Type | application/json |
Request Body
Parameters
Parameter | Type | Description |
---|---|---|
userName | string | The name of the user to whom the message is being sent. |
wa_id | string | The WhatsApp number of the user to whom the message is being sent. The number must contain the country code without the plus sign. |
type | string | The type of message being sent (e.g., text, image). |
message.text | string | message that needs to sent |
message.label | string | The caption you want to send along with the image (optional) Only if type is image |
message.source | string | The image link (optional) Only if type is image |
tags | array | Tags are the labels that you can assign to conversations or chats to help organize and manage effectively. |
Example
Error Codes
Refer to the official documentation for more information on error codes.
Last updated