Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API to perform various operations related to instances. Specifically, the 'Fetch Instance' operation allows users to retrieve information about a particular instance by specifying its name. This is useful for scenarios where you need to query details of a specific instance within the Evolution API environment, such as monitoring or managing instance data.

Use Case Examples

  1. Fetch details of a specific instance by providing its name to monitor its status or configuration.
  2. Retrieve instance information to integrate with other workflows or systems for automation purposes.

Properties

Name Meaning
Instance Name The name of the instance to search for and fetch information about.

Output

JSON

  • instanceData - The JSON object containing the fetched instance details from the Evolution API.

Dependencies

  • Requires an API key credential for the Evolution API to authenticate requests.

Troubleshooting

  • If the node throws an 'Unsupported operation' error, verify that the resource and operation names are correctly set to 'Instance' and 'Fetch Instance' respectively.
  • Ensure the API key credential is valid and has the necessary permissions to access instance data.
  • If no instance data is returned, check that the instance name provided exists and is correctly spelled.

Links

  • Evolution API Documentation - Official documentation for the Evolution API, useful for understanding available endpoints and data structures.

Discussion