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 supporting operations like getting the QR code for an instance. It is useful for automating WhatsApp instance management tasks such as retrieving the QR code needed for instance authentication or pairing.

Use Case Examples

  1. Automatically retrieve the QR code for a WhatsApp instance to display it in a dashboard or send it to a user for scanning.
  2. Use the node in a workflow to monitor and manage multiple WhatsApp instances by fetching their QR codes programmatically.

Properties

Name Meaning
Instance ID The ID of the WhatsApp instance for which the QR code is to be retrieved.

Output

JSON

  • qrCode - The QR code data for the specified WhatsApp instance, typically used for authentication or pairing.
  • instanceId - The ID of the WhatsApp instance for which the QR code was retrieved.

Dependencies

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

Troubleshooting

  • Ensure the provided Instance ID is correct and corresponds to an existing WhatsApp instance; otherwise, the API may return an error.
  • Verify that the API credentials are valid and have the necessary permissions to access instance information.
  • Common errors include network issues or invalid API URL configuration; check the API URL and network connectivity if requests fail.

Links

Discussion