Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation counts the number of history entries for a specific ticket in the Autotask system. It is useful for workflows that need to monitor or analyze the volume of changes or updates made to a ticket over time. For example, it can be used to trigger alerts if a ticket has an unusually high number of history entries, or to generate reports on ticket activity.

Properties

Name Meaning
Ticket ID The unique identifier of the ticket for which the history count is requested. This is the only filter allowed to specify which ticket's history to count.

Output

JSON

  • count - The total number of history entries associated with the specified ticket.

Dependencies

  • Requires an API key credential for Autotask REST API authentication.

Troubleshooting

  • If the Ticket ID is missing or invalid, the node will throw an error indicating that the ticket could not be found or the request is invalid. Ensure the Ticket ID is correct and exists in Autotask.
  • API authentication errors may occur if the provided credentials are incorrect or expired. Verify the API key credential is valid and has sufficient permissions.
  • Network or connectivity issues with the Autotask API endpoint can cause failures. Check network access and API service status.

Discussion