Kirim pesan teks ke satu nomor WhatsApp.
POST /api/whatsapp/send-message
| Field | Type | Required | Description |
|---|---|---|---|
| number_key | string | Yes | Session key WhatsApp |
| to | string | Yes | Nomor tujuan |
| message | string | Yes | Isi pesan |
| api_key | string | Yes | API 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"
}'