Actions50
- Event Actions
- Message Actions
- Instance Actions
- Group Actions
- Community Actions
- Contact Actions
- Chat Actions
- Profile Actions
Overview
This node operation unlinks specified groups from a community in a WhatsApp environment using the Z-API integration. It is useful for managing group memberships within a community, such as removing groups that are no longer relevant or needed. For example, an admin can automate the removal of multiple groups from a community by providing the community ID and a list of group IDs to unlink.
Use Case Examples
- Unlink multiple WhatsApp groups from a community by specifying the community ID and a comma-separated list of group IDs.
- Automate community group management by removing groups that are inactive or no longer part of the community.
Properties
| Name | Meaning |
|---|---|
| Community ID | The unique identifier of the community from which groups will be unlinked. |
| Group IDs | Comma-separated list of group IDs to be unlinked from the specified community. |
Output
JSON
json- The JSON output contains the result of the unlink groups operation, typically including success or error information related to the unlinking process.
Dependencies
- Requires an API key credential for Z-API to authenticate and perform operations on WhatsApp communities and groups.
Troubleshooting
- Ensure the Community ID and Group IDs are correctly formatted and valid; invalid IDs will cause errors.
- Check that the API key credential for Z-API is correctly configured and has the necessary permissions.
- If the operation fails, the node may return error messages indicating issues such as invalid group IDs, lack of permissions, or network problems. Review these messages to adjust inputs or credentials accordingly.
Links
- Z-API Documentation - Official documentation for Z-API, providing details on API endpoints and usage for managing WhatsApp communities and groups.