Skip to main content

Interface: TicketCreateInput

Defined in: type/TicketCreateInput.ts:8

Input object for TicketCreateInput Input parameters for creating a new ticket.

Properties

assignedToAdminUserId?

optional assignedToAdminUserId?: number

Defined in: type/TicketCreateInput.ts:20

Identifier of the admin user assigned to this ticket


buttonLabels?

optional buttonLabels?: LocalizedStringInput[]

Defined in: type/TicketCreateInput.ts:14

Localized human-readable labels for the action button


clusterId?

optional clusterId?: number

Defined in: type/TicketCreateInput.ts:28

Identifier of the cluster associated with this ticket


companyId?

optional companyId?: number

Defined in: type/TicketCreateInput.ts:32

Identifier of the company associated with this ticket


contactId?

optional contactId?: number

Defined in: type/TicketCreateInput.ts:22

Identifier of the contact associated with this ticket


customerId?

optional customerId?: number

Defined in: type/TicketCreateInput.ts:24

Identifier of the customer associated with this ticket


descriptions?

optional descriptions?: LocalizedStringInput[]

Defined in: type/TicketCreateInput.ts:12

Localized human-readable descriptions


email?

optional email?: string

Defined in: type/TicketCreateInput.ts:34

Email address of the contact associated with this ticket


externalUrl?

optional externalUrl?: string

Defined in: type/TicketCreateInput.ts:38

External URL associated with this ticket (max 255 characters)


orderId?

optional orderId?: number

Defined in: type/TicketCreateInput.ts:30

Identifier of the order associated with this ticket


phone?

optional phone?: string

Defined in: type/TicketCreateInput.ts:36

Phone number of the contact associated with this ticket


productId?

optional productId?: number

Defined in: type/TicketCreateInput.ts:26

Identifier of the product associated with this ticket


sources?

optional sources?: SourceInput[]

Defined in: type/TicketCreateInput.ts:40

External sources of the ticket


status?

optional status?: TicketStatus

Defined in: type/TicketCreateInput.ts:18

Status of the ticket


titles

titles: LocalizedStringInput[]

Defined in: type/TicketCreateInput.ts:10

Localized human-readable titles


type?

optional type?: string

Defined in: type/TicketCreateInput.ts:16

Type of the ticket (SCREAMING_SNAKE_CASE, max 255 characters)