Actions50
- Event Actions
- Message Actions
- Instance Actions
- Group Actions
- Community Actions
- Contact Actions
- Chat Actions
- Profile Actions
Overview
This node interacts with the Z-API service to update the description of a WhatsApp group. It is useful for automating group management tasks such as modifying group details without manual intervention. For example, it can be used to update the description of a group to reflect new information or rules.
Use Case Examples
- Updating the description of a WhatsApp group to provide new guidelines to members.
- Automating group description changes based on external triggers or events.
Properties
| Name | Meaning |
|---|---|
| Group ID | The unique identifier of the WhatsApp group whose description is to be updated. |
| Description | The new description text to set for the WhatsApp group. |
Output
JSON
groupId- The ID of the group that was updated.description- The updated description of the group.status- The status or result of the update operation, indicating success or failure.
Dependencies
- Requires an API key credential for Z-API to authenticate requests to the WhatsApp service.
Troubleshooting
- Ensure the provided Group ID is correct and the bot or API user has permission to modify the group.
- Check that the API key credential is valid and has the necessary permissions.
- Common errors include invalid group ID, insufficient permissions, or network issues. Verify these and retry.
Links
- Z-API Official Website - Official documentation and resources for the Z-API WhatsApp integration service.