Uniteds WhatsApp icon

Uniteds WhatsApp

Interact with Uniteds WhatsApp API - Complete Edition

Overview

This node interacts with the Uniteds WhatsApp API to manage WhatsApp instances, specifically to request a pairing code for a given phone number and instance ID. It is useful for scenarios where users need to pair a WhatsApp instance with a phone number to enable messaging capabilities through the API. For example, it can be used to initiate the pairing process for a new WhatsApp instance in an automation workflow.

Use Case Examples

  1. Request a pairing code for a WhatsApp instance by providing the instance ID and the phone number to pair.
  2. Automate the setup of WhatsApp instances by programmatically requesting pairing codes for multiple phone numbers.

Properties

Name Meaning
Instance ID The ID of the WhatsApp instance to be paired.
Phone Number The phone number to pair with the WhatsApp instance.

Output

JSON

  • pairingCode - The pairing code returned by the API to pair the WhatsApp instance with the phone number.
  • status - The status of the pairing request.

Dependencies

  • Requires an API key credential for the Uniteds WhatsApp API, including the API URL endpoint.

Troubleshooting

  • Ensure the provided instance ID and phone number are correct and valid to avoid pairing errors.
  • Check API credentials and network connectivity if the node fails to communicate with the Uniteds WhatsApp API.
  • Common error messages may include invalid instance ID, invalid phone number format, or authentication errors. Verify input parameters and credentials to resolve these issues.

Discussion