Cartat WhatsApp API
  • 🚛Get Started
  • 💼Use case
  • 📲WhatsApp API
    • 📶instance
      • ⚙️Settings
        • Get Settings
        • Set Settings
      • Get Instance Info
      • Initialize Instance
      • Link WhatsApp using QR
      • Get QR string
      • Get Instance Status
      • Restart Instance
      • Logout
      • Destroy
    • 📤Messages
      • Send Text
      • Send Media
    • 📬Chats
      • Chats
      • Chats/{chat_id}
      • Chats By Lable ID
    • 🏷️Labels
      • Labels
    • 🔢Contacts
      • Contacts
Powered by GitBook
On this page
  1. WhatsApp API
  2. Messages

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}}

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 !"
}
PreviousMessagesNextSend Media

Last updated 1 year ago

you can find your access token

📲
📤
here