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 batch files

Developing
POST
/v1/messages/send-batch-files

Request

Header Params

Body Params multipart/form-data

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-sendwhats.innovtech.solutions/v1/messages/send-batch-files' \
--header 'x-api-key: {{apiKeyLucasBogosDevTest}}' \
--header 'x-account-id: 440181378080968704' \
--form 'instanceId="471731166408478720"' \
--form 'recipient="5511949981269"' \
--form 'files=@"/Users/lucasbogos/Downloads/eps10-white-shield-solid-icon-or-logo-in-simple-flat-trendy-modern-style-isolated-on-black-background-free-vector.jpg"' \
--form 'caption="*Teste em grupos do Bogos :rocket:*"'
Response Response Example
{}
Modified at 2025-07-25 17:50:49
Previous
Send a text message
Next
Guia de integração