Actions64
- Instance Actions
- Message Actions
- Group Actions
- Chat Actions
- Profile Actions
- Event Actions
- Integration Actions
Overview
The node "Evolution API" allows interaction with the Evolution API service. Specifically, for the Resource "Profile" and Operation "Remove Profile Picture," it enables users to remove a profile picture associated with a given instance name. This can be useful in scenarios where user profile images need to be updated or cleared programmatically, such as in user management systems or automated workflows that maintain user data consistency.
Properties
Name | Meaning |
---|---|
Name Da Instância | The name of the instance whose 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 API response but generally includes confirmation of the removal action or relevant status information. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential to authenticate requests to 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 communication.
- No additional external dependencies are indicated.
Troubleshooting
- Unsupported Operation Error: If the specified operation or resource is not supported, the node throws an error stating the operation is not supported. Ensure the resource is set to "profile-api" and the operation to "Remove Profile Picture".
- Missing Required Property: The "Name Da Instância" property is required. Omitting it will likely cause the API call to fail.
- Authentication Issues: Make sure the API key credential is correctly configured; otherwise, requests will be rejected.
- API Endpoint Changes: Since the base URL points to documentation, verify the actual API endpoint URLs if requests fail.
Links and References
- Evolution API Documentation (for detailed API usage and endpoints)