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 connection details such as server URL and API key. Specifically, for the "Perfil" (Profile) resource and the "Remover Foto Do Perfil" (Remove Profile Photo) operation, the node facilitates removing a user's profile photo from the Evolution system.

Common scenarios where this node is beneficial include:

  • Automating user profile management workflows where profile photos need to be cleared or reset.
  • Integrating profile photo removal into larger automation pipelines, such as onboarding/offboarding processes.
  • Maintaining up-to-date user data by programmatically managing profile images.

Practical example:

  • A company uses this node in an automation workflow to remove profile pictures of employees who leave the organization, ensuring compliance with privacy policies.

Properties

Name Meaning
Server URL The full URL of your Evolution API instance (e.g., https://api.exemplo.com).
API Key The API key credential required to authenticate requests against the Evolution API.
Nome Da Instância The name of the specific Evolution API instance you want to target.

Output

The node outputs a JSON array containing the response from the Evolution API after attempting to remove the profile photo. The exact structure depends on the API's response but typically includes confirmation of success or error details.

No binary data output is expected from this operation since it deals with deleting/removing a profile photo rather than handling image files directly.

Dependencies

  • Requires access to the Evolution API endpoint specified by the Server URL.
  • Needs a valid API key credential for authentication.
  • Proper configuration of the instance name to target the correct Evolution API instance.

Troubleshooting

  • Operation not supported error: If the node throws an error stating the operation is not supported, verify that the resource is set to "Perfil" and the operation to "Remover Foto Do Perfil." Also, ensure the node version supports this operation.
  • Authentication errors: Ensure the API key is valid and has sufficient permissions to perform profile photo removal.
  • Invalid Server URL: Confirm the Server URL is correctly formatted and reachable.
  • Instance name issues: Make sure the instance name matches exactly the one configured in your Evolution API environment.

Links and References

Discussion