Uniteds WhatsApp icon

Uniteds WhatsApp

Interact with Uniteds WhatsApp API - Complete Edition

Overview

This node interacts with the Uniteds WhatsApp API to perform various operations related to WhatsApp groups, including retrieving group members. It is useful for automating WhatsApp group management tasks, such as fetching the list of members in a specific group for monitoring or communication purposes.

Use Case Examples

  1. Retrieve all members of a WhatsApp group to analyze group composition.
  2. Fetch group members to send targeted messages or notifications within a workflow.

Properties

Name Meaning
Instance ID The ID of the WhatsApp instance to connect to.
Group ID The unique identifier of the WhatsApp group whose members are to be retrieved.

Output

JSON

  • members - An array containing the details of the group members retrieved from the WhatsApp group.

Dependencies

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

Troubleshooting

  • Common issues include invalid or missing Instance ID or Group ID, which will cause the API call to fail.
  • Errors related to authentication usually indicate missing or incorrect API credentials.
  • Network or API endpoint issues can cause request failures; verify the API URL and network connectivity.

Links

Discussion