Hàm đăng ký template Zalo
Đây là hàm dùng để đăng ký template ZNS
HTTP request
curl --location 'https://rest.esms.vn/MainService.svc/json/RegisZNSTemplateJson/' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey":"{{ApiKey}}",
"SecretKey":"{{SecretKey}}",
"Content":"{{Content}}",
"ImageUrl":"{{ImageUrl}}",
"CTA1":"{{CTA1}}",
"CTA2":"{{CTA2}}",
"OAID":"{{OAID}}",
"SmsType":"{{SmsType}}",
"CallbackUrl":"{{CallbackUrl}}"
}'Tham số
Kiểu dữ liệu
Tính bắt buộc
Mô tả
Thuốc tính
Kiểu dữ liệu
Mô tả
Last updated