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 automation rules associated with a specific account. The "Get Account Automation Rule" operation fetches automation rules for an account by its numeric ID, supporting pagination through a page parameter. This is useful in scenarios where you want to programmatically access or audit automation rules configured in ChatWoot accounts, such as integrating rule data into dashboards, reports, or other workflow automations.
Practical examples:
- Fetching all automation rules of a customer support account to analyze their configurations.
- Integrating automation rule details into a CRM system for enhanced customer interaction tracking.
- Periodically retrieving automation rules to monitor changes or updates.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the ChatWoot account whose automation rules you want to retrieve. |
| Page | The page number for paginated results when fetching automation rules (default is 1). |
Output
The node outputs JSON data representing the automation rules retrieved from the specified account. The structure typically includes details about each automation rule such as rule conditions, actions, and metadata. The output can be used downstream in workflows for further processing or decision-making.
No binary data output is indicated.
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 the user having permission to read automation rules.
Troubleshooting
- Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Providing an incorrect or non-existent Account Id will result in errors or empty responses.
- Pagination parameters out of range may return no data or errors.
- Error messages:
- Authentication errors usually indicate invalid API keys or insufficient permissions; verify credentials.
- "Not Found" or similar errors suggest the Account Id does not exist or is inaccessible.
- Rate limiting errors may occur if too many requests are made in a short time; implement retries or backoff.