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 such as renaming an instance. It is useful for users who want to programmatically update the name of a WhatsApp instance within their automation workflows. For example, a user can rename an instance to better reflect its purpose or status in their system.

Use Case Examples

  1. Renaming a WhatsApp instance from 'my-instance' to 'New Instance Name' to keep instance names organized and meaningful.
  2. Automating instance management by updating instance names based on certain triggers or events.

Properties

Name Meaning
Instance ID The ID of the WhatsApp instance to be renamed.
New Name The new name to assign to the WhatsApp instance.

Output

JSON

  • id - The unique identifier of the WhatsApp instance.
  • name - The updated name of the WhatsApp instance after renaming.
  • status - The current status of the WhatsApp instance.

Dependencies

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

Troubleshooting

  • Common issues include providing an invalid or non-existent Instance ID, which will cause the rename operation to fail.
  • Errors may occur if the API URL or credentials are incorrect or missing, resulting in authentication failures.
  • If the new name is not provided or is empty, the operation will not succeed.

Discussion