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
- Teams Actions
- Custom Filters Actions
- Webhooks Actions
- Reports 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.
For example, you might use this node to fetch all integration details before performing bulk updates or generating reports on active integrations within your customer support platform.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the ChatWoot account for which to retrieve all integration details |
Output
The node outputs JSON data containing the details of all integrations associated with 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.
- Internet connectivity to reach the ChatWoot API endpoint.
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 is correct.
- Authentication Errors: Ensure that the API key credential is valid and has sufficient permissions to access integration details.
- Network Issues: Connectivity problems can cause request failures. Check network settings and firewall rules.
- API Rate Limits: Excessive requests may lead to rate limiting; implement retries or backoff strategies if needed.
Links and References
- ChatWoot API Documentation (for detailed API endpoints and integration data structure)