Actions64
- Instance Actions
- Message Actions
- Group Actions
- Integration Actions
- Chat Actions
- Profile Actions
- Event Actions
Overview
The node named "Evolution API" is designed to interact with the Evolution API service. Specifically, for the Resource "Profile" and Operation "Remove Profile Picture," it allows users to remove a profile picture from a specified instance within the Evolution API system. This node is beneficial in scenarios where automated management of user profiles is required, such as cleaning up or updating profile data in bulk workflows.
For example, an HR automation workflow might use this node to remove outdated profile pictures from employee profiles across multiple instances automatically.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance from which the profile picture will be removed. This is a required string input. |
Output
The node outputs a JSON array containing the result of the "Remove Profile Picture" operation. The exact structure depends on the Evolution API's response but generally includes confirmation of the removal action or relevant status information.
If the node supports binary data output (not indicated here), it would typically represent any returned files or images; however, in this case, the output is JSON-based.
Dependencies
- Requires an API key credential for authenticating with the Evolution API.
- The base URL for API requests is
https://doc.evolution-api.com/api-reference. - The node expects JSON content-type headers for requests and responses.
- No additional external dependencies are indicated.
Troubleshooting
- Operation not supported error: If you select an unsupported operation or resource combination, the node throws an error stating the function is not supported. Ensure that "Remove Profile Picture" is selected under the "Profile" resource.
- Missing or invalid Instance Name: Since "Instance Name" is required, leaving it empty or providing an incorrect value may cause the API call to fail. Verify the instance name before execution.
- Authentication errors: Make sure the API key credential is correctly configured and has sufficient permissions to perform profile modifications.
- API connectivity issues: Network problems or incorrect base URL configuration can lead to request failures. Confirm network access and endpoint correctness.
Links and References
- Evolution API Documentation (official API reference for further details on endpoints and payloads)