Evolution API icon

Evolution API

Interact with Evolution API

Overview

The node named "Evolution API" allows users to interact with the Evolution API service. It supports multiple resources and operations, including the resource "Instancia" with the operation "Conectar Instancia". This specific operation enables connecting or searching for an instance by its name within the Evolution API system.

This node is beneficial in scenarios where automation workflows need to integrate with the Evolution API to manage or query instances dynamically. For example, a user might want to connect to a particular instance by name to retrieve data or trigger further actions based on that connection.

Properties

Name Meaning
Nome Da Instância The name of the instance you want to search or connect to. This is a required string input.

Output

The node outputs a JSON array containing the result of the called operation. Specifically, for the "Conectar Instancia" operation, the output JSON will contain the response from the Evolution API related to the instance connection or search.

If the node supports binary data output, it is not indicated in the provided code or properties, so the output is purely JSON-based.

Dependencies

  • Requires an API key credential for authenticating with the Evolution API.
  • The base URL for requests is set to https://doc.evolution-api.com/api-reference.
  • The node expects JSON responses and sends JSON content-type headers.
  • No additional external dependencies are indicated beyond the API authentication.

Troubleshooting

  • Unsupported Operation Error: If the node throws an error stating the operation is not supported, verify that the resource and operation names are correctly set. The node only supports predefined resource-operation pairs.
  • Authentication Issues: Ensure the API key credential is correctly configured and valid; otherwise, API calls will fail.
  • Empty or Invalid Instance Name: Since the instance name is required, providing an empty string or invalid name may cause the API call to fail or return no results.
  • Network or API Endpoint Errors: Check network connectivity and confirm the Evolution API endpoint is reachable.

Links and References

Discussion