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 'Ticket' resource with the 'Count' operation, it counts the number of tickets matching specified criteria. This is useful for workflows that need to monitor ticket volumes, generate reports, or trigger actions based on ticket counts. For example, a user might count open tickets to assess workload or trigger alerts when ticket counts exceed thresholds.

Properties

Name Meaning
Fields Defines which ticket fields to map and use in the operation. This property allows users to specify and map the relevant ticket fields for the count operation, supporting custom field selection and mapping.

Output

JSON

  • count - The total number of tickets 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 unsupported resource, ensure the 'resource' parameter is set to 'ticket'.
  • Authentication errors may occur if the Autotask API credentials are missing or invalid; verify the API key credential configuration.
  • Incorrect field mappings in the 'Fields' property can cause unexpected results or errors; ensure fields are correctly mapped and supported by the API.
  • Network or API rate limit issues may cause failures; check network connectivity and Autotask API usage limits.

Discussion