Hàm đăng ký template SMS
Đây là hàm dùng để đăng ký template SMS chăm sóc khách hàng.
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}}
}'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