Actions64
- Instance Actions
- Message Actions
- Group Actions
- Chat Actions
- Profile Actions
- Event Actions
- Integration Actions
Overview
The node "Evolution API" provides an interface to interact with the Evolution API, specifically supporting operations on various resources. For the Group resource and the Leave Group operation, this node allows a user to leave a specified group by providing the group ID. 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 example: Automatically leaving a group after completing a task or when a user unsubscribes from notifications.
Properties
Name | Meaning |
---|---|
Name Da Instância | The name of the instance to connect to the Evolution API. |
Group ID | The identifier 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 base URL for requests is
https://doc.evolution-api.com/api-reference
. - Proper configuration of the API credentials within n8n is necessary.
Troubleshooting
Common issues:
- Providing an incorrect or invalid Group ID will likely cause the operation to fail.
- Missing or invalid API credentials will prevent successful authentication.
- Unsupported operations or resources will throw an error indicating the operation is not supported.
Error messages:
"Operação não suportada."
means the requested operation is not supported for the given resource.- Credential-related errors usually indicate missing or invalid API keys.
To resolve these:
- Verify the Group ID is correct and exists.
- Ensure the API key credential is properly set up and valid.
- Confirm that the operation and resource names match those supported by the node.
Links and References
- Evolution API Documentation (official API reference)