cURL
curl --request POST \ --url https://api.raul.ugps.io/api/omnichannel/send-whatsapp \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "to": "<string>", "message": "<string>" } '
Operacion: Enviar mensaje WhatsApp nuevo.
Bearer token authentication
Numero de telefono destino (ej: 56912345678)
Contenido del mensaje
Show child attributes