Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

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

  1. Fetch automation rules for account ID 12345 to display in a dashboard.
  2. 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

Discussion