Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations on Configuration Item Notes, specifically supporting the 'Count' operation among others. It allows users to count the number of configuration item notes that match specified criteria. This is useful for reporting, monitoring, or conditional workflow branching based on the number of notes associated with configuration items in Autotask.

Properties

Name Meaning
Fields Defines which fields to map and use in the operation, allowing users to specify criteria or data points relevant to the Configuration Item Note resource. This property supports resource mapping with options to define fields manually or auto-map them.

Output

JSON

  • count - The total number of Configuration Item 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 'configurationItemNote'.
  • Errors related to authentication usually mean the Autotask API credentials are missing, invalid, or expired; ensure valid credentials are configured.
  • If the count result is zero unexpectedly, check the field mappings and filters to ensure they correctly specify the intended subset of configuration item notes.
  • Network or API rate limit errors may occur; verify network connectivity and Autotask API usage limits.

Discussion