Actions38
- Zalo OA Actions
- Gửi Tin Nhắn Văn Bản Vào Nhóm
- Gửi Tin Nhắn Văn Bản
- Gửi Tin Nhắn Hình Ảnh
- Gửi Tin Nhắn File
- Gửi Tin Nhắn Danh Sách
- Lấy Thông Tin Người Theo Dõi
- Lấy Danh Sách Người Theo Dõi
- Cập Nhật Thông Tin Người Theo Dõi
- Lấy Danh Sách Cuộc Trò Chuyện Gần Đây
- Lấy Lịch Sử Hội Thoại
- Kiểm Tra Trạng Thái Tin Nhắn
- Upload Hình Ảnh
- Gửi Tin Tư Vấn Kèm Ảnh
- Upload Hình Ảnh GIF
- Upload File
- Lấy Danh Sách Tag
- Gán Tag Cho Người Theo Dõi
- Xóa Tag
- Xóa Người Theo Dõi Khỏi Tag
- Cập Nhật Menu OA
- Tạo Bài Viết
- Cập Nhật Bài Viết
- Xóa Bài Viết
- Lấy Danh Sách Bài Viết
- Lấy Chi Tiết Bài Viết
- Chuẩn Bị Upload Video
- Xác Thực Video
- Tạo Sản Phẩm
- Cập Nhật Sản Phẩm
- Lấy Thông Tin Sản Phẩm
- Lấy Danh Sách Sản Phẩm
- Tạo Danh Mục
- Cập Nhật Danh Mục
- Lấy Danh Sách Danh Mục
- Tạo Đơn Hàng
- Cập Nhật Đơn Hàng
- Lấy Thông Tin Đơn Hàng
- Lấy Danh Sách Đơn Hàng
Overview
This node integrates with the Zalo Official Account (OA) API to assign tags to followers of a Zalo OA. It allows users to label or categorize followers by attaching specific tags, which can be useful for segmenting audiences, targeting messages, or managing follower groups more effectively.
Common scenarios where this node is beneficial include:
- Marketing automation workflows where followers are tagged based on their interactions or profile data.
- Customer segmentation to send personalized content or promotions.
- Managing large follower lists by categorizing users with relevant tags.
For example, you might use this node to assign a "VIP Customer" tag to followers who have made purchases, enabling targeted promotional campaigns.
Properties
| Name | Meaning |
|---|---|
| User ID | The unique identifier of the follower to whom the tag will be assigned. |
| Tag ID | The unique identifier of the tag that will be assigned to the follower. |
Output
The node outputs JSON data representing the response from the Zalo OA API after attempting to assign the tag. This typically includes success status and any relevant metadata returned by the API.
If an error occurs during the API call, the output JSON will contain error details including an error flag, message, and possibly suggestions for resolution.
The node does not output binary data.
Dependencies
- Requires an API key credential for authenticating with the Zalo Official Account API.
- The node uses the Zalo OA API v2.0 or v3.0 endpoints for assigning tags.
- Proper permissions must be granted to the API token, specifically the rights to manage follower tags.
- Network access to
https://openapi.zalo.meis required.
Troubleshooting
Common issues:
- Invalid or expired access tokens causing authentication failures.
- Incorrect
userIdortagIdvalues leading to API errors. - Insufficient permissions on the Zalo OA app for managing tags.
- Network connectivity problems preventing API calls.
Error messages and resolutions:
"Error assigning tag to user:"followed by an error message indicates failure in the API request. Check the validity ofuserIdandtagId.- HTTP response status codes like 401 or 403 suggest authentication or permission issues; verify API credentials and scopes.
- If the error message suggests using
tag_nameinstead oftag_id, try switching the input accordingly as per API version requirements. - For network-related errors, ensure your environment has internet access and the Zalo API endpoint is reachable.
Links and References
- Zalo Official Account API Documentation
- Zalo OA API Authentication Guide
- Zalo OA Tag Management API Reference
This summary is based solely on static analysis of the provided source code and property definitions.