Actions64
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
- Instancia Actions
- Mensagem Actions
- Grupo Actions
Overview
The node "Evolution API" allows interaction with the Evolution API, providing various operations grouped by resources. Specifically, for the resource Grupo and operation Sair Do Grupo, this node enables a user to leave a specified group within the Evolution platform. This is useful in scenarios where automated workflows need to manage group memberships dynamically, such as removing a bot or user from a group after certain conditions are met.
Practical examples include:
- Automatically leaving a chat group after completing a task.
- Managing group memberships based on workflow triggers.
- Cleaning up group participation in bulk automation processes.
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 output of the node is 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 endpoint to be accessible and properly configured.
- No additional external dependencies beyond the API authentication and network access.
Troubleshooting
- Operation not supported error: If the node throws an error stating the operation is not supported, verify that the resource is set to "groups-api" and the operation to "leave-group".
- Authentication errors: Ensure the API key credential is valid and has permissions to modify group memberships.
- Invalid group ID: Confirm that the "ID Do Grupo" property contains a correct and existing group identifier.
- Network issues: Check connectivity to the Evolution API endpoint.
Links and References
- Evolution API official documentation (not provided here; consult your API provider)
- n8n documentation on creating custom nodes and using credentials