Send fixed number with cheap price
HTTP request
curl --location 'https://rest.esms.vn/MainService.svc/json/SendMultipleMessage_V4_post_json/' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey": "{{ApiKey}}",
"Content": "{{Content}}",
"Phone": "{{Phone}}",
"SecretKey": "{{SecretKey}}",
"SmsType": "8",
"IsUnicode": "{{IsUnicode}}",
"Sandbox": "{{Sandbox}}",
"campaignid": "{{campaignid}}",
"RequestId": "{{RequestId}}",
"CallbackUrl": "{{CallbackUrl}}",
"SendDate":"{{SendDate}}"
}'Paramter
Type
Required
Description
Parameter
Type
Description
Last updated