POST
/
message
/
sendtext
/
{nombre-instancia}
curl --request POST \
  --url https://apiwsp.factiliza.com/v1/message/sendtext/{nombre-instancia} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "number": "<string>",
  "text": "<string>"
}'
{
  "status": 200,
  "success": true,
  "message": "Mensaje enviado con Exito!"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

nombre-instancia
string
required

Body

application/json
Plant to add to the store
number
string
required

Número del whatsapp para enviar el mensaje. Codigo de pais + número Ejm: 51999999999

text
string
required

El mensaje de texto, soporta emojis, saltos de linea, negrita, etc.

Response

200
application/json
message response
status
integer
required
success
boolean
required
message
string
required