Send message via Zalo
HTTP request
curl --location 'https://rest.esms.vn/MainService.svc/json/SendZaloMessage_V5_post/' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey": "{{ApiKey}}",
"SecretKey": "{{SecretKey}}",
"OAID": "{{OAID}}",
"Phone": "{{Phone}}",
"TempData": [
{
"key": "{{key1}}",
"value": "{{value1}}"
},
{
"key": "{{key2}}",
"value": "{{value2}}"
}
],
"SendDate": "{{SendDate}}",
"TempID": "{{TempID}}",
"campaignid": "{{Campaignid}}",
"Sandbox": "{{Sandbox}}",
"CallbackUrl": "{{CallbackUrl}}",
"RequestId": "{{RequestId}}",
"SendingMode":"1"
}'Parameter
Type
Required
Description
Parameter
Type
Description
Last updated