Uniteds WhatsApp icon

Uniteds WhatsApp

Interact with Uniteds WhatsApp API - Complete Edition

Overview

This node interacts with the Uniteds WhatsApp API to manage WhatsApp chats. Specifically, the 'Get All Chats' operation retrieves a list of all chats associated with a specified WhatsApp instance. This is useful for scenarios where you need to monitor or analyze conversations, automate responses, or integrate chat data into other workflows.

Use Case Examples

  1. Retrieve all chats from a specific WhatsApp instance to display in a dashboard.
  2. Fetch chat data for analysis or reporting purposes.
  3. Use chat information to trigger automated workflows based on conversation activity.

Properties

Name Meaning
Instance ID The ID of the WhatsApp instance from which to retrieve all chats.

Output

JSON

  • id - Unique identifier of the chat.
  • name - Name or title of the chat.
  • lastMessage - Content or summary of the last message in the chat.
  • timestamp - Timestamp of the last activity in the chat.
  • participants - List of participants involved in the chat.

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 chat data.
  • Check network connectivity to the Uniteds WhatsApp API endpoint.
  • Common error messages may include authentication failures or invalid instance ID errors; resolving these typically involves verifying credentials and input parameters.

Links

Discussion