Actions90
- Sessions Actions
- Messages - Sending Actions
- Chats Actions
- Messages - Actions Actions
- Groups Actions
- List Groups
- Group Info
- Get Invite Link
- Revoke Invite Link
- Join via Link
- Preview via Link
- Create Group
- Delete Group
- Update Group Description
- Toggle Announcement Mode
- List Participants
- Add Participants
- Remove Participants
- Demote Participants
- Approve Join Request
- Reject Join Request
- List Join Requests
- Get Group Picture
- Set Group Picture
- Delete Group Picture
- Leave Group
- Update Group Name
- Lock Group Edits
- Promote Participants
- Profile Actions
- Server Actions
- Miscellaneous Actions
Overview
This node operation fetches the privacy settings of a WhatsApp profile session using the WARest WhatsApp REST API. It is useful for users who want to retrieve and manage privacy configurations of their WhatsApp account programmatically, such as checking who can see their last seen, profile photo, status, and other privacy-related settings.
Use Case Examples
- A user wants to automate the retrieval of their WhatsApp privacy settings to monitor changes over time.
- An organization integrates this node to audit privacy settings of multiple WhatsApp sessions for compliance purposes.
Properties
| Name | Meaning |
|---|---|
| Session | Identifier of the WhatsApp session from which to fetch privacy settings. It can be selected from a list of available sessions or entered manually. |
Output
JSON
json- The privacy settings data retrieved from the WhatsApp profile session.
Dependencies
- Requires an API key credential for the WARest WhatsApp REST API and the base URL of the API server.
Troubleshooting
- Ensure the session ID provided is valid and active; otherwise, the API call will fail.
- Check that the API credentials (base URL and API key) are correctly configured and have the necessary permissions.
- If the operation is not implemented or the resource-operation combination is incorrect, an error will be thrown indicating the operation is not implemented.
- Network issues or incorrect API endpoint configuration can cause request failures.
Links
- WARest WhatsApp REST API - Official repository and documentation for the WARest WhatsApp REST API used by this node.
