Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations related to company notes, specifically the 'Count' operation in this context. It allows users to count the number of company notes that meet certain criteria, which is useful for reporting, monitoring, or conditional workflows within business process automation. For example, a user might count how many notes exist for a particular company to trigger alerts or generate summaries.

Properties

Name Meaning
Fields Defines the fields to map for the company note resource. This property allows users to specify which fields of the company note should be considered or returned during the operation. It supports defining fields manually or using resource mapping features to select relevant fields.

Output

JSON

  • count - The total number of company 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 'companyNote'.
  • 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 can cause unexpected results or errors; verify the fields selected are valid for company notes.
  • Network or API rate limit errors may occur; check network connectivity and Autotask API usage limits.

Discussion