Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node updates an existing Configuration Item Note in the Autotask system. It is useful for modifying the content or details of a note associated with a configuration item, such as adding additional information or correcting existing data. For example, a user can update the note text or other mapped fields of a specific Configuration Item Note by providing its Note ID and the fields to update.

Properties

Name Meaning
Note ID The unique identifier of the Configuration Item Note to update.
Fields The set of fields and their values to update on the Configuration Item Note. This uses a resource mapper to define which fields to modify and their new values.

Output

JSON

  • id - The ID of the updated Configuration Item Note.
  • fields - The updated fields and their values of the Configuration Item Note.
  • status - The status or result of the update operation, indicating success or failure.

Dependencies

  • Requires an API key credential for Autotask REST API authentication.
  • Relies on the Autotask REST API endpoint for Configuration Item Notes.

Troubleshooting

  • If the Note ID is invalid or does not exist, the node will throw an error indicating the note could not be found.
  • Providing invalid or unsupported fields in the Fields property may cause the update to fail with a validation error.
  • Network or authentication issues with the Autotask API will result in connection errors; ensure API credentials are correct and network access is available.
  • Ensure that the resource is set to 'configurationItemNote' and operation to 'update' to avoid unsupported resource errors.

Discussion