Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node allows users to create a Holiday Set in the Autotask system by mapping input fields to the Holiday Set resource. It is useful for automating the creation of holiday schedules or sets within Autotask, which can be used for scheduling, resource planning, or time-off management. For example, a user can define a new holiday set with specific dates and descriptions to reflect company holidays or regional observances.

Properties

Name Meaning
Fields Defines the fields and their values to map when creating or updating a Holiday Set resource. This property supports defining the mapping manually or using auto-mapping features to specify the data sent to Autotask.

Output

JSON

  • id - The unique identifier of the created Holiday Set.
  • name - The name of the Holiday Set.
  • description - Description or details about the Holiday Set.
  • holidays - An array of holiday objects included in the Holiday Set, each with its own date and description.

Dependencies

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

Troubleshooting

  • Error due to missing or invalid API credentials: Ensure the Autotask API key is correctly configured in the node credentials.
  • Field mapping errors: Verify that all required fields for the Holiday Set resource are correctly mapped and valid according to Autotask API specifications.
  • API rate limits or connectivity issues: Check network connectivity and Autotask API usage limits to avoid request failures.

Discussion