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 detailed information about a specific account. It is useful when you need to fetch comprehensive data for an individual account by its numeric ID, such as viewing account settings, status, or metadata within an automation workflow.
Practical examples include:
- Automatically pulling account details to update a CRM system.
- Fetching account info to trigger conditional logic based on account attributes.
- Integrating account data into reports or dashboards.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account to retrieve details for |
Output
The node outputs JSON data containing the detailed information of the specified account as returned by the ChatWoot API. This typically includes all relevant fields describing the account's properties and status.
No binary data output is involved.
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 ChatWoot REST API being accessible and responsive.
Troubleshooting
Common issues:
- Invalid or missing Account Id will cause the API call to fail.
- Incorrect or expired API credentials will result in authentication errors.
- Network connectivity problems can prevent reaching the ChatWoot API endpoint.
Error messages:
- "Unauthorized" or "Authentication failed": Check that the API key credential is correctly set and valid.
- "Account not found": Verify that the provided Account Id exists in the ChatWoot system.
- "Request timeout" or similar network errors: Ensure stable internet connection and correct API URL configuration.
Links and References
- ChatWoot API Documentation (for detailed API endpoints and response formats)