Overview
This node manages tags (labels) in the Zalo platform. It currently supports listing all tags associated with a Zalo account. This is useful for workflows that need to retrieve and process tag information from Zalo, such as marketing automation or customer segmentation.
Use Case Examples
- A marketing automation workflow that fetches all Zalo tags to segment users based on their interests.
- A customer support workflow that retrieves tags to categorize conversations or users.
Properties
| Name | Meaning |
|---|---|
| Hành động | The action to perform on Zalo tags, currently only 'Danh Sách Thẻ' (List all tags) is supported. |
Output
JSON
success- Indicates if the operation was successful (true/false).labels- An array containing the list of tags retrieved from Zalo.
Dependencies
- Requires Zalo API credentials including a cookie, IMEI, and user agent for authentication.
Troubleshooting
- Login failure due to invalid or expired credentials. The node throws an error 'Không thể khởi tạo API Zalo. Vui lòng kiểm tra thông tin đăng nhập.' which means 'Cannot initialize Zalo API. Please check login information.'
- Errors during login will include the message 'Lỗi đăng nhập Zalo' followed by the specific error message, indicating issues with authentication.