Skip to main content
Create a new ticket.
External DocumentationTo learn more, visit the Datto Autotask documentation.

Basic Parameters

ParameterDescription
Company IDThe ID of the company of the ticket.
DescriptionThe description of the ticket.
Due Date TimeThe due date and time for the ticket.

This field may be required depending on the ticket’s category configuration:
* If the ticket category specifies only a due date or only a due time, this field becomes required and must be supplied.
* If the ticket category (or the user’s default ticket category) has both due date and due time configured, this field is optional.

When a ticket is created from a Datto RMM alert and the category defines a default due date/time, Autotask will override the alert’s Due Date Time and apply the category’s default.
Impersonation Resource IDThe Autotask resource ID to impersonate when performing API requests. Use this when you need to act on behalf of a specific Autotask user.
PriorityThe priority of the ticket.

Note: Must be a valid priority number, and an active one.
Queue IDThe ID of the queue to assign to the ticket. This parameter is required in cases where the ticket’s category and its Queue is Required setting:

* If the category requires a queue Always, this field must be provided.
* If the category requires a queue Never, this field is optional.
* If the category requires a queue Required When Primary Resource ID Blank, the API will require either Queue ID or Resource ID — and will return an error if both are empty.
StatusThe status of the ticket.
TitleThe title of the ticket.

Advanced Parameters

ParameterDescription
Additional ParametersA JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters.

For example:
{
“first_key”: 12345,
“second_key”: “some_value”
}
The object must follow the vendor’s structure as defined in the API documentation.
Estimated HoursThe number of hours estimated to finish with the ticket.
Issue TypeThe type of the issue that is assigned to the ticket.
Ticket NumberThe number of the ticket to set. Should be in the following format - TYYYYMMDD, For example - T20200615.

The value must be a date less than or equal to today’s date.

Example Output

{
	"itemId": "{Item ID}"
}

Workflow Library Example

Create Ticket with Datto Autotask and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop