Sandbox
Last updated
curl --location 'https://gateway.lipachat.com/api/v1/whatsapp/message/text' \
--header 'apiKey: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"message": "Hello world",
"messageId": "e66fc7b8-680f-4887-8dc8-ee062d65b54f",
"to": "254XXXXXXX",
"from": "254110090747"
}'