Actions116
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ļø Sessions Actions
- š Profile Actions
- š¼ļø Screenshot Actions
- š¤ Chatting Actions
- š¢ Channels Actions
- š¢ Status Actions
- š„ Groups Actions
- Add Participants
- 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
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Remove Participants
- Promote To Admin
- ā 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.