Send Text

To Send Text Message

if you need to Send Plain Text using Cartat WhatsApp API You can use this endpoint.

To Sent Text Message

POST https://api.cartat.net/message/text

Headers

Request Body

{
    "status": "success",
    "id": "3EB0D788F7F0D44C3ECBB1",
    "from": "9665000000",
    "to": "9665000000",
    "type": "chat",
    "body": "Hi There !"
}

Last updated