Actions116
- 💬 Chats Actions
- 👤 Contacts Actions
- 👥 Groups Actions
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Add Participants
- Remove Participants
- Promote To Admin
- Demote To Admin
- Create Group
- Get Groups
- Join Info Group
- Join Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- 🖥️ Sessions Actions
- 🆔 Profile Actions
- 🖼️ Screenshot Actions
- 📤 Chatting Actions
- 📢 Channels Actions
- 🟢 Status Actions
- ✅ Presence Actions
- 🏷️ Labels Actions
- 🔍 Observability Actions
- 🔑 Auth Actions
Overview
This node is designed to unmute a WhatsApp Channel within a specified session. It is useful in scenarios where a muted channel needs to be reactivated to resume receiving messages or notifications. For example, if a WhatsApp channel was muted during a quiet period, this node can be used to unmute it and restore communication.
Use Case Examples
- Unmute a WhatsApp Channel by providing the session name and channel ID to resume message flow.
- Use batching options to handle multiple unmute requests efficiently.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the session associated with the WhatsApp channel to unmute. |
| Id | The unique identifier of the WhatsApp Channel to be unmuted. |
| Request Options | Additional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
success- Indicates whether the unmute operation was successful.channelId- The ID of the WhatsApp Channel that was unmuted.session- The session name associated with the unmuted channel.message- Additional information or status message about the unmute operation.
Dependencies
- Requires an API key credential or authentication token to interact with the WhatsApp service.
Troubleshooting
- Ensure the session name and channel ID are correct and correspond to an active WhatsApp channel.
- Check network connectivity and proxy settings if requests fail or time out.
- If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Verify that the API credentials are valid and have the necessary permissions to unmute channels.