Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to update an existing Contract Note identified by its Note ID. It allows users to modify specific fields of a Contract Note by mapping input data to the desired fields. This is useful in scenarios where contract notes need to be programmatically updated based on workflow data, such as updating status, content, or metadata of contract notes within an automated process.

Properties

Name Meaning
Note ID The unique identifier of the Contract Note to update. This is required to specify which note will be modified.
Fields A resource mapper input that defines which fields of the Contract Note should be updated and their new values. It supports defining fields manually or using auto-mapping features to map input data to Contract Note fields.

Output

JSON

  • id - The unique identifier of the updated Contract Note.
  • fields - The updated fields and their new values of the Contract Note.
  • updatedAt - Timestamp indicating when the Contract Note was last updated.

Dependencies

  • Requires an Autotask API key credential for authentication to access the Autotask REST API.

Troubleshooting

  • If the Note ID is missing or invalid, the node will fail to locate the Contract Note to update. Ensure the Note ID is correct and exists.
  • Incorrect field mappings or unsupported fields may cause the update operation to fail. Verify that the fields specified in the Fields property are valid for Contract Notes.
  • API authentication errors may occur if the Autotask API key credential is missing, expired, or invalid. Check the credential configuration.
  • Network or API rate limit issues can cause operation failures. Retry after some time or check API usage limits.

Discussion