Send Zalo messages to request user's information
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.
Title
string
The title of template. Note: Max length is 100.
Subtitle
string
The subtitle of template. Note: Max length is 500.
ImageUrl
string
The image URL. Only accept .PNG or .JPG file
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