Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform various operations on the 'Product' resource, specifically the 'Count' operation in this context. It allows users to count the number of product records that match specified criteria. This is useful for workflows that need to retrieve the total number of products for reporting, validation, or conditional logic purposes.

Properties

Name Meaning
Fields Defines the fields to map for the product resource operation. This property allows users to specify which product fields to consider or filter on when performing the count operation.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Error 'Resource product is not supported' indicates the resource parameter is incorrect or not implemented; ensure 'product' is selected as the resource.
  • Authentication errors may occur if the Autotask API credentials are missing or invalid; verify the API key or token is correctly configured.
  • If the count result is zero unexpectedly, check the fields mapping and filters to ensure they correctly specify the intended products.
  • Network or API rate limit errors may occur; ensure network connectivity and respect Autotask API usage limits.

Discussion