Evolution API icon

Evolution API

Interact with Evolution API

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 an instance by its name. This is useful in scenarios where you need to retrieve details about a particular instance within the Evolution API system, such as fetching configuration or status information based on the instance's name.

Practical examples include:

  • Automating retrieval of instance details during workflows.
  • Integrating instance data into other systems or reports.
  • Validating instance existence before performing further actions.

Properties

Name Meaning
Nombre De La Instancia The name of the instance you want to search for.

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 all relevant instance details returned by the Evolution API.

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.
  • No additional environment variables or external dependencies are explicitly required beyond the API authentication.

Troubleshooting

  • Operation Not Supported Error: If you select an unsupported operation or resource, the node throws an error stating the operation is not supported. Ensure that the resource is "Instancia" and the operation is "Buscar Instancia" when using this functionality.
  • Authentication Issues: Make sure the API key credential is correctly configured and valid; otherwise, API calls will fail.
  • Empty Results: If no instances match the provided name, the output JSON array will be empty. Verify the instance name input for typos or case sensitivity.

Links and References

Discussion