OpenAPI 3.0.3raw.githubusercontent.com2026-08-15420246.8 KB

533b3360e2e4

Connections

post/connections/{phoneNumber}/send-message

Path parameters

phoneNumberstring required
Example:+551234567890

Phone number for connection. Must have + prefix.

Request body

jidstring required

WhatsApp JID

chatwootMessageIdstring
messageIdstring

Example request

{
  "messageContent": {
    "text": "Hello world!",
    "mentions": [
      "551101234567@s.whatsapp.net"
    ],
    "quotedMessage": {
      "message": {
        "conversation": "Hello!"
      }
    }
  }
}

Response

Message sent successfully