Send Zalo message Consulting in text form
HTTP request
curl --location 'http://rest.esms.vn/mainservice.svc/json/SendZaloFollowerMessage_V4_post_json/' \
--header 'Content-Type: application/json' \
--header 'Cookie: ASP.NET_SessionId=5xcbl12ska5q5wocug3chmjz; ASP.NET_SessionId=wauhgrxpkq40wj00w52orug3' \
--data '{
"ApiKey":"{{ApiKey}}",
"SecretKey":"{{SecretKey}}",
"OAID":"{{OAID}}",
"User_id":"{{User_id}}",
"Content":"{{Content}}",
"CallbackUrl": "{{CallbackUrl}}",
"RequestId": "{{RequestId}}"
}'Parameter
Type
Required
Description
Parameter
Type
Description
Last updated