Actions11
Overview
This node interacts with Zalo Group functionalities, specifically allowing users to retrieve detailed information about group members by their member IDs. It is useful for scenarios where you need to fetch profiles and unchanged profile data of specific group members in a Zalo group, such as managing group member details or integrating member info into workflows.
Use Case Examples
- Fetch detailed profiles of specific group members by providing their member IDs.
- Retrieve unchanged profile data for auditing or comparison purposes.
Properties
| Name | Meaning |
|---|---|
| Member IDs | A comma-separated list of member IDs for which the group members' information will be retrieved. |
Output
JSON
profiles- Detailed profile information of the requested group members.unchangedProfiles- Profiles of group members that have not changed.
Dependencies
- Requires Zalo API credentials including cookie, IMEI, and user agent for authentication.
Troubleshooting
- Ensure valid Zalo API credentials are provided; otherwise, the node will throw an error indicating no API instance found.
- If the member IDs parameter is empty or incorrectly formatted, the API call may fail or return incomplete data.
- Errors from the Zalo API are caught and can be output as error messages if 'Continue On Fail' is enabled.