Wanesia WhatsApp

Interact with Wanesia WhatsApp API

Overview

This node interacts with the Wanesia WhatsApp API to perform various utility operations related to WhatsApp numbers. Specifically, the 'Check Number' operation verifies if a given phone number is registered on WhatsApp. This is useful for validating contacts before sending messages or performing other WhatsApp-related actions. For example, a user can input a phone number with the country code and the node will confirm its WhatsApp registration status.

Use Case Examples

  1. Validating a phone number before sending a WhatsApp message to ensure the recipient is registered on WhatsApp.
  2. Checking a list of contacts to filter out numbers not registered on WhatsApp.

Properties

Name Meaning
Token Authentication token for the Wanesia device, required to authorize API requests.
Number WhatsApp phone number with country code to check for registration on WhatsApp.

Output

JSON

  • status - Indicates if the number is registered on WhatsApp (e.g., true or false).
  • number - The WhatsApp number that was checked.
  • message - Additional message or information returned by the API about the number status.

Dependencies

  • Wanesia WhatsApp API

Troubleshooting

  • Ensure the token is valid and has not expired; invalid tokens will cause authentication errors.
  • Verify the phone number format includes the country code without any special characters or spaces.
  • API request failures may occur due to network issues or incorrect endpoint usage; check connectivity and parameters.

Links

Discussion