Skip to main content
POST
/
api
/
omnichannel
/
send-whatsapp
Enviar mensaje WhatsApp nuevo
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>"
}
'

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
to
string
required

Numero de telefono destino (ej: 56912345678)

message
string
required

Contenido del mensaje

attachment
object

Response

201 - undefined