Send Text Messages
Sending text Messages using APIs
Send Text Message
POST
https://app.wachatty.com/send-message
Headers
Name
Value
Content-Type
application/json
Body
Name
Type
Required
Description
api_key
string
Yes
API Key
sender
number
Yes
Number of your device
number
string
Yes
Receipent number 1602770xxxx
message
string
Yes
Messsage to be sent
Response
{
Sent Successfully
}{
"error": "Invalid API Key"
"error": "Sender not connected"
}Last updated