Actions64
- Instance Actions
- Message Actions
- Group Actions
- Profile Actions
- Event Actions
- Integration Actions
- Chat Actions
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
- Automatically remove a user's profile picture when they deactivate their account.
- 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
- Evolution API Documentation - Official documentation for the Evolution API, providing details on available resources and operations.