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, named "Evolution API," allows users to interact with the Evolution API service. Specifically, for the Resource "Grupo" and Operation "Unirse Al Grupo" (Join Group), it enables an instance to join a specified group using an invitation code. This is useful in scenarios where automated workflows need to programmatically add instances or entities to groups within the Evolution API ecosystem.
Practical examples include:
- Automatically adding new instances to collaboration groups upon creation.
- Managing group memberships dynamically based on external triggers or events.
Properties
Name | Meaning |
---|---|
Nombre De La Instancia | The name of the instance that will join the group. |
Código De Invitación | The invitation code of the group (e.g., JZNHJLvnNd04UvGefiEZAA ) required to join it. |
Output
The node outputs a JSON array containing the response from the Evolution API after attempting to join the group. The exact structure depends on the API's response but typically includes confirmation of the join operation or error details if the join failed.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The base URL for requests is set to
https://doc.evolution-api.com/api-reference
. - Proper configuration of the API authentication credentials in n8n is necessary.
Troubleshooting
Common Issues:
- Invalid or expired invitation codes will cause the join operation to fail.
- Incorrect instance names or missing required parameters will result in errors.
- Network connectivity issues can prevent successful API calls.
Error Messages:
"Operação não suportada."
indicates that the requested operation is not supported for the selected resource.- API errors returned by the Evolution API will be passed through; check the message for details such as invalid invite code or authentication failure.
Resolutions:
- Verify the invitation code is correct and active.
- Ensure the instance name is correctly provided.
- Confirm API credentials are valid and have sufficient permissions.
- Check network connectivity and endpoint accessibility.
Links and References
- Evolution API Documentation (official API reference)