Zalo Group icon

Zalo Group

Quản lý nhóm Zalo

Overview

This node manages Zalo groups, specifically allowing operations such as adding users to a group. It is useful for automating group management tasks in Zalo, such as adding multiple members to a group by specifying their user IDs. For example, it can be used to add a list of users to a Zalo group by providing the group ID and a comma-separated list of user IDs.

Use Case Examples

  1. Add multiple users to a Zalo group by providing the group ID and a comma-separated list of user IDs.
  2. Automate group membership management in Zalo for marketing or community engagement.

Properties

Name Meaning
ID Nhóm The ID of the Zalo group where users will be added.
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 user IDs to be added to the group.

Output

JSON

  • json - The response from the Zalo API after attempting to add users to the group, typically containing details about the operation's success or failure.

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 add users will fail.
  • Errors from the Zalo API are caught and can be output as error messages if 'Continue On Fail' is enabled.

Discussion