Lewati ke konten utama

Kirim Pesan OTP

POST 

/nusasms_api/1.0/wa_business/otp

Kirim pesan OTP

info

Supaya dapat menggunakan endpoint ini, pengguna harus memiliki template dengan kategori Authentication.

Aturan Teks OTP

  • Max 15 karakter
  • Tidak boleh mengandung karakter spesial

Contoh Request API

{
"recipient": "628XXXYYYYY",
"gateway_id": "GATEWAY_ID",
"template": {
"language": "id",
"name": "template_name"
},
"otp": "OTP CODE 123"
}

Request

Responses

Successful Response