Send Whats
  1. Messages
Send Whats
  • Instances
    • List instances
      GET
    • Get an instance
      GET
    • Create an instance
      POST
    • Connect an instance
      POST
    • Disconnect an instance
      POST
  • Messages
    • Send a text message
      POST
    • Send batch files
      POST
  • Webhooks
    • Guia de integração
    • List webhooks
      GET
    • Get a webhook
      GET
    • Create a webhook
      POST
    • Update a webhook
      PUT
    • Remove a webhook
      DELETE
  1. Messages

Send a text message

Developing
POST
/v1/messages/send-text

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-sendwhats.innovtech.solutions/v1/messages/send-text' \
--header 'x-api-key: {{apiKeyLucasBogosDevTest}}' \
--header 'x-account-id: 440181378080968704' \
--header 'Content-Type: application/json' \
--data-raw '{
    "instanceId": "471731166408478720",
    "recipient": "5511932018602",
    "text": "Mensagem enviada pelo Send Whats"
}'
Response Response Example
{}
Modified at 2025-07-25 17:47:28
Previous
Disconnect an instance
Next
Send batch files