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 service. Specifically, for the resource "Instancia" and operation "Buscar Instancia," it enables searching for instances by their name. This is useful in scenarios where you need to retrieve details about a particular instance within the Evolution system, such as fetching configuration or status information based on the instance's name.
Practical examples include:
- Automating retrieval of instance details before performing further processing.
- Integrating instance search into workflows that require dynamic instance selection.
- Monitoring or auditing instances by querying their current state.
Properties
| Name | Meaning |
|---|---|
| Nome Da Instância | The name of the instance you want to search for. Enter the exact instance name to query. |
Output
The node outputs a JSON array containing the results of the instance search. Each item in the array represents an instance matching the search criteria, including its relevant details as returned by the Evolution API.
If the node supports binary data output (not evident from the provided code), it would typically represent files or media related to the instance, but no such indication is present here.
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 environment variables are explicitly required beyond the API authentication setup.
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 "Buscar Instancia" respectively.
- Authentication errors: Ensure that the API key credential is valid and has the necessary permissions to access the Evolution API.
- Empty results: If no instances are returned, confirm that the instance name entered matches exactly an existing instance in the Evolution system.
- Network issues: Check connectivity to the Evolution API endpoint and firewall settings if requests fail.
Links and References
- Evolution API Documentation (Replace with actual URL)
- n8n Documentation on Creating Custom Nodes