Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node updates an existing Project Note in the Autotask system. It is useful for modifying details of notes attached to projects, such as correcting information or adding new data. For example, a user can update the content or metadata of a project note by specifying its Note ID and the fields to change.

Properties

Name Meaning
Note ID The unique identifier of the project note to update, required to specify which note to modify.
Fields The set of fields and their new values to update on the project note. This uses a resource mapper to define which fields to change and their values.

Output

JSON

  • id - The unique identifier of the updated project note.
  • fields - The updated fields and their values of the project note after the update operation.

Dependencies

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

Troubleshooting

  • Ensure the Note ID provided exists and is correct; otherwise, the update will fail with a not found error.
  • Verify that the fields to update are valid and allowed to be changed; invalid fields may cause errors.
  • Check API authentication credentials are correctly configured to avoid authorization errors.
  • If the update fails, review the error message for details on missing required fields or invalid data formats.

Discussion