Uniteds WhatsApp icon

Uniteds WhatsApp

Interact with Uniteds WhatsApp API - Complete Edition

Overview

This node integrates with the Uniteds WhatsApp API to manage WhatsApp instances, including retrieving pairing codes. It is useful for automating WhatsApp instance management tasks such as obtaining pairing codes to link devices or services with WhatsApp instances. For example, it can be used in workflows that require automated setup or monitoring of WhatsApp instances.

Use Case Examples

  1. Automatically retrieve the pairing code for a WhatsApp instance to facilitate device linking.
  2. Monitor and manage multiple WhatsApp instances by fetching their pairing codes programmatically.

Properties

Name Meaning
Instance ID The ID of the WhatsApp instance for which the pairing code is requested.

Output

JSON

  • pairingCode - The pairing code retrieved for the specified WhatsApp instance.
  • instanceId - The ID of the WhatsApp instance for which the pairing code was requested.

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.
  • Verify that the API credentials are valid and have the necessary permissions to access instance operations.
  • Common errors may include authentication failures or invalid instance IDs; check the error messages returned by the API and correct the input or credentials accordingly.

Discussion