Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API to manage proxy settings for instances. It supports operations to either set or fetch proxy configurations for a specified instance. This is useful for scenarios where you need to enable or disable proxy integration or check the current proxy settings of an instance, such as managing network routing or security configurations in automated workflows.

Use Case Examples

  1. Set proxy for an instance by specifying proxy host, port, username, and password.
  2. Check the current proxy settings of an instance to verify if the proxy is enabled or disabled.

Properties

Name Meaning
Instance Name The name of the instance that will send the message, used to identify which instance's proxy settings to manage.
What to Do Choose between enabling/disabling the proxy or checking the proxy settings.
Enable Proxy Boolean flag to enable or disable proxy integration (only applicable when setting proxy).
Proxy Protocol Select the protocol used by the proxy (HTTP or HTTPS).
Proxy Host The hostname or IP address of the proxy server.
Proxy Port The port number on which the proxy server is listening.
Proxy Username Username for authenticating with the proxy server.
Proxy Password Password for authenticating with the proxy server.

Output

JSON

  • proxySettings
    • enabled - Indicates whether the proxy is enabled or disabled.
    • protocol - The protocol used by the proxy (HTTP or HTTPS).
    • host - The proxy server host.
    • port - The proxy server port.
    • username - The username used for proxy authentication.

Dependencies

  • Requires an API key credential for Evolution API authentication.

Troubleshooting

  • Ensure the instance name is correctly specified; otherwise, the node may fail to find the instance.
  • When setting proxy, all required proxy details (host, port, username, password) must be provided to avoid errors.
  • If the API returns an unsupported operation error, verify that the selected resource and operation are valid and supported by the node.

Links

Discussion