POST Send Message API
Use this API to send a WhatsApp message.
API Endpoint
<https://api.v7.express-chat.com/whatsapp-automation/wa/send-message?apiKey=*API KEY*>
Request Headers
Header
Value
{
"userName": "Test",
"wa_id": "910987654321",
"type": "text",
"message": {
"text": "hi"
}
}
Parameter
Type
Description
curl --location 'https://api.v7.express-chat.com/whatsapp-automation/wa/send-message?apiKey=*API KEY*' \
--header 'apiKey: *API KEY*' \
--header 'Content-Type: application/json' \
--data '{
"userName": "Test",
"wa_id": "918859170007",
"type": "text",
"message": {
"text": "hi"
}
}'
Parameter
Type
Description
Error Codes
Last updated