Uniteds WhatsApp icon

Uniteds WhatsApp

Interact with Uniteds WhatsApp API - Complete Edition

Overview

This node integrates with the Uniteds WhatsApp API, allowing users to manage WhatsApp instances among other resources. Specifically, the 'Instance Create' operation enables users to create a new WhatsApp instance by specifying an instance name. This is useful for automating the setup of WhatsApp instances within workflows, such as initializing new communication channels or environments for messaging.

Use Case Examples

  1. Creating a new WhatsApp instance named 'My Instance' to start sending and receiving messages through that instance.
  2. Automating the provisioning of WhatsApp instances for different departments or projects within an organization.

Properties

Name Meaning
Instance Name The name for the new WhatsApp instance to be created.

Output

JSON

  • id - The unique identifier of the created WhatsApp instance.
  • name - The name of the created WhatsApp instance.
  • status - The current status of the created instance, e.g., active or pending.

Dependencies

  • Uniteds WhatsApp API

Troubleshooting

  • Ensure the API URL and credentials are correctly configured to avoid authentication errors.
  • If the instance name is missing or invalid, the API may return an error; ensure the 'Instance Name' property is provided and valid.
  • Network issues or API downtime can cause request failures; verify connectivity and API status.

Links

Discussion