Zalo Group icon

Zalo Group

Quản lý nhóm Zalo

Overview

This node manages Zalo groups, specifically allowing operations such as adding a deputy to a group. It is useful for automating group management tasks within Zalo, such as assigning deputy roles to users in a group. For example, it can be used to programmatically add a user as a deputy in a Zalo group by providing the group ID and user ID.

Use Case Examples

  1. Add a user as a deputy to a specific Zalo group by specifying the group's ID and the user's ID.
  2. Automate group role assignments in Zalo for better group administration.

Properties

Name Meaning
ID Nhóm The ID of the Zalo group where the deputy will be added.
ID Người Dùng The ID of the user to be added as a deputy in the group.

Output

JSON

  • status - Indicates the success status of the operation, e.g., 'Thành công' (Success).
  • response - The response object returned from the Zalo API after adding the deputy, containing details of the operation.

Dependencies

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

Troubleshooting

  • Ensure valid Zalo API credentials are provided; invalid or expired credentials will cause authentication failures.
  • If the node throws 'No API instance found', verify that the credentials are correctly set and valid.
  • Errors during the add deputy operation will be caught and can be handled by enabling 'Continue On Fail' to avoid stopping the workflow.

Discussion