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 conversation metrics for a specific account. It is designed to fetch detailed reports about conversations associated with an account, which can be useful for analyzing customer support performance or engagement statistics.
Common scenarios include:
- Monitoring the volume and quality of conversations handled by a support team.
- Generating periodic reports on account activity for management review.
- Integrating conversation metrics into dashboards or other analytics tools.
For example, a user might use this node to get the total number of conversations handled by their support account over a given period, helping them understand workload and resource allocation.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account for which to retrieve conversation metrics. |
| Type | Type of report to generate. Currently supports only "Account". |
Output
The node outputs JSON data containing the conversation metrics retrieved from the ChatWoot API for the specified account. This typically includes various statistics related to conversations such as counts, statuses, timestamps, and possibly aggregated data depending on the API response.
No binary data output is indicated.
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
@devlikeapro/n8n-openapi-nodepackage for handling OpenAPI-based requests.
Troubleshooting
- Invalid Account Id: If the provided account ID does not exist or is incorrect, the API may return an error or empty results. Verify the account ID before running the node.
- Authentication Errors: Ensure that the API key credential is correctly set up and has sufficient permissions to access conversation metrics.
- Network Issues: Connectivity problems or incorrect base URL configuration can cause request failures. Confirm the URL and network accessibility.
- Unsupported Report Type: Currently, only the "Account" type is supported. Using other types may result in errors or no data.
Links and References
- ChatWoot API Documentation (for details on available endpoints and data structures)
- n8n Documentation (for general usage of custom nodes and credentials)