Actions116
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ļø Sessions Actions
- š Profile Actions
- š¼ļø Screenshot Actions
- š¤ Chatting Actions
- š¢ Channels Actions
- š¢ Status Actions
- š„ Groups Actions
- Add Participants
- Demote To Admin
- Create Group
- Get Groups
- Join Info Group
- Join Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Remove Participants
- Promote To Admin
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
- š Auth Actions
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
- Following a WhatsApp Channel to receive updates in an automated workflow.
- 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.