Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform various operations on different resources. Specifically, for the 'Project Note' resource with the 'Count' operation, it counts the number of project notes that match specified criteria. This is useful for workflows that need to determine the quantity of project notes, for example, to monitor project documentation volume or trigger actions based on note counts.

Properties

Name Meaning
Fields Defines which fields of the project notes to map or filter on when performing the count operation. This allows users to specify criteria or select fields relevant to the count.

Output

JSON

  • count - The total number of project 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 'projectNote'.
  • 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 may cause the count operation to fail or return unexpected results; verify the field mappings are correct and supported.
  • Network or API rate limit issues can cause failures; check network connectivity and Autotask API usage limits.

Discussion