Evolution API Direct icon

Evolution API Direct

Interact with Evolution API using direct URL and API Key

Overview

This node, named "Evolution API Direct," allows users to interact directly with the Evolution API by specifying a resource and operation along with necessary parameters such as server URL and API key. Specifically, for the resource Perfil and operation Atualizar Configurações De Privacidade (Update Privacy Settings), it updates the privacy settings of a user profile on the Evolution platform.

Typical use cases include automating privacy configuration changes for user profiles in bulk or integrating privacy setting updates into larger workflows that manage user data or compliance requirements. For example, an organization could automatically restrict profile photo visibility or read receipts based on user roles or preferences managed externally.

Properties

Name Meaning
Server URL The full URL of the Evolution API endpoint to which requests will be sent.
API Key The API key credential used to authenticate requests against the Evolution API instance.
Nome Da Instância The name of the specific Evolution API instance being targeted.
Confirmação De Leitura Who can see when you have read messages. Options: Todos (all), Ninguém (none).
Foto Do Perfil Who can see your profile photo. Options: Todos (all), Meus Contatos (my contacts), Exceto Contatos Específicos (except specific contacts), Ninguém (none).
Status Who can see your status message. Options same as Foto Do Perfil.
Online Who can see when you are online. Options: Todos (all), Igual Ao Visto Por Último (match last seen).
Visto Por Último Who can see your last seen time. Options same as Foto Do Perfil.
Grupos Who can add you to groups. Options: Todos (all), Meus Contatos (my contacts), Exceto Contatos Específicos (except specific contacts).

Output

The node outputs a JSON array containing the response from the Evolution API after attempting to update the privacy settings. This JSON typically includes confirmation of updated settings or error details if the update failed.

No binary data output is indicated.

Dependencies

  • Requires access to the Evolution API via a valid server URL.
  • Requires an API key credential for authentication.
  • The node expects the Evolution API instance name to target the correct environment.
  • No additional external dependencies beyond standard HTTP request capabilities.

Troubleshooting

  • Common Issues:

    • Incorrect or missing API key or server URL will cause authentication failures.
    • Providing unsupported values for privacy options may result in API errors.
    • Network connectivity issues to the specified server URL can prevent successful requests.
  • Error Messages:

    • "Operação não suportada." indicates the requested operation is not supported for the selected resource; verify resource and operation names.
    • API errors returned from the Evolution API will be passed through; check the API documentation for error codes and meanings.
  • Resolutions:

    • Ensure all required properties are correctly filled.
    • Validate API key permissions and instance name correctness.
    • Confirm network access to the Evolution API endpoint.

Links and References

Discussion