Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations related to Contract Retainers, specifically supporting the 'Count' operation. It allows users to count the number of contract retainer records that match specified criteria. This is useful for scenarios where you need to quickly determine the number of contract retainers in your Autotask system, such as reporting, monitoring, or conditional workflow branching based on the count of contract retainers.

Properties

Name Meaning
Fields Defines which fields to map and use for filtering or counting contract retainer records. This property supports resource mapping to specify the exact fields relevant to the contract retainer resource and operation.

Output

JSON

  • count - The total number of contract retainer records matching the specified criteria.

Dependencies

  • Requires an Autotask API credential (API key or token) to authenticate requests to the Autotask REST API.

Troubleshooting

  • Ensure the Autotask API credentials are correctly configured and have sufficient permissions to access contract retainer data.
  • If the count operation returns zero unexpectedly, verify that the field mappings and filters are correctly set to match existing contract retainer records.
  • Network or authentication errors may occur if the API endpoint is unreachable or credentials are invalid; check connectivity and credential validity.

Discussion