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 Invoice resource with the Count operation, it counts the number of invoices matching specified criteria. This is useful for workflows that need to retrieve the total number of invoices for reporting, monitoring, or conditional logic based on invoice counts.

Properties

Name Meaning
Fields Defines which invoice fields to map or consider when performing the count operation. This property allows users to specify and map invoice fields dynamically, supporting custom fields and picklists.

Output

JSON

  • count - The total number of invoices 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 name is correctly set to 'invoice'.
  • 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 unexpected results or errors; verify the field mappings correspond to valid invoice fields.
  • Network or API rate limit errors can occur; check network connectivity and Autotask API usage limits.

Discussion