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, including operations like logging out an instance. It is useful for automating WhatsApp instance management tasks such as starting, stopping, or logging out instances programmatically. For example, a user can log out a specific WhatsApp instance by providing its Instance ID, which helps in managing multiple WhatsApp sessions efficiently.

Use Case Examples

  1. Logging out a WhatsApp instance by specifying its Instance ID to terminate the session remotely.
  2. Automating instance management workflows by integrating instance operations like logout into larger automation processes.

Properties

Name Meaning
Instance ID The ID of the WhatsApp instance to perform the logout operation on.

Output

JSON

  • result - The response from the Uniteds WhatsApp API after performing the logout operation, typically confirming the instance has been logged out.

Dependencies

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

Troubleshooting

  • Common issues include providing an incorrect or missing Instance ID, which will cause the API call to fail.
  • API authentication errors may occur if the API key credential is invalid or missing.
  • Network or connectivity issues can prevent the node from reaching the Uniteds WhatsApp API endpoint.

Discussion