Send OTP/Customer care message
HTTP request
curl --location --request POST 'https://rest.esms.vn/MainService.svc/json/SendMultipleMessage_V4_post_json/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ApiKey": "{{ApiKey}}",
"Content": "{{Content}}",
"Phone": "{{Phone}}",
"SecretKey": "{{SecretKey}}",
"Brandname": "{{Brandname}}",
"SmsType": "2",
"IsUnicode": "{{IsUnicode}}",
"Sandbox": "{{Sandbox}}",
"campaignid": "{{campaignid}}",
"RequestId": "{{RequestId}}",
"CallbackUrl": "{{CallbackUrl}}"
}'Parameter
Type
Required
Description
Parameter
Type
Description
Last updated