Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node integrates with the Autotask REST API to manage projects within the Autotask system. Specifically, the 'Project - Create' operation allows users to create new project records by mapping input fields to the corresponding Autotask project fields. This is useful for automating project creation workflows, such as when new projects need to be generated from external triggers or data sources without manual entry.

Properties

Name Meaning
Fields Defines the project fields to map and set when creating a new project record in Autotask. Users specify which project properties to populate and their values.

Output

JSON

  • id - The unique identifier of the newly created project in Autotask.
  • name - The name of the created project.
  • status - The status of the project after creation.
  • startDate - The start date of the project.
  • endDate - The end date of the project.
  • additionalFields - Any other project fields that were set and returned by the Autotask API.

Dependencies

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

Troubleshooting

  • Error: 'Resource project is not supported' - This occurs if the resource parameter is incorrectly set or the node does not recognize the resource. Ensure 'project' is selected as the resource.
  • Error related to field mapping - If required fields are missing or incorrectly mapped, the API may reject the creation request. Verify that all mandatory project fields are provided and correctly mapped.
  • Authentication errors - Ensure that the Autotask API credentials are correctly configured and have sufficient permissions to create projects.
  • API rate limits or connectivity issues - If the Autotask API is unreachable or rate limits are exceeded, the node will fail. Check network connectivity and API usage limits.

Discussion