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 'Disconnect Instance' operation allows users to disconnect a specified instance by providing its name. This is useful for managing and controlling instances within the Evolution API environment, such as logging out or terminating sessions for specific instances.

Use Case Examples

  1. Disconnect an instance named 'TestInstance' to log it out from the Evolution API.
  2. Manage multiple instances by disconnecting those no longer needed to free up resources.

Properties

Name Meaning
Instance Name The name of the instance to disconnect, used to identify which instance to log out.

Output

JSON

  • result - The response from the Evolution API after attempting to disconnect the specified instance, typically indicating success or failure of the operation.

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 'Disconnect Instance' operation is correctly selected and supported for the 'Instance' resource.
  • Ensure the 'Instance Name' is correctly provided and matches an existing instance; otherwise, the API may return an error indicating the instance was not found.
  • Check API credentials and network connectivity if the node fails to communicate with the Evolution API.

Discussion