Sending Messages
POST
https://gateway.lipachat.com/api/v1/whatsapp/message/text
Used to send free form messages to users.
Headers
Name
Value
Content-Type
application/json
apiKey
Body
Name
Type
Description
messageId
string
A unique identifier for the message. This will be used to track the message status and for deduplication purposes.
message
string
The message being sent.
from
string
Sandbox number +254110090747 or your own WABA phone number.
to
string
Receiver phone number. It should start with a country code.
Response
Last updated