Gửi ZNS
API sử dụng để gửi tin nhắn ZNS đến người dùng Zalo
curl --location 'https://apis.infinix.vn/v1/zns/vng-oa-key-0a65/send-message-template'
--header 'api-key: 6829c1b8a87b979819a760d908fa8a0' \
--header 'Content-Type: application/json' \
--data '{
"phone": "84962938733",
"templateId": "375847",
"templateData": {
"otp": "843176"
},
"trackingId": "13d1d775-3f65-4149-91a7-f6e4fd805ee7",
"mode": "development",
"sendingMode": "1",
"sync": true,
"fallbackList": [
{
"method": "SMS",
"templateId": "1",
"templateData": {
"otp_code": "843176",
"expire_time": "20"
}
}
],
"fallbackSLA": 15
}'Tham số
Kiểu dữ liệu
Tính bắt buộc
Mô tả
Tham số
Kiểu dữ liệu
Tính bắt buộc
Mô tả
Tham số
Kiểu dữ liệu
Tính bắt buộc
Mô tả
Tham số
Kiểu dữ liệu
Last updated