Actions64
- Instancia Actions
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
Overview
The node "Evolution API" provides integration with the Evolution API service, allowing users to perform various operations on different resources. Specifically, for the resource Grupo and operation Sair Do Grupo, this node enables a user to leave a specified group by providing the group ID and instance name. This is useful in scenarios where automated workflows need to manage group memberships dynamically, such as removing a bot or user from a chat group when certain conditions are met.
Practical examples include:
- Automatically leaving a chat group after completing a task.
- Managing group memberships in bulk based on external triggers.
- Integrating group exit actions into larger automation pipelines.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The name of the instance to connect to the Evolution API. |
| ID Do Grupo | The unique identifier (ID) of the group that the user wants to leave. |
Output
The node outputs a JSON array containing the response from the Evolution API after attempting to leave the specified group. The exact structure depends on the API's response but typically includes confirmation of the action or error details if the operation failed.
No binary data output is indicated.
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 external dependencies beyond the Evolution API service itself.
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 "leave-group" respectively.
- Missing required parameters: Ensure both "Nome Da Instância" and "ID Do Grupo" are provided; missing these will cause execution failure.
- API authentication errors: Confirm that the API key credential is valid and has the necessary permissions.
- Network or API errors: Check network connectivity and the status of the Evolution API service.
Links and References
- Evolution API official documentation: https://doc.evolution-api.com/api-reference
- n8n documentation on creating custom nodes: https://docs.n8n.io/integrations/creating-nodes/