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 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 photo removals as part of user data cleanup workflows.
  • Integrating with other systems that require resetting or removing profile images on demand.
  • Managing user profiles in bulk by removing photos based on certain triggers or conditions.

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.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Evolution API.
  • The base URL for requests is set to https://doc.evolution-api.com/api-reference.
  • Proper configuration of the API authentication within n8n is necessary for successful execution.

Troubleshooting

  • Operation Not Supported Error: If the node throws an error stating the operation is not supported, verify that the resource and operation names are correctly set to "Perfil" and "Remover Foto Do Perfil" respectively.
  • Authentication Errors: Ensure that the API key credential is valid and has the necessary 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 Response Errors: If the API returns errors, review the message for clues such as rate limits, invalid parameters, or server issues.

Links and References

  • Evolution API Documentation (base URL used in the node)
  • Refer to your Evolution API provider’s official docs for detailed information on profile management endpoints.

Discussion