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 operation mutes a WhatsApp channel within a specified session. It is useful for scenarios where you want to temporarily silence notifications or messages from a particular WhatsApp channel without deleting or disconnecting it. For example, muting a channel during non-working hours or when managing multiple channels to reduce distractions.
Use Case Examples
- Muting a WhatsApp channel by providing the session name and channel ID to stop receiving notifications from that channel.
- Using batching options to mute multiple channels in controlled batches to avoid rate limits.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the session to which the WhatsApp channel belongs. This identifies the user session context for the operation. |
| Id | The unique identifier of the WhatsApp channel to be muted. This is required to specify which channel to mute. |
| Request Options | Optional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
success- Indicates whether the mute operation was successful.channelId- The ID of the WhatsApp channel that was muted.session- The session name under which the channel was muted.
Dependencies
- Requires an API key credential or authentication token to access the WhatsApp service.
Troubleshooting
- Ensure the session name and channel ID are correct and correspond to an active WhatsApp session and channel.
- If the operation fails due to SSL issues, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.
- Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.