Actions22
- Get Actions
- Message Actions
- Friend Actions
- Group Actions
- Tool Actions
Overview
This node operation "Add User To Group" for the resource "Group" is designed to add a specified user to a particular group within the Zalo platform. It facilitates managing group memberships programmatically, which is useful in scenarios such as automating team collaboration setups, managing community groups, or integrating Zalo group management into broader workflows.
Practical examples include:
- Automatically adding new employees to company communication groups.
- Adding customers or clients to support or interest groups based on triggers.
- Managing event participant groups by adding users dynamically.
Properties
| Name | Meaning |
|---|---|
| User Id | The unique identifier of the Zalo user to be added to the group. |
| Group Id | The unique identifier of the Zalo group where the user will be added. |
Output
The node outputs JSON data representing the result of the add-user-to-group operation. This typically includes confirmation of success or failure and may contain metadata about the updated group or user status. The output does not explicitly mention binary data, so it is assumed to be purely JSON structured.
Dependencies
- Requires an API key credential for authenticating with the Zalo platform.
- Depends on the Zalo API service to perform group membership modifications.
- The node likely requires network access and proper configuration of credentials within n8n to communicate with Zalo's API endpoints.
Troubleshooting
Common Issues:
- Invalid or missing User Id or Group Id input properties.
- Authentication failures due to incorrect or expired API credentials.
- Network connectivity issues preventing communication with Zalo API.
- Permission errors if the authenticated account lacks rights to modify the group.
Error Messages:
- Errors indicating missing required parameters (User Id or Group Id) suggest checking input values.
- Authentication errors recommend verifying the API key or token setup.
- API response errors related to permissions require ensuring the account has appropriate group admin privileges.
- Unexpected errors should be logged and reviewed; enabling detailed error reporting in n8n can assist debugging.
Links and References
Note: The source code provided was heavily obfuscated and minified, limiting detailed static analysis. The summary above is based on the provided property definitions and typical behavior of such nodes in n8n integrations with social platforms.