Actions11
Overview
This node manages Zalo groups by interacting with the Zalo API. It supports operations such as creating groups, retrieving group information, adding or removing users, changing group avatars or names, and fetching all groups. It is useful for automating group management tasks in Zalo, such as bulk user management or group info retrieval.
Use Case Examples
- Automatically create a new Zalo group and add members from a list.
- Retrieve detailed information about a specific Zalo group for reporting.
- Fetch all Zalo groups associated with the authenticated account for synchronization.
Properties
| Name | Meaning |
|---|---|
| Giới Hạn | Maximum number of group results to return when fetching groups |
Output
JSON
response- The raw response from the Zalo API containing group data
Dependencies
- Zalo API credentials including cookie, IMEI, and user agent for authentication
Troubleshooting
- Ensure valid Zalo API credentials are provided; missing or invalid credentials will cause authentication failure.
- If the node throws 'No API instance found', verify that the cookie, IMEI, and user agent are correctly set either in credentials or input data.
- Errors during operations like adding users or changing group info may be due to invalid group IDs or user IDs; verify these parameters.
- If the node is set to continue on fail, errors will be returned in the output JSON under an 'error' property for each failed item.