Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform various operations on the Product Vendor resource, including counting the number of product vendors that match specified criteria. It is useful for workflows that need to retrieve aggregate data about product vendors, such as reporting the total number of vendors or filtering vendors based on certain fields. For example, a user can count how many product vendors exist with a specific attribute or status.

Properties

Name Meaning
Fields Defines which fields to map or filter on when performing operations like count on the Product Vendor resource. This property allows users to specify the exact fields to include or use in the operation.

Output

JSON

  • count - The total number of product vendors 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 'productVendor'.
  • Errors related to authentication usually mean the API key credential is missing or invalid; ensure correct credentials are configured.
  • If the count result is zero unexpectedly, check the fields mapping and filters to ensure they match existing product vendor data.
  • Network or API errors may occur if the Autotask API endpoint is unreachable; verify network connectivity and API availability.

Discussion