Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node integrates with the Autotask REST API to perform operations on various resources. Specifically, for the 'Ticket' resource with the 'Create' operation, it allows users to create new tickets in Autotask by mapping input fields to the ticket properties. This is useful for automating ticket creation workflows, such as generating support tickets from form submissions or monitoring systems.

Properties

Name Meaning
Fields Defines the mapping of input data fields to the Autotask ticket fields for creation. Users specify which ticket fields to populate and with what values.

Output

JSON

  • id - The unique identifier of the created ticket.
  • number - The ticket number assigned by Autotask.
  • status - The current status of the created ticket.
  • priority - The priority level assigned to the ticket.
  • summary - A brief summary or title of the ticket.
  • createdDate - The date and time when the ticket was created.
  • assignedResourceId - Identifier of the resource (user or team) assigned to the ticket.

Dependencies

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

Troubleshooting

  • Error: 'Resource ticket is not supported' - Ensure the resource parameter is set to 'ticket'.
  • Error: Missing required fields in the mapping - Verify that all mandatory ticket fields are mapped in the 'Fields' property.
  • Authentication errors - Confirm that the Autotask API credentials are correctly configured and valid.
  • API rate limits - If requests fail due to rate limiting, consider adding delays or retries.

Links

Discussion