Uniteds WhatsApp icon

Uniteds WhatsApp

Interact with Uniteds WhatsApp API - Complete Edition

Overview

This node interacts with the Uniteds WhatsApp API to manage WhatsApp groups, specifically to retrieve all groups associated with a given WhatsApp instance. It is useful for scenarios where users need to list or manage groups programmatically, such as in customer support, marketing campaigns, or community management via WhatsApp.

Use Case Examples

  1. Retrieve all WhatsApp groups for a specific instance to display them in a dashboard.
  2. Automate group management by fetching group details for further processing or reporting.

Properties

Name Meaning
Instance ID The ID of the WhatsApp instance for which to retrieve all groups.

Output

JSON

  • id - The unique identifier of the WhatsApp group.
  • name - The name of the WhatsApp group.
  • members - List or count of members in the WhatsApp group.
  • creationDate - The date when the WhatsApp group was created.

Dependencies

  • Uniteds WhatsApp API

Troubleshooting

  • Ensure the provided Instance ID is correct and corresponds to an active WhatsApp instance.
  • Verify that the API credentials are valid and have the necessary permissions to access group data.
  • Common error: 'Unknown resource' indicates an invalid resource parameter; ensure 'Group' is selected as the resource.
  • If the node fails and 'Continue On Fail' is not enabled, the workflow will stop; enable it to handle errors gracefully.

Links

Discussion