Wavee API Docs

Send Message

Kirim pesan teks ke satu nomor WhatsApp.

POST /api/whatsapp/send-message

Request Body / Parameters

FieldTypeRequiredDescription
number_keystringYesSession key WhatsApp
tostringYesNomor tujuan
messagestringYesIsi pesan
api_keystringYesAPI Key aktif
curl --location 'http://api.wavee.web.id/api/whatsapp/send-message' \
--header 'Content-Type: application/json' \
--data '{
  "number_key": "xxxx",
  "to": "62xxxxxxxxxx",
  "message": "Halo, pakai wavee sekarang yuk",
  "api_key": "xxxx"
}'