Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API to perform various operations related to the 'Profile' resource, specifically updating the profile picture. It is useful for automating profile management tasks such as setting or changing a user's profile image by providing the instance name and the URL of the new image.

Use Case Examples

  1. Updating a user's profile picture by specifying the instance name and the image URL to automate profile customization in an application.
  2. Automating profile picture updates in bulk for multiple users by integrating this node in a workflow.

Properties

Name Meaning
Instance Name The name of the instance where the profile picture will be updated. This is required to identify the specific profile to update.
Image URL The URL of the image that will be set as the new profile picture. This is required to specify the new profile picture.

Output

JSON

  • any - The JSON response from the Evolution API after updating the profile picture, typically containing confirmation or updated profile details.

Dependencies

  • Requires an API key credential for the Evolution API to authenticate requests.

Troubleshooting

  • If the node throws an error stating 'Unsupported operation', it means the specified operation is not implemented or incorrectly referenced. Verify the operation name and resource are correct.
  • Errors related to authentication usually indicate missing or invalid API credentials. Ensure the Evolution API credential is properly configured.
  • If the profile picture update fails, check that the instance name and image URL are correctly provided and accessible.
  • Network or API endpoint errors may occur if the base URL or API is unreachable; verify network connectivity and API availability.

Links

Discussion