Evolution API icon

Evolution API

Interact with Evolution API

Overview

This node interacts with the Evolution API, specifically supporting operations related to the 'Profile' resource, such as removing a profile picture. It is useful for automating profile management tasks within the Evolution API ecosystem, for example, removing a user's profile picture programmatically based on certain triggers or workflows.

Use Case Examples

  1. Automatically remove a user's profile picture when they deactivate their account.
  2. Batch remove profile pictures for users who violate certain policies.

Properties

Name Meaning
Instance Name The name of the instance to target for the profile picture removal operation.

Output

JSON

  • result - The response from the Evolution API after attempting to remove the profile picture, typically indicating success or failure.

Dependencies

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

Troubleshooting

  • If the operation is unsupported, the node throws an error indicating the function for the resource is not supported. Ensure the resource and operation names are correct.
  • Authentication errors may occur if the API key credential is missing or invalid. Verify the API key is correctly configured.
  • Network or API endpoint issues may cause request failures. Check the base URL and network connectivity.

Links

Discussion