Langsung ke konten utama
POST
/
v3
/
waba-accounts
/
{waba_unique_id}
/
customers
/
{wa_user_id}
/
messages
Send a WABA customer message
curl --request POST \
  --url https://api.scalev.com/v3/waba-accounts/{waba_unique_id}/customers/{wa_user_id}/messages \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Otorisasi

Authorization
string
header
wajib

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Header

X-Scalev-Waba-Send-Mode
enum<string>

Local/dev simulation override for WABA sends. When set to mock outside production, Nexus records a submitted outbound message without sending to Meta Graph. Ignored in production.

Opsi yang tersedia:
mock

Parameter Path

waba_unique_id
string
wajib
wa_user_id
string
wajib

Body

application/json

The body is of type object.

Respons

Success

Raw single-resource success payload for v3.