Zalo Group icon

Zalo Group

Quản lý nhóm Zalo

Overview

This node manages Zalo groups, specifically allowing users to create new groups, retrieve group information, add or remove members, change group details like name and avatar, and manage group deputies. It is useful for automating group management tasks on the Zalo platform, such as creating a group with specified members or updating group settings programmatically.

Use Case Examples

  1. Creating a new Zalo group with a specified name and a list of member IDs separated by commas.
  2. Retrieving detailed information about a specific Zalo group by its ID.
  3. Adding or removing users from an existing Zalo group.
  4. Changing the group's avatar or name to keep group information up to date.

Properties

Name Meaning
Tên Nhóm The name of the new group to be created.
Danh Sách ID Thành Viên (Nếu Nhiều Người Dùng Vui Lòng Phân Cách Bằng Dấu Phẩy) A comma-separated list of member IDs to be added to the new group.

Output

JSON

  • json - The response from the Zalo API after creating the group, including details of the newly created group.

Dependencies

  • Requires Zalo API credentials including a cookie, IMEI, and user agent for authentication.

Troubleshooting

  • Common errors include invalid or missing credentials, which will prevent API instance creation and cause the node to throw an error indicating no API instance was found.
  • Errors related to API calls such as invalid group IDs or user IDs will be thrown and can be caught if 'Continue On Fail' is enabled, allowing the workflow to proceed with error details in the output.
  • Ensure the 'groupName' and 'userIds' parameters are correctly provided and formatted, especially the user IDs as a comma-separated string, to avoid input validation errors.

Discussion