Send Zalo messages to request user's information
HTTP request
curl --location 'https://rest.esms.vn/MainService.svc/json/SendZaloFollowerMessage_V5_post_json/' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey": "{{ApiKey}}",
"SecretKey": "{{SecretKey}}",
"OAID": "{{OAID}}",
"RequestId": "{{RequestId}}",
"CallbackUrl":"{{CallbackURL}}",
"Payload": {
"recipient": {
"user_id": "{{UserID}}"
},
"message": {
"attachment": {
"type": "template",
"payload": {
"template_type": "request_user_info",
"elements": [
{
"title": "{{Title}}",
"subtitle": "{{Subtitle}}",
"image_url": "{{ImageURL}}"
}
]
}
}
}
}
}'Parameter
Type
Required
Description
Parameter
Type
Description
Last updated