Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node updates an existing Product Vendor in the Autotask system by specifying the vendor's unique ID and the fields to update. It is useful for automating vendor data maintenance, such as changing contact details, status, or other vendor attributes. For example, a user can update a vendor's address or phone number programmatically as part of a workflow.

Properties

Name Meaning
Vendor ID The unique identifier of the product vendor to update. This is required to specify which vendor record will be modified.
Fields The set of fields and their new values to update on the vendor record. This uses a resource mapper to define which vendor fields to change and their corresponding values.

Output

JSON

  • id - The unique identifier of the updated product vendor.
  • fields - The updated fields and their values after the update operation.
  • success - Boolean indicating whether the update operation was successful.
  • error - Error message or details if the update operation failed.

Dependencies

  • Requires an API key credential for Autotask REST API authentication.
  • Relies on the Autotask REST API endpoint for product vendor updates.

Troubleshooting

  • If the Vendor ID is invalid or does not exist, the node will throw an error indicating the vendor was not found. Verify the ID is correct.
  • If required fields are missing or invalid in the 'Fields' mapping, the API may reject the update. Ensure all mandatory fields are provided and valid.
  • Authentication errors may occur if the API key credential is missing or expired. Check the credential configuration.
  • Network or API downtime can cause request failures. Retry or check Autotask service status.

Discussion