Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node integrates with the Autotask REST API to manage Contract Service resources. Specifically, the 'Create' operation allows users to create new contract service entries by mapping input fields to the API's expected data structure. This is useful for automating contract service management tasks such as adding new services to contracts within Autotask, streamlining workflows in IT service management or professional services automation.

Properties

Name Meaning
Fields Defines the data fields to map for the contract service creation. Users specify which contract service fields to populate and their values, enabling flexible and precise data input for the create operation.

Output

JSON

  • id - The unique identifier of the newly created contract service.
  • fields - The data fields of the created contract service 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 contractService is not supported' indicates the resource parameter is incorrect or not implemented; verify the resource name is exactly 'contractService'.
  • Field mapping errors may occur if required fields are missing or incorrectly mapped; ensure all mandatory contract service fields are provided in the 'Fields' property.
  • Authentication failures can happen if the Autotask API credentials are invalid or expired; verify and update credentials as needed.
  • API rate limits or network issues may cause request failures; check network connectivity and Autotask API usage limits.

Discussion