OTP
Run OTP
curl --location 'https://{{base_url}}/v3/autocall/otp' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"campaign_uuid": "f77dfcf4-0759-4179-93cb-741f481a776e",
"phone_number": "0332665711",
"template": "otp_script_01",
"code_otp": "LUAN001",
"ref_id": "ABC123"
}'
Response trả về:
{
"call_id": "d6142fb6-6b3a-48fb-bd21-30f83ccb28c9",
"lead_uuid": "1fc20735-a93f-4b9e-b348-e63b503a1ee1",
"message": "success",
"ref_id": "ABC123"
}
API thực hiện cuộc gọi OTP
HTTP Request
POST https://{{base_url}}/v3/autocall/otp
Body
Sample data:
{
"campaign_uuid": "f77dfcf4-0759-4179-93cb-741f481a776e",
"phone_number": "0332665711",
"template": "otp_script_01",
"code_otp": "LUAN001",
"ref_id": "ABC123"
}
Parameter | Description | Required |
---|---|---|
campaign_uuid | UUID của campaign | x |
phone_number | Số điện thoại nhận cuộc gọi | x |
template_name | Kịch bản đọc code OTP | x |
code_otp | Code OTP | x |
ref_id | Mã tham chiếu của cuộc gọi (optional) |