Evolution API icon

Evolution API

Interact with Evolution API

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

  1. A user wants to restrict their profile picture visibility to only their contacts.
  2. A user wants to disable read receipts so no one can see when they have read messages.
  3. 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

Discussion