Registering SMS template
HTTP request
curl --location 'https://rest.esms.vn/MainService.svc/json/SubServicePreviewJson/' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey": "{{ApiKey}}",
"AssetsUrl": "{{AssetsUrl}}",
"Brandname": "{{Brandname}}",
"CallbackUrl": "{{CallbackUrl}}",
"Content": "{{Content}}",
"IsUnicode": "{{IsUnicode}}",
"CustomerEmail": "{{CustomerEmail}}",
"CustomerName": "{{CustomerName}}",
"CustomerPhone": "{{CustomerPhone}}",
"SecretKey": "{{SecretKey}}",
"ServiceType": 2,
"SmsType": {{SmsType}}
}'Paramter
Type
Required
Description
Paramter
Type
Description
Last updated