Actions64
- Instancia Actions
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
Overview
The node "Evolution API" allows interaction with the Evolution API service. Specifically, for the resource Grupo and operation Entrar No Grupo (Join Group), it enables an instance to join a group using an invitation code. This is useful in scenarios where automated workflows need to programmatically add instances (e.g., bots or users) to specific groups by providing the required invite code.
Practical examples include:
- Automatically joining a chat group when a new instance is created.
- Managing group memberships dynamically based on workflow conditions.
- Integrating group joining as part of larger automation sequences involving messaging or collaboration tools.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The name of the instance that will join the group. |
| Código Do Convite | The invitation code of the group (example format: JZNHJLvnNd04UvGefiEZAA) required to join the group. |
Output
The node outputs a JSON array containing the result of the join group operation. The exact structure depends on the Evolution API response but typically includes confirmation details such as success status, joined group information, or error messages 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 within n8n credentials is necessary.
Troubleshooting
Common issues:
- Invalid or expired invitation code leading to failure in joining the group.
- Incorrect instance name causing the API to reject the request.
- Network or authentication errors due to misconfigured API credentials.
Error messages:
"Operação não suportada."indicates that the requested operation is not supported for the selected resource; ensure you have chosen the correct resource-operation pair.- API errors related to invalid invite codes or unauthorized access should be resolved by verifying the invite code and API credentials.
Links and References
- Evolution API Documentation (base URL used in the node)
- Refer to your Evolution API provider's official docs for detailed info on group invitation codes and instance management.