Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node enables creating a Contract Service Bundle Adjustment in Autotask via its REST API. It allows users to define and map specific fields for the adjustment, facilitating automation of contract service bundle modifications. Typical use cases include adjusting service bundles within contracts for billing or service management purposes, such as applying discounts, corrections, or other adjustments to bundled services.

Properties

Name Meaning
Fields Defines the specific fields and their values to map for creating the Contract Service Bundle Adjustment. This property supports detailed field mapping, including user-defined fields and picklists, allowing precise control over the adjustment data sent to Autotask.

Output

JSON

  • id - Unique identifier of the created Contract Service Bundle Adjustment.
  • fields - The data fields of the created Contract Service Bundle Adjustment as returned by the Autotask API.
  • status - Status of the creation operation, indicating success or failure.

Dependencies

  • Requires an Autotask API credential (API key or token) configured in n8n to authenticate requests.
  • Relies on the Autotask REST API endpoint for Contract Service Bundle Adjustments.

Troubleshooting

  • Error: 'Resource contractServiceBundleAdjustment is not supported' - Ensure the resource and operation names are correctly set to 'contractServiceBundleAdjustment' and 'create'.
  • Authentication failures - Verify that the Autotask API credentials are valid and have sufficient permissions.
  • Field mapping errors - Confirm that all required fields are mapped correctly and that field values conform to expected formats and picklist options.
  • API rate limits - If requests fail due to rate limiting, consider adding delays or retries.

Discussion