ChatWoot icon

ChatWoot

Interact with ChatWoot API

Actions113

Overview

This node interacts with the ChatWoot API to retrieve detailed information about a specific conversation within a given account. It is useful when you need to fetch all available data related to a particular conversation, such as messages exchanged, participants, status, and metadata. Practical applications include customer support workflows where agents or automation processes require full context of a conversation to provide assistance or perform analytics.

Properties

Name Meaning
Account Id The numeric ID of the ChatWoot account from which to fetch the conversation details.
Conversation Id The numeric ID of the specific conversation whose details are to be retrieved.

Output

The node outputs JSON data representing the full details of the requested conversation. This typically includes conversation metadata, message history, participant information, timestamps, and status fields. The output structure directly reflects the response schema of the ChatWoot API endpoint for fetching conversation details.

No binary data output is produced by this node.

Dependencies

  • Requires an API key credential for authenticating with the ChatWoot API.
  • The base URL for the ChatWoot instance must be configured in the node credentials.
  • The node depends on the ChatWoot REST API being accessible and the provided account and conversation IDs being valid.

Troubleshooting

  • Invalid Account or Conversation ID: If the IDs do not exist or are incorrect, the API will return an error. Verify that the numeric IDs are correct and correspond to existing resources.
  • Authentication Errors: Ensure the API key credential is correctly set up and has sufficient permissions to access conversation data.
  • Network Issues: Connectivity problems or incorrect base URL configuration can cause request failures. Confirm the ChatWoot instance URL is reachable.
  • API Rate Limits: Excessive requests may lead to rate limiting; handle such errors by implementing retries or backoff strategies.

Links and References

Discussion