WAHA

Connect with Whatsapp HTTP API

Actions116

Overview

This node allows users to follow a WhatsApp Channel by specifying the session and the WhatsApp Channel ID. It is useful for automating interactions with WhatsApp Channels, such as subscribing to updates or notifications from a specific channel.

Use Case Examples

  1. Following a WhatsApp Channel to receive updates in an automated workflow.
  2. Using the node to subscribe to a newsletter channel on WhatsApp by providing the channel ID and session.

Properties

Name Meaning
Session The session name used to authenticate and identify the WhatsApp session for the operation.
Id The WhatsApp Channel ID to follow, identifying the specific channel to subscribe to.
Request Options Optional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout settings.

Output

JSON

  • success - Indicates whether the follow operation was successful.
  • channelId - The ID of the WhatsApp Channel that was followed.
  • message - Additional information or status message about the follow operation.

Dependencies

  • Requires an active WhatsApp session and appropriate API credentials to authenticate the session.

Troubleshooting

  • Ensure the session name is correct and active; otherwise, authentication will fail.
  • Verify the WhatsApp Channel ID is valid and accessible.
  • If using a proxy, confirm the proxy settings and credentials are correct.
  • If SSL issues occur, consider enabling the option to ignore SSL certificate validation, but be aware of security risks.
  • Timeout errors may occur if the server is slow or unresponsive; adjust the timeout setting accordingly.

Discussion