WAHA

Connect with Whatsapp HTTP API

Actions116

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

  1. Retrieve all labels from a WhatsApp session to categorize contacts for targeted messaging.
  2. 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.

Discussion