Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node, named "Evolution API," allows users to interact with the Evolution API service. Specifically, for the resource "Perfil" (Profile) and the operation "Remover Foto Do Perfil" (Remove Profile Photo), it enables the removal of a user's profile photo from the specified instance. This can be useful in scenarios where a user wants to update or clear their profile picture programmatically.

Practical examples include:

  • Automating profile management workflows where profile photos need to be reset or removed.
  • Integrating with other systems that require clearing profile images as part of user data synchronization.

Properties

Name Meaning
Nome Da Instância The name of the instance where the profile photo will be removed. This is a required string input.

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 details about the removal operation.

If the API supports binary data output (e.g., image data), it is not indicated here; thus, the output is expected to be purely JSON.

Dependencies

  • Requires an API key credential for authenticating with the Evolution API.
  • The node expects the Evolution API service to be accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API authentication setup.

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." This error indicates a mismatch or unsupported combination.
  • Authentication Errors: Ensure that the API key credential is correctly configured and has sufficient permissions to perform profile photo removals.
  • Instance Name Issues: Providing an incorrect or empty instance name may cause the API call to fail. Double-check the "Nome Da Instância" property value.
  • API Connectivity: Network issues or incorrect API endpoint configurations can lead to failures. Verify connectivity and endpoint correctness.

Links and References

Discussion