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 single automation rule within a specified account. It is useful when you need to fetch the configuration or status of a particular automation rule by its unique identifier. Practical scenarios include auditing automation rules, displaying rule details in dashboards, or integrating rule data into other workflows.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the ChatWoot account where the automation rule exists. |
| Id | The unique numeric ID of the automation rule for which details are requested. |
Output
The node outputs JSON data representing the full details of the specified automation rule as returned by the ChatWoot API. This typically includes properties such as the rule's conditions, actions, status, creation date, and other metadata. There is no binary output.
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 integration.
Troubleshooting
Common issues:
- Invalid or missing account ID or automation rule ID will cause the API request 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 valid and has proper permissions.
- "Not Found": Verify that the provided account ID and automation rule ID exist and are correct.
- Timeouts or network errors: Ensure stable internet connection and that the ChatWoot server URL is reachable.