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 perform various operations related to groups. Specifically, for the "Grupo" resource and the "Revocar Enlace De Invitación" operation, it revokes an invitation link code for a specified group instance. This is useful in scenarios where you want to invalidate or disable previously generated invite links to control access to a group.
Practical examples include:
- Revoking expired or compromised invitation links to maintain group security.
- Managing group membership by controlling who can join via invite codes.
- Automating group access management workflows within larger automation processes.
Properties
| Name | Meaning |
|---|---|
| Nombre De La Instancia | The name of the instance that will revoke the invitation code. |
| ID Del Grupo | The unique identifier (ID) of the group for which the invitation code will be revoked. |
Output
The node outputs a JSON array containing the result of the revocation operation. The exact structure depends on the Evolution API response but typically includes confirmation of the revocation status or any relevant metadata about the operation.
No binary data output is expected from this operation.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The node uses the base URL
https://doc.evolution-api.com/api-referencefor API requests. - Proper configuration of the API authentication credentials in n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Providing an incorrect or non-existent group ID may result in errors or no action.
- Network connectivity problems can prevent successful API calls.
Error messages:
"Operação não suportada."indicates that the requested operation is not supported for the selected resource; verify that the resource and operation names are correct.- API error responses may include details about invalid parameters or permission issues; ensure the instance name and group ID are valid and that the API key has sufficient permissions.
Links and References
- Evolution API Documentation (official API reference for further details on endpoints and parameters)