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 'Unmute Chat' in the 'Chats' resource interacts with the WARest WhatsApp REST API to unmute a specified chat in a given WhatsApp session. It is useful for automating the management of chat notifications, allowing users to programmatically unmute chats that were previously muted. For example, it can be used in workflows where chat notifications need to be re-enabled after a certain event or time period.
Use Case Examples
- Unmute a chat for a specific phone number or chat ID in a selected WhatsApp session to resume receiving notifications.
- Automate unmuting chats after a scheduled time or based on user interaction triggers.
Properties
| Name | Meaning |
|---|---|
| Session | Identifier of the WhatsApp session to use for the operation. It can be selected from a list of available sessions or entered manually. |
| Recipient / Chat (to) | Phone number, JID, or a comma-separated list identifying the chat(s) to unmute. |
Output
JSON
json- The JSON response from the WARest API indicating the result of the unmute chat operation.
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 is valid and corresponds to an active WhatsApp session.
- Verify that the 'to' field contains a valid phone number or chat JID in the correct format.
- Check API credentials and base URL configuration to avoid authentication or connection errors.
- Common error messages include 'Operation not implemented' if the operation name is incorrect, or API errors returned from the WARest server if the chat cannot be unmuted due to invalid parameters or session issues.
