Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node updates an existing Ticket Note in the Autotask system. It is useful for modifying the content or details of a note attached to a support ticket, such as correcting information, adding additional context, or updating status notes. For example, a support agent can use this node to update a note with new troubleshooting steps or resolution details after further investigation.

Properties

Name Meaning
Note ID The unique identifier of the ticket note to update. This is required to specify which note will be modified.
Fields The set of fields and their values to update on the ticket note. This uses a resource mapper to define which fields to modify and their new values.

Output

JSON

  • id - The unique identifier of the updated ticket note.
  • fields - The updated fields of the ticket note reflecting the changes made.
  • updatedAt - Timestamp indicating when the ticket note was last updated.

Dependencies

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

Troubleshooting

  • If the Note ID is invalid or does not exist, the node will throw an error indicating the note could not be found. Verify the Note ID is correct.
  • If required fields in the update are missing or invalid, the API may reject the update. Ensure all mandatory fields are provided and valid.
  • Authentication errors may occur if the API key credential is missing or invalid. Confirm the credential is configured properly.
  • Network or API downtime can cause request failures. Retry after some time or check network connectivity.

Discussion