WAREST icon

WAREST

Interact with the WARest WhatsApp REST API

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

  1. Unmute a chat for a specific phone number or chat ID in a selected WhatsApp session to resume receiving notifications.
  2. 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.

Discussion