Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node enables users to create a Contract Service Adjustment within the Autotask system via its REST API. It is useful for automating the process of adjusting contract services, such as modifying service terms or billing adjustments, directly from an n8n workflow. For example, a user can automatically create service adjustments when certain conditions in their business process are met, streamlining contract management and billing updates.

Properties

Name Meaning
Fields Defines the specific fields and their values to map when creating the Contract Service Adjustment. This allows users to specify which data points to include in the adjustment record.

Output

JSON

  • id - The unique identifier of the created Contract Service Adjustment.
  • fields - The data fields and values that were set for the Contract Service Adjustment.
  • status - The status of the creation operation, indicating success or failure.
  • message - Additional information or error messages related to the creation process.

Dependencies

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

Troubleshooting

  • Error: 'Resource contractServiceAdjustment is not supported' - This indicates the resource name is incorrect or not implemented; verify the resource parameter is set to 'contractServiceAdjustment'.
  • Error related to authentication - Ensure the Autotask API credentials are correctly configured and have sufficient permissions.
  • Field mapping errors - If required fields are missing or incorrectly mapped in the 'Fields' property, the API may reject the request. Verify all mandatory fields are included and correctly formatted.
  • API rate limits or connectivity issues - Check network connectivity and Autotask API usage limits if requests fail unexpectedly.

Discussion