Actions113
- Contacts Actions
- Contact Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Conversation Labels Actions
- Inboxes Actions
- Messages Actions
- Integrations Actions
- Teams Actions
- Custom Filters Actions
- Webhooks Actions
- Reports Actions
- Accounts Actions
- Account Users Actions
- Agent Bots Actions
- Users Actions
- Contacts API Actions
- Inbox API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Custom Attributes Actions
- Canned Response Actions
Overview
This node interacts with the ChatWoot API to retrieve detailed information about a specific conversation within a given account. It is useful for scenarios where you need to fetch comprehensive data about customer interactions, support tickets, or chat histories stored in ChatWoot. For example, a support automation workflow could use this node to pull conversation details before performing sentiment analysis or routing the conversation to the appropriate team.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the ChatWoot account from which to retrieve the conversation details. |
| Conversation Id | The numeric ID of the specific conversation whose details are to be fetched. |
Output
The node outputs JSON data containing the full details of the requested conversation. This typically includes metadata such as conversation status, participants, messages exchanged, timestamps, and any associated tags or custom attributes. The output structure directly reflects the ChatWoot API response for a conversation detail endpoint.
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 correspond to existing resources in your ChatWoot instance.
- 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 URL and network accessibility.
- API Rate Limits: Excessive requests may lead to rate limiting; handle such errors by implementing retries or backoff strategies.