Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node integrates with the Autotask REST API to create a new Contract Note resource. It allows users to map and define the fields of the Contract Note to be created, enabling automation of contract note creation within workflows. This is useful for managing contract-related documentation and notes programmatically, such as adding comments or updates to contracts in Autotask without manual entry.

Properties

Name Meaning
Fields Defines the fields and their values to map for the Contract Note resource when creating a new entry. Users can specify which fields to include and provide their values, supporting custom and standard fields.

Output

JSON

  • id - The unique identifier of the created Contract Note.
  • fields - The data fields of the created Contract Note as returned by the Autotask API.

Dependencies

  • Requires an Autotask API credential (API key or token) to authenticate requests to the Autotask REST API.

Troubleshooting

  • Error: 'Resource contractNote is not supported' - This indicates the resource parameter is incorrect or not implemented; ensure 'contractNote' is selected as the resource.
  • Authentication failures - Verify that the Autotask API credentials are correctly configured and have sufficient permissions.
  • Field mapping errors - Ensure that the fields mapped in the 'Fields' property match the expected field names and data types required by the Autotask API for Contract Notes.
  • API rate limits - The Autotask API may enforce rate limits; if exceeded, requests may fail temporarily.

Links

Discussion