Actions64
- 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
- Unirse Al Grupo
- Salir Del Grupo
- Chat Actions
- Perfil Actions
- Evento Actions
- Integración Actions
Overview
This node interacts with the Evolution 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 or changes in group purpose. For example, an administrator could automate updating group descriptions across multiple instances or groups based on external data sources or workflows.
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 (ID) of the group whose description is to be updated. |
Nueva Descrição | The new description text that will be set for the specified group. |
Output
The node outputs a JSON array containing the response from the Evolution API after attempting to update the group's description. This output typically includes confirmation details or the updated group information returned by the API. There is no binary data output.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The node expects the Evolution API base URL and headers to be configured internally.
- No additional environment variables are explicitly required beyond the API authentication.
Troubleshooting
- Unsupported Operation Error: If the operation "Actualizar Descripción Del Grupo" is not supported, the node throws an error indicating the function for the resource-operation combination is unavailable. Ensure the correct resource and operation names are used.
- Authentication Failures: Errors related to invalid or missing API credentials can occur if the API key is not properly configured.
- Invalid Group ID or Instance Name: Providing incorrect or non-existent group IDs or instance names may result in API errors or no updates being applied.
- Network Issues: Connectivity problems with the Evolution API endpoint can cause request failures.
To resolve these issues:
- Verify all input properties are correctly filled.
- Confirm API credentials are valid and have necessary permissions.
- Check network connectivity and API availability.
Links and References
- Evolution API Documentation (official API reference for further details on endpoints and parameters)