WhatsApp Use
Whatsapp

Send a text message

POST
/v1/whatsapp/messages/send

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Header Parameters

X-WhatsApp-Use-Connection-Id?string

Required when the API key can access multiple WhatsApp connections.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v1/whatsapp/messages/send" \  -H "Content-Type: application/json" \  -d '{    "text": "string"  }'
{}
{  "error": "string"}
{  "error": "string"}