POSTDisponible
Enviar mensaje de plantilla
Operación autenticada de la API de BeepCall.
https://app.beepcall.ai/api/user/whatsapp/send
Parámetros
NombreUbicaciónTipoDescripción
Authorization*headerBearer tokenClave de API de BeepCall.
sender_id*bodyintegerCampo documentado sender_id.
template_id*bodyintegerCampo documentado template_id.
recipient_phone*bodystringCampo documentado recipient_phone.
recipient_name*bodystringCampo documentado recipient_name.
variables*bodyobjectCampo documentado variables.
* Obligatorio
Ejemplo de solicitud
curl -X POST "https://app.beepcall.ai/api/user/whatsapp/send" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"sender_id": 12,
"template_id": 45,
"recipient_phone": "+1234567890",
"recipient_name": "John Doe",
"variables": {
"1": "John",
"2": "January 15, 2026",
"3": "2:00 PM"
}
}'Respuesta
json
{
"success": true,
"conversation_id": 1234,
"message_id": 567,
"whatsapp_message_id": 890,
"message_sid": "SMxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"status": "queued"
}Errores habituales
402404422