Actions64
- Instancia Actions
- Mensagem Actions
- Grupo Actions
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
Overview
The node "Evolution API Direct" allows users to interact directly with the Evolution API by specifying a server URL and an API key. It supports various resources and operations, including managing instances. Specifically, the "Desconectar Instancia" (Disconnect Instance) operation under the "Instancia" resource enables users to disconnect or log out a named instance from the Evolution API.
This node is beneficial in scenarios where you need to programmatically manage connections to different instances of the Evolution API, such as automating logout procedures for security or maintenance purposes. For example, if you have multiple instances running and want to ensure they are properly disconnected after certain workflows, this node can be used to trigger that action.
Properties
| Name | Meaning |
|---|---|
| Server URL | The full URL of your Evolution API server endpoint (e.g., https://api.exemplo.com). |
| API Key | The API key credential required to authenticate requests to the Evolution API. |
| Nome Da Insticância | The name of the instance you want to disconnect or log out from the Evolution API. |
Output
The node outputs a JSON array containing the response from the Evolution API after attempting to disconnect the specified instance. The exact structure depends on the API's response but typically includes status information about the disconnection operation.
No binary data output is indicated for this operation.
Dependencies
- Requires access to the Evolution API via a valid server URL.
- Requires an API key credential with sufficient permissions to perform instance disconnection.
- No additional external dependencies beyond standard HTTP request capabilities.
Troubleshooting
Common Issues:
- Incorrect or unreachable Server URL may cause connection failures.
- Invalid or expired API key will result in authentication errors.
- Specifying an instance name that does not exist or is already disconnected may lead to error responses from the API.
Error Messages:
"Operação não suportada."indicates that the requested operation is not supported for the given resource; verify that "Desconectar Instancia" is correctly selected under "Instancia".- Authentication errors usually indicate issues with the API key; ensure it is correct and has necessary permissions.
- Network errors suggest connectivity problems with the provided Server URL.
Links and References
- Evolution API Documentation (as referenced in the node's default base URL)
- Consult your Evolution API provider for detailed API key management and instance handling instructions.