WAHA

Connect with Whatsapp HTTP API

Actions116

Overview

This node operation allows users to unfollow a WhatsApp Channel by specifying the session and the channel ID. It is useful for managing WhatsApp channel subscriptions, such as stopping notifications or updates from a particular channel. For example, a user can automate the process of unsubscribing from a newsletter channel on WhatsApp.

Use Case Examples

  1. Unfollow a WhatsApp newsletter channel by providing the session name and channel ID.
  2. Automate the removal of a WhatsApp channel subscription in a workflow to manage user preferences.

Properties

Name Meaning
Session The session name used to identify the WhatsApp session for the operation.
Id The WhatsApp Channel ID to unfollow.
Request Options Additional request settings such as batching, SSL certificate validation, proxy, and timeout options.

Output

JSON

  • success - Indicates if the unfollow operation was successful.
  • message - Additional information or status message about the unfollow operation.

Dependencies

  • Requires an active WhatsApp session identified by the session name.
  • May require network access and proper configuration for proxy and SSL settings.

Troubleshooting

  • Ensure the session name is correct and active; otherwise, the operation will fail to connect to WhatsApp.
  • Verify the WhatsApp Channel ID is valid and currently followed; invalid or already unfollowed channels may cause errors.
  • If using a proxy or ignoring SSL issues, ensure these settings are correctly configured to avoid connection errors.
  • Timeout errors may occur if the server is slow or unresponsive; consider increasing the timeout value if needed.

Discussion