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, including retrieving chat details by chat ID. It supports various operations on WhatsApp resources such as messages, interactive messages, chats, groups, and instances. Specifically, the 'Get Chat By ID' operation fetches detailed information about a specific chat using the provided instance ID and chat ID. This node is useful for automating WhatsApp chat management, integrating chat data into workflows, or monitoring conversations programmatically.

Use Case Examples

  1. Retrieve details of a specific WhatsApp chat by its chat ID to analyze conversation history.
  2. Automate customer support by fetching chat information to trigger follow-up actions.
  3. Integrate WhatsApp chat data into CRM systems for enhanced customer interaction tracking.

Properties

Name Meaning
Instance ID The ID of the WhatsApp instance to target for the chat operation.
Chat ID The unique identifier of the chat to retrieve information for.

Output

JSON

  • chatId - The unique identifier of the chat.
  • instanceId - The ID of the WhatsApp instance associated with the chat.
  • chatDetails - Detailed information about the chat retrieved from the API.

Dependencies

  • Uniteds WhatsApp API

Troubleshooting

  • Ensure the provided Instance ID and Chat ID are correct and exist in the WhatsApp system to avoid 'chat not found' errors.
  • Verify that the API credentials are valid and have the necessary permissions to access chat data.
  • Check network connectivity and API endpoint availability if requests fail or time out.

Links

Discussion