Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation retrieves detailed information about a single automation rule from the Konverte Digital API. It is useful for scenarios where you need to fetch specific automation rule details by providing the account ID and the automation rule ID. For example, it can be used to monitor or audit automation rules configured in an account or to integrate automation rule data into other workflows.

Use Case Examples

  1. Fetch details of a specific automation rule by its ID to display or process in a workflow.
  2. Retrieve automation rule information for auditing or reporting purposes.

Properties

Name Meaning
Account Id The numeric ID of the account to which the automation rule belongs.
Id The ID of the automation rule to retrieve details for.
Request Options Additional options to customize the HTTP request such as batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • id - The unique identifier of the automation rule.
  • name - The name of the automation rule.
  • conditions - The conditions that trigger the automation rule.
  • actions - The actions performed by the automation rule when triggered.
  • created_at - Timestamp when the automation rule was created.
  • updated_at - Timestamp when the automation rule was last updated.

Dependencies

  • Konverte Digital API

Troubleshooting

  • Ensure the provided Account Id and Automation Rule Id are correct and exist in the system to avoid 'not found' errors.
  • If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass SSL errors.
  • Check proxy settings if requests fail due to network restrictions.
  • Adjust the timeout setting if the server response is slow to prevent premature request abortion.

Links

Discussion