Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations on Contract Notes, specifically supporting a 'Count' operation. It allows users to count the number of contract notes that match specified criteria. This is useful for reporting, monitoring, or conditional workflows where the number of contract notes needs to be known without retrieving full details. For example, a user might count contract notes created within a certain date range or associated with a specific contract to trigger alerts or further processing.

Properties

Name Meaning
Fields Defines which fields of the Contract Note resource to map or filter on when performing the count operation. This property supports resource mapping with options to define fields manually or auto-map them, enabling precise control over the data used in the count query.

Output

JSON

  • count - The total number of Contract Notes matching the specified criteria.

Dependencies

  • Requires an Autotask API key credential for authentication to access the Autotask REST API.

Troubleshooting

  • If the node throws an error indicating the resource is not supported, verify that the 'Resource' parameter is set to 'contractNote'.
  • Authentication errors may occur if the Autotask API credentials are missing or invalid; ensure valid API credentials are configured.
  • Incorrect or incomplete field mappings in the 'Fields' property can cause the count operation to fail or return unexpected results; verify the field definitions and mappings.
  • Network or API rate limit issues may cause failures; check network connectivity and Autotask API usage limits.

Discussion