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 operation allows users to unfollow a WhatsApp Channel by specifying the session and the channel ID. It is useful for managing WhatsApp communication channels, such as stopping updates or notifications from a particular channel. For example, a user can automate the process of unsubscribing from a newsletter channel on WhatsApp.
Use Case Examples
- Unfollow a WhatsApp newsletter channel by providing the session name and channel ID to stop receiving messages from that channel.
- Automate channel management by unfollowing channels that are no longer relevant to the user.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the session to use for the WhatsApp connection. |
| Id | The WhatsApp Channel ID to unfollow. |
| Request Options | Additional options for the HTTP request such as batching, SSL certificate validation, proxy settings, and timeout. |
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 and appropriate API credentials to interact with the WhatsApp Channel service.
Troubleshooting
- Ensure the session name is correct and active; otherwise, the node will fail to connect to WhatsApp.
- Verify the WhatsApp Channel ID is valid and exists; an invalid ID will cause the unfollow operation to fail.
- If using a proxy or ignoring SSL issues, ensure these settings are correctly configured to avoid connection errors.
- Timeout settings should be adjusted based on network conditions to prevent premature request abortion.