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 information about a Help Center portal associated with a specific account. It is useful for scenarios where you need to programmatically access or manage Help Center portals within ChatWoot, such as integrating portal data into workflows, automating support processes, or syncing portal details with other systems.
A practical example would be fetching the Help Center portal details for a given account ID to display or process the portal's configuration or status in an automated customer support dashboard.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account whose Help Center portal you want to retrieve |
Output
The node outputs JSON data representing the Help Center portal details for the specified account. This typically includes all relevant portal information returned by the ChatWoot API, such as portal settings, URLs, and metadata.
If the node supports binary data output (not indicated here), it would represent any files or media related to the portal, but based on the provided code and properties, the output is JSON only.
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.
- Depends on the
@devlikeapro/n8n-openapi-nodepackage for OpenAPI integration. - Uses an OpenAPI specification (
openapi.json) bundled with the node to define available operations and properties.
Troubleshooting
Common issues:
- Invalid or missing API authentication token can cause authorization errors.
- Incorrect or non-existent Account Id will result in not found or empty responses.
- Network connectivity problems to the ChatWoot server may cause request failures.
Error messages:
- Authorization errors usually indicate invalid credentials; verify the API key and base URL.
- "Account not found" or similar errors suggest the Account Id does not exist or is incorrect.
- Timeout or connection errors imply network issues; check connectivity and server availability.