Actions64
- Chat Actions
- Perfil Actions
- Evento Actions
- Integração Actions
- Instancia Actions
- Mensagem Actions
- Grupo Actions
Overview
This node, named "Evolution API," allows users to interact with the Evolution API by performing various operations on different resources. Specifically, for the resource "Instancia" and operation "Conectar Instancia," it enables connecting to a particular instance by its name. This is useful in scenarios where you need to programmatically manage or query instances within the Evolution system, such as automating instance connections or integrating instance data into workflows.
Practical example: You might use this node to connect to a specific instance by providing its name, then proceed to retrieve or manipulate data related to that instance automatically within an n8n workflow.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The name of the instance you want to connect to. This is a required string input. |
Output
The node outputs a JSON array containing the result of the "Conectar Instancia" operation. The exact structure depends on the Evolution API's response when connecting to an instance but generally includes details about the connected instance or confirmation of the connection.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The node expects the Evolution API to be accessible and properly configured.
- No additional environment variables are explicitly required beyond the API authentication.
Troubleshooting
- Operation not supported error: If you receive an error stating the operation is not supported, verify that the resource and operation names are correctly set to "Instancia" and "Conectar Instancia" respectively.
- Authentication errors: Ensure that the API key credential is valid and has the necessary permissions to perform instance connections.
- Instance not found: If the specified instance name does not exist, the API may return an error or empty response. Double-check the instance name spelling and availability.
- Network issues: Confirm that the Evolution API endpoint is reachable from your n8n environment.
Links and References
- Evolution API official documentation (please refer to your internal or public API docs for detailed information)
- n8n documentation on creating and using API credentials