Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node updates an existing Project Phase in the Autotask system by specifying the Phase ID and the fields to update. It is useful for managing project phases dynamically within workflows, such as modifying phase details like name, status, or dates based on external triggers or data changes.

Properties

Name Meaning
Phase ID The unique identifier of the project phase to update. This is required to specify which phase record will be modified.
Fields A resource mapper input that defines which fields of the project phase should be updated and their new values. It supports defining fields manually or using auto-mapping features to map data dynamically.

Output

JSON

  • id - The ID of the updated project phase, confirming which phase was modified.
  • fields - The updated fields and their new values after the update operation.
  • status - The status of the update operation, indicating success or failure.
  • message - Additional information or error messages related to the update operation.

Dependencies

  • Requires an API key credential for authenticating with the Autotask REST API.
  • Depends on the Autotask REST API endpoint for project phases.

Troubleshooting

  • If the Phase ID is invalid or does not exist, the node will throw an error indicating the phase was not found. Verify the ID before running the node.
  • Incorrect or incomplete field mappings can cause the update to fail or partially apply. Ensure all required fields for the update are correctly mapped.
  • Authentication errors may occur if the API key credential is missing or invalid. Confirm the credential configuration in n8n.
  • Network or API rate limit issues can cause failures; retry or check API usage limits if errors occur.

Discussion