Registering the Zalo template
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}}"
}'Paramter
Type
Require
Description
Paramter
Type
Description
Last updated