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 |
Last updated