Actions101
- š¤ Chatting Actions
- š„ļø Sessions Actions
- š Auth Actions
- š¼ļø Screenshot Actions
- š¢ Channels Actions
- š¢ Status Actions
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ Groups Actions
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
Overview
This node is designed to unmute a WhatsApp Channel in a specified session. It is useful in scenarios where automated workflows need to control the notification settings of WhatsApp channels, such as resuming notifications after a mute period or managing channel states programmatically.
Use Case Examples
- Unmute a WhatsApp Channel by specifying the session and channel ID to resume receiving messages or notifications.
- Use batching options to handle multiple unmute requests efficiently in bulk operations.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the session where the WhatsApp Channel is active. This identifies the user session context for the unmute operation. |
| Id | The unique identifier of the WhatsApp Channel to be unmuted. |
| Request Options | Additional settings to control the HTTP request behavior such as batching, SSL certificate validation, proxy usage, and timeout settings. |
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.
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 active; invalid or inactive sessions/channels will cause errors.
- If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, the request will be blocked.
- Proxy settings must be correctly configured if used; incorrect proxy details can cause connection failures.
- Timeout settings should be adjusted based on network conditions to avoid premature request abortion.