Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node integrates with the Autotask REST API to create a new Time Entry record. It allows users to map various fields of a time entry resource dynamically, enabling automation of time tracking and billing processes within Autotask. Typical use cases include logging work hours for projects, tasks, or tickets automatically from other systems or workflows, facilitating accurate time management and invoicing.

Properties

Name Meaning
Fields Defines the fields and their values to be mapped to the new Time Entry record. This property supports dynamic mapping of multiple fields, allowing users to specify exactly which data to send when creating the time entry.

Output

JSON

  • id - The unique identifier of the created Time Entry.
  • fields - An object containing the details of the created Time Entry, reflecting the mapped fields and their values.
  • createdAt - Timestamp indicating when the Time Entry was created.

Dependencies

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

Troubleshooting

  • If the node throws an error about missing or invalid fields, verify that the 'Fields' property is correctly mapped with all required Time Entry fields as per Autotask API documentation.
  • Authentication errors indicate issues with the provided API credentials; ensure the API key is valid and has sufficient permissions.
  • Network or API errors may occur if the Autotask service is unreachable or if rate limits are exceeded; retry after some time or check network connectivity.

Discussion