Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact 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
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
Overview
This node operation retrieves automation rules for a specific account from the Konverte Digital API. It is useful for scenarios where users need to fetch and review automation rules configured for an account, such as in customer support or marketing automation platforms. For example, a user can get the automation rules applied to an account to audit or modify them based on business needs.
Use Case Examples
- Fetch automation rules for account ID 12345 to display in a dashboard.
- Retrieve automation rules for an account to analyze their effectiveness.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account for which to retrieve automation rules. |
| Page | The page number for paginated results when retrieving automation rules. |
| Request Options | Additional request settings such as batching, SSL certificate validation, proxy configuration, and timeout settings to control how the API request is made. |
Output
JSON
automationRules- The list of automation rules retrieved for the specified account.page- The current page number of the results.totalPages- The total number of pages available for the results.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the Account Id is a valid numeric value; invalid IDs will cause request failures.
- If the API request times out, consider increasing the timeout setting in Request Options.
- If SSL certificate validation fails, enable 'Ignore SSL Issues' to bypass validation, but be aware of security risks.
- Proxy settings must be correctly configured if used; incorrect proxy URLs or credentials will cause connection errors.
Links
- Konverte Digital API Documentation - Automation Rules - Official API documentation for managing automation rules, including retrieval endpoints.