WAHA icon

WAHA

Connect with Whatsapp HTTP API

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

  1. Unmute a WhatsApp Channel by specifying the session and channel ID to resume receiving messages or notifications.
  2. 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.

Discussion