Actions64
- Instance Actions
- Message Actions
- Group Actions
- Profile Actions
- Event Actions
- Integration Actions
- Chat Actions
Overview
This node interacts with the Evolution API to update privacy settings for a user profile. It allows users to configure who can see their read receipts, profile picture, status, online presence, last seen, and who can add them to groups. This is useful for managing privacy preferences in messaging or social networking applications.
Use Case Examples
- A user wants to restrict their profile picture visibility to only their contacts.
- A user wants to disable read receipts so no one can see when they have read messages.
- A user wants to control who can add them to groups, allowing only their contacts to do so.
Properties
| Name | Meaning |
|---|---|
| Instance Name | The name of the instance to target for the privacy settings update. |
| Read Receipts | Controls who can see when the user has read messages. |
| Profile Picture | Controls who can see the user's profile picture. |
| Status | Controls who can see the user's status. |
| Online | Controls who can see when the user is online. |
| Last Seen | Controls who can see the user's last seen time. |
| Groups | Controls who can add the user to groups. |
Output
JSON
success- Indicates if the privacy settings update was successful.message- Additional information or confirmation message from the API.
Dependencies
- An API key credential for Evolution API authentication
Troubleshooting
- Unsupported operation error if the specified operation or resource is not supported by the node. Ensure the resource is 'Profile' and operation is 'Update Privacy Settings'.
- API authentication errors if the Evolution API credentials are missing or invalid. Verify the API key credential is correctly configured.
- Validation errors if required properties like 'Instance Name' are missing or invalid. Ensure all required fields are provided with valid values.
Links
- Evolution API Documentation - Official documentation for the Evolution API used by this node.