For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

Accept*

application/json

Content-Type*

application/json

Authorization*

Bearer {{token}}

you can find your access token here

Request Body

Name
Type
Description

number*

9665000000

Receiver number starting with country code

message*

Hi There !

the message

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

Last updated