Zalo Group icon

Zalo Group

Quản lý nhóm Zalo

Overview

This node manages Zalo groups, allowing users to perform various group-related operations such as creating groups, retrieving group information, adding or removing members, changing group avatars or names, and more. It is useful for automating group management tasks within the Zalo platform, for example, renaming a group or adding deputies to a group.

Use Case Examples

  1. Renaming a Zalo group by providing the group ID and the new group name.
  2. Adding users to a Zalo group by specifying the group ID and user IDs.
  3. Retrieving detailed information about a specific Zalo group.

Properties

Name Meaning
ID Nhóm The unique identifier of the Zalo group to operate on.
Tên Mới The new name to assign to the Zalo group.

Output

JSON

  • json - The response from the Zalo API for the requested operation, such as the updated group information after renaming.

Dependencies

  • Requires Zalo API credentials including a 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 an unsupported operation is requested, the node may throw an error indicating the API does not support that operation.
  • Errors from the Zalo API (e.g., invalid group ID or insufficient permissions) will be returned in the node's output or cause the node to fail unless 'Continue On Fail' is enabled.

Discussion