Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node, named 'Evolution API', allows users to interact with the Evolution API by performing various operations on specified resources. Specifically, for the 'Instance' resource and 'Connect Instance' operation, it enables users to connect to a particular instance by providing the instance name. This is useful in scenarios where users need to programmatically manage or interact with instances within the Evolution API ecosystem, such as automating instance connections or integrating instance data into workflows.

Use Case Examples

  1. Connecting to a specific instance by name to retrieve or manipulate its data.
  2. Automating instance management tasks by connecting to instances dynamically based on workflow inputs.

Properties

Name Meaning
Instance Name The name of the instance to connect to, used to identify which instance the operation will target.

Output

JSON

  • any - The JSON output returned from the Evolution API after performing the connect instance operation, typically containing instance connection details or status.

Dependencies

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

Troubleshooting

  • If the node throws an 'Unsupported operation' error, it means the specified operation is not implemented for the selected resource. Verify the resource and operation names are correct.
  • Ensure the 'Instance Name' property is provided and valid; missing or incorrect instance names may cause connection failures.
  • Check that the Evolution API credentials are correctly configured and have the necessary permissions to perform the connect instance operation.

Links

Discussion