Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API, specifically allowing users to update their profile picture. It is useful in scenarios where automated workflows need to change or set a user's profile image based on external triggers or data sources. For example, after a user uploads a new photo to a system, this node can update their profile picture in the Evolution platform automatically.

Properties

Name Meaning
Nome Da Instância The name of the instance where the profile picture will be updated.
URL Da Imagem The URL of the image that will be set as the new profile picture.

Output

The node outputs a JSON array containing the response from the Evolution API after attempting to update the profile picture. This typically includes confirmation details or status information about the update operation.

No binary data output is indicated.

Dependencies

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

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" is set to "Atualizar Foto Do Perfil".
  • Invalid or missing parameters: Ensure that both "Nome Da Instância" and "URL Da Imagem" are provided and valid. Missing or incorrect values may cause the API call to fail.
  • API authentication errors: Confirm that the API key credential is correctly configured and has sufficient permissions.
  • Network or connectivity issues: Check network access to the Evolution API endpoint.

Links and References

  • Evolution API official documentation (please refer to your internal or vendor-provided docs for detailed API usage).

Discussion