Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform various operations on the 'Project' resource, specifically the 'Count' operation in this context. It allows users to count the number of projects matching certain criteria within Autotask. This is useful for workflows that need to retrieve the total number of projects for reporting, monitoring, or conditional logic based on project counts.

Properties

Name Meaning
Fields Defines which fields to map or include when performing the count operation on projects. This property uses a resource mapper to specify fields relevant to the 'Project' resource and supports auto-mapping and multi-key matching.

Output

JSON

  • count - The total number of projects that match 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 'project'.
  • Authentication errors may occur if the Autotask API credentials are missing or invalid; ensure valid credentials are configured.
  • Incorrect or incomplete field mappings in the 'Fields' property may cause unexpected results or errors; verify the fields are correctly defined for the 'Project' resource.
  • Network or API rate limit issues may cause failures; check network connectivity and Autotask API usage limits.

Discussion