Actions113
- 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
- Teams Actions
- Custom Filters Actions
- Webhooks Actions
- Reports Actions
- 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
Overview
This node interacts with the ChatWoot API to retrieve details of all integrations associated with a specified 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.
A practical example would be automating the retrieval of all integration details to display them in a custom dashboard or to trigger workflows based on specific integration settings.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the ChatWoot account for which to fetch all integration details |
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 successful API calls.
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.