Enviar mensaje a través de WhatsApp
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
POST
/whatsapp/sessions/{sessionId}/send
WhatsApp
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.hiveflow.com/api/whatsapp/sessions//send' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "1234567890@c.us",
"message": "Hola, este es un mensaje de prueba",
"mediaUrl": "string",
"mediaType": "image",
"caption": "string",
"filename": "string",
"quotedMessageId": "string",
"mentions": [
"string"
],
"location": {
"latitude": 0,
"longitude": 0,
"name": "string",
"address": "string"
},
"contact": {
"name": "string",
"phone": "string",
"email": "string"
},
"options": {
"sendSeen": false,
"linkPreview": true
}
}'
Response Response Example
{
"success": true,
"messageId": "string",
"timestamp": "2019-08-24T14:15:22Z",
"chatId": "string",
"status": "pending"
}
Request
Path Params
sessionId
string
required
Body Params application/json
Responses
Modified at 2025-06-19 15:26:15