Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node updates an existing time entry in the Autotask system. It is useful for scenarios where you need to modify details of a previously recorded time entry, such as adjusting hours worked, changing descriptions, or updating related fields. For example, a project manager can use this node to correct time entries after reviewing timesheets or to add additional notes to a time entry.

Properties

Name Meaning
Time Entry ID The unique identifier of the time entry to update. This is required to specify which time entry record will be modified.
Fields A resource mapper input that defines which fields of the time entry should be updated and their new values. This allows flexible mapping of multiple fields to update in a single operation.

Output

JSON

  • id - The ID of the updated time entry.
  • fields - The updated fields and their new values after the update operation.
  • status - The status of the update operation, indicating success or failure.

Dependencies

  • Requires an Autotask API key credential for authentication to access and modify time entries via the Autotask REST API.

Troubleshooting

  • If the Time Entry ID is invalid or does not exist, the node will throw an error indicating the time entry could not be found. Verify the ID is correct.
  • If required fields in the mapping are missing or invalid, the update may fail. Ensure all mandatory fields for the time entry are provided and valid.
  • Authentication errors may occur if the API key credential is missing or invalid. Confirm the credential is configured properly in n8n.
  • Network or API rate limit issues can cause failures. Check connectivity and Autotask API usage limits.

Discussion