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 interacts with a WhatsApp API to retrieve all labels associated with a specified session. It is useful for managing and organizing WhatsApp contacts or messages by their labels, enabling automation workflows that require label-based filtering or processing.
Use Case Examples
- Retrieve all labels from a WhatsApp session to categorize contacts for targeted messaging.
- Fetch all labels to synchronize with a CRM system for better contact management.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the WhatsApp session from which to retrieve labels. |
| Request Options | Advanced options to control request behavior such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
labels- An array of label objects retrieved from the specified WhatsApp session.
Dependencies
- Requires a WhatsApp API session configured with appropriate authentication credentials.
Troubleshooting
- Ensure the session name is correct and active; an invalid session will cause request failures.
- If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Proxy settings must be correctly formatted; incorrect proxy URLs or credentials will block requests.
- Timeouts may occur if the server is slow or unresponsive; increase the timeout setting if needed.