WAHA

Connect with Whatsapp HTTP API

Actions116

Overview

This node is designed to retrieve contact information from a WhatsApp API service. It is particularly useful in scenarios where you need to fetch details about a specific contact by their contact ID within a given session. For example, it can be used in customer support workflows to pull up contact details before responding to a query or in marketing automation to personalize messages based on contact data.

Use Case Examples

  1. Fetching contact details by providing a session token and a contact ID to integrate with a CRM system.
  2. Retrieving contact information to verify user identity in an automated support chatbot.

Properties

Name Meaning
Session The session identifier used to authenticate and specify the WhatsApp session context for the request.
Contact Id The unique identifier of the contact to retrieve information for, typically in the format of a WhatsApp contact number with domain suffix.
Request Options Additional options to control the request behavior such as batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • contact - The detailed information of the requested contact retrieved from the WhatsApp API.

Dependencies

  • Requires an active WhatsApp session token for authentication.

Troubleshooting

  • Ensure the session token is valid and active; invalid or expired sessions will cause authentication errors.
  • Verify the contact ID format is correct; incorrect IDs will result in not found errors.
  • If using a proxy, ensure the proxy settings are correct and accessible.
  • Timeout errors may occur if the server is slow or unresponsive; consider increasing the timeout value.

Links

Discussion