Configurar webhook para eventos de WhatsApp
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
POST
/whatsapp/sessions/{sessionId}/webhook
WhatsApp
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.hiveflow.com/api/whatsapp/sessions//webhook' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://mi-app.com/webhook/whatsapp",
"events": [
"message",
"message_ack"
],
"secret": "string"
}'
Response Response Example
{
"success": true,
"webhook": {
"url": "string",
"events": [
"string"
],
"isActive": true
}
}
Request
Path Params
sessionId
string
required
Body Params application/json
Responses
Modified at 2025-06-19 15:26:15