Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node updates an existing Company Note in the Autotask system. It is useful for users who need to modify details of notes attached to companies, such as updating descriptions, statuses, or other note-related fields. For example, a user can update the content of a note to reflect recent communications or changes in company status.

Properties

Name Meaning
Note ID The unique identifier of the company 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 company note. This uses a resource mapper to define which fields to change and their new values.

Output

JSON

  • id - The unique identifier of the updated company note.
  • fields - The updated fields of the company note reflecting the changes made.
  • status - The status or result of the update operation, indicating success or failure.

Dependencies

  • Requires an Autotask API key credential for authentication to access and modify company 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 failures. Retry the operation after some time or check Autotask service status.

Discussion