Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations related to Contract Charges, specifically supporting a 'Count' operation. It allows users to count the number of contract charge records that meet specified criteria. This is useful for reporting, monitoring, or conditional workflows where the number of contract charges needs to be known without retrieving full record details.

Properties

Name Meaning
Fields Defines which fields to map or include when performing the operation. For the 'Count' operation, this typically configures filters or criteria to count specific contract charge records.

Output

JSON

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

Dependencies

  • Requires an API key credential for authenticating with 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 'contractCharge' and the 'Operation' is set to 'count'.
  • Authentication errors may occur if the API key credential is missing or invalid; ensure proper credentials are configured.
  • Incorrect or incomplete field mappings in the 'Fields' property may result in unexpected counts or errors; verify the mapping configuration.
  • Network or API rate limit errors can occur; check network connectivity and Autotask API usage limits.

Discussion