Send Zalo message with attached photo
Last updated
Last updated
POST
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
CallbackUrl
string
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 webhook URL that will receive the status of message after it processed to the operator. It is used for determine whether the SMS is succcessfully delivered to the receiver or failed. See the sample request at . More details at .
The detail of error code can refer at .
Get the sample of code for programing languagues to use in Postman refer at .