Send Zalo message with attached photo
HTTP request
POST
https://rest.esms.vn/MainService.svc/json/SendZaloFollowerMessage_V5_post_json/
Content Type: application/json
Response Type: application/json
Body request
ApiKey
string
Your API Key.
SecretKey
string
Your Secret Key.
OAID
string
Zalo OA Id is the Zalo Official Account Id of the organization. It can be obtained by accessing to the Zalo administrator page.
Note: Pre-registration is required.
user_id
string
The identification value of user at Zalo.
text
string
Text content to send to users Maximum limit is 2,000 characters
url
string
Image path
Supported image formats: jpg and png Maximum size: 1MB
Response:
Valid request.
Response body
CodeResult
string
Response code.
SMSID
string
The message id eSMS system.
ErrorMessage
string
The error message if the request is invalid.
The detail of error code can refer at Table of error codes .
Get the sample of code for programing languagues to use in Postman refer at Link of code samples.
Last updated