Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to update an existing project by specifying its Project ID and mapping the fields to update. It is useful for automating project management tasks such as modifying project details, status, or custom fields within Autotask. For example, it can be used to update project deadlines, assign new resources, or change project descriptions programmatically.

Properties

Name Meaning
Project ID The unique identifier of the project to update. This is required to specify which project record will be modified.
Fields Defines the fields and their new values to update on the project. Supports mapping multiple fields, including custom fields, allowing flexible updates to project data.

Output

JSON

  • id - The unique identifier of the updated project.
  • fields - The updated fields and their values after the operation.
  • status - The status of the update operation, e.g., success or failure.
  • message - Additional information or error messages related to the update operation.

Dependencies

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

Troubleshooting

  • Ensure the Project ID provided exists and is correct; otherwise, the update will fail with a 'not found' error.
  • Verify that the fields mapped for update are valid and allowed to be modified; invalid fields may cause errors.
  • Check that the API credentials are valid and have sufficient permissions to update projects.
  • If the node returns an authentication error, reconfigure the API key credential.
  • Network issues or API rate limits may cause failures; retry or check API usage limits.

Discussion