Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations on Contact Group Contacts, specifically supporting the 'Count' operation. It allows users to count the number of contacts within a specified contact group, which is useful for reporting, auditing, or managing contact group memberships in Autotask. For example, a user can quickly determine how many contacts belong to a particular group to assess group size or trigger workflows based on group membership counts.

Properties

Name Meaning
Fields Defines which fields of the Contact Group Contacts resource to map or use in the operation. This property supports resource mapping with options to define fields manually or auto-map them, enabling users to specify exactly which data points to include or consider during the operation.

Output

JSON

  • count - The total number of contact group contacts matching the criteria, representing the count result of the operation.

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 'contactGroupContacts' and the 'operation' parameter is set to 'count'.
  • Authentication errors may occur if the Autotask API credentials are missing or invalid; ensure the API key credential is correctly configured.
  • If the count result is zero unexpectedly, check that the contact group specified actually contains contacts and that any filters or field mappings are correctly set.
  • Network or API rate limit errors can occur; verify network connectivity and Autotask API usage limits.

Discussion