Actions64
- Instance Actions
- Chat Actions
- Message Actions
- Group Actions
- Profile Actions
- Event Actions
- Integration Actions
Overview
The node named "Evolution API" allows users to interact with the Evolution API service. Specifically, for the Profile resource and the Remove Profile Picture operation, this node enables the removal of a user's profile picture from the specified instance. This can be useful in scenarios where a user wants to update or clear their profile image programmatically.
Practical examples include:
- Automating profile management workflows where profile pictures need to be reset or removed based on certain triggers.
- Integrating with other systems that require clearing profile images as part of user data synchronization.
Properties
| Name | Meaning |
|---|---|
| Instance Name | Enter the name of the instance where the profile picture should 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 picture. The exact structure depends on the API's response but typically includes confirmation of success or details about the removal action.
If the API supports binary data output (e.g., returning the removed image), it would be summarized here; however, based on the provided code and context, the output is JSON only.
Dependencies
- Requires an active connection to the Evolution API service.
- Needs an API authentication token or key configured in the node credentials to authorize requests.
- The base URL for API requests is set to
https://doc.evolution-api.com/api-reference.
Troubleshooting
- Unsupported operation error: If the node throws an error stating the operation is unsupported, verify that the Resource is set to "Profile" and Operation to "Remove Profile Picture". Also, ensure the node version and properties are up to date.
- Authentication errors: Ensure the API key or authentication token is correctly configured in the node credentials.
- Instance name missing or incorrect: Since "Instance Name" is required, leaving it empty or providing an invalid instance name will cause the request to fail.
- API connectivity issues: Check network connectivity and API endpoint availability if requests time out or fail.
Links and References
- Evolution API Documentation (official API reference for further details on endpoints and responses)