Zalo Group icon

Zalo Group

Quản lý nhóm Zalo

Overview

This node manages Zalo groups, specifically allowing operations such as creating groups, retrieving group info, adding or removing users, changing group details, and more. The 'Xóa Thành Viên Khỏi Nhóm' operation removes one or multiple users from a specified Zalo group. This is useful for group administrators who need to manage membership dynamically, for example, removing inactive or unwanted members from a group.

Use Case Examples

  1. Removing a single user from a group by specifying the group ID and the user ID.
  2. Removing multiple users at once by providing a comma-separated list of user IDs to be removed from the group.

Properties

Name Meaning
ID Nhóm The unique identifier of the Zalo group from which users will be removed.
ID Người Dùng (Nếu Nhiều Người Dùng Vui Lòng Phân Cách Bằng Dấu Phẩy) The user ID or multiple user IDs (comma-separated) of the members to be removed from the group.

Output

JSON

  • json - The response from the Zalo API after attempting to remove the specified users from the group. This typically includes status or confirmation details.

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 was found.
  • If the user IDs or group ID are invalid or missing, the API call to remove users will fail.
  • Errors from the API will be caught and can be output as error messages if 'Continue On Fail' is enabled.

Discussion