v1

latestOpenAPI 3.1.02026-07-24403468.9 KB

Sending Text Message

Use the messages node to send text messages to your customers.

post/wab/v1/messages/

Request body

tostring required

the mobile number

typestring required
recipient_typestring required
preview_urlstring
textstring json required

Response

200

Example response

{
  "messages": [
    {
      "id": "<<generated id>>"
    }
  ]
}