Actions113
- Accounts Actions
- Account Users Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Custom Attributes Actions
- Contacts Actions
- Contact Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Conversation Labels Actions
- Inboxes Actions
- Messages Actions
- Integrations Actions
- Webhooks Actions
- Teams Actions
- Custom Filters Actions
- Reports Actions
Overview
This node interacts with the ChatWoot API to retrieve details of all integrations associated with a specific account. It is useful for scenarios where you need to programmatically access and manage integration configurations linked to your ChatWoot account, such as auditing connected services or synchronizing integration data with other systems.
For example, you might use this node to fetch all active integrations for an account to display them in a dashboard or to automate updates based on integration status.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account whose integrations you want to retrieve |
Output
The node outputs JSON data containing the details of all integrations for the specified account. This typically includes information such as integration IDs, names, types, statuses, and configuration details as provided by the ChatWoot API.
No binary data output is expected from this operation.
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 OpenAPI-based request handling.
Troubleshooting
Common issues:
- Invalid or missing API authentication token can cause authorization errors.
- Incorrect account ID may result in empty responses or errors indicating the account was not found.
- Network connectivity problems can prevent the node from reaching the ChatWoot API.
Error messages:
- 401 Unauthorized: Check that the API key credential is correctly set and has sufficient permissions.
- 404 Not Found: Verify that the provided account ID exists and is correct.
- Timeout or Network Error: Ensure network connectivity and that the ChatWoot instance URL is reachable.