Skip to main content

Register ZNS Template

This API helps you register a Zalo Notification Service (ZNS) Template that has been created in the system with Zalo so it can be used to send messages to end users.

You need to provide template_id (the ID of the created template) in the params to complete the registration.


Endpoint

🔗Endpoint Staging
PATCH https://staging.manage-api.miniap.vn/api/external/zns-template/publish/<template_id>
Example
id : 6870b7eec2fd3b17da55be6d
🔗Endpoint Production
PATCH https://manage-api.miniap.vn/api/external/zns-template/publish/<template_id>

Response

{
"message": "Success",
"data": {
"id": "68c8ede8e4fe66c9d2168054",
"status": "PENDING_REVIEW"
}
}