Actions59
- Instancia Actions
- Mensaje Actions
- Grupo Actions
- Crear Grupo
- Actualizar Imagen Del Grupo
- Actualizar Nombre Del Grupo
- Actualizar Descripción Del Grupo
- Actualizar Configuraciones
- Actualizar Miembros
- Buscar Enlace De Invitación
- Revocar Enlace De Invitación
- Enviar Enlace De Invitación
- Buscar Grupos
- Encontrar Participantes
- Mensajes Temporales
- Entrar en El Grupo
- Salir Del Grupo
- Chat Actions
- Perfil Actions
- Evento Actions
Overview
This node integrates with the Wazend API to update the description of a specific group within an instance. It is useful in scenarios where you need to programmatically manage group metadata, such as updating group descriptions to reflect new information, rules, or announcements. For example, an administrator can automate updating group descriptions across multiple instances or groups without manual intervention.
Properties
| Name | Meaning |
|---|---|
| Nombre De La Instancia | The name of the instance where the group description will be updated. |
| ID Del Grupo | The unique identifier (JID) of the group whose description is to be updated. |
| Nueva Descripción | The new description text that will be set for the specified group. |
Output
The node outputs a JSON array containing the response from the Wazend API after attempting to update the group's description. This typically includes confirmation of the update or details about the updated group. The output does not include binary data.
Dependencies
- Requires an API key credential for authenticating with the Wazend API.
- The node configuration must include this API authentication token.
- Network access to
https://docs.wazend.net/wazendis required.
Troubleshooting
- Operation Not Supported Error: If the node throws an error stating the operation is not supported, verify that the resource and operation names are correctly set to "groups-api" and "update-group-description" respectively.
- Authentication Errors: Ensure the API key credential is valid and has sufficient permissions to update group descriptions.
- Invalid Group ID: If the group ID is incorrect or does not exist, the API may return an error. Double-check the group JID.
- Instance Name Issues: Providing an incorrect instance name may cause the update to fail; confirm the instance name matches the target environment.
Links and References
- Wazend API Documentation (for detailed API usage and parameters)