v1

latestOpenAPI 3.1.02026-07-14330101.9 KB

๐Ÿ’ฌ Send Text

This endpoint allows users to send a plain text message to a specified WhatsApp user. It provides the most fundamental communication method, delivering a simple text-based message to the recipient. This feature can be integrated into various applications, such as customer service systems, automated notification services, or direct user communication. It supports sending large volumes of text messages, making it ideal for transactional messages, reminders, updates, and personal interactions.

post/send-message/text

Request body

contact_idstring required

The contact id

messagestring required

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "OK",
  "data": {
    "id": "3EB00FAF2A7990A17E6EBB",
    "status": "PENDING",
    "message": "Hello world",
    "timestamp": "1725806459"
  }
}