Gửi SMS
API sử dụng để gửi tin nhắn SMS đến người dùng thông qua số điện thoại
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": "1",
"templateData": {
"otp_code": "123123",
"expire_time": 10
},
"trackingId": "13d1d775-3f65-4149-91a7-f6e4fd805ee7",
"fallbackList": [
{
"method": "ZNS",
"templateId": "369222",
"templateData": {
"otp:"44231"
},
}
],
"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