Skip to content

Message: ticket.create

Back to Index

Creates a new Ticket.

Body
typeKeystring

The type of ticket to create.

commandsarray of command (optional)

An array of ticket commands to be applied upon creation. If any command fail, the ticket will not be created.

Response Type string

Rule Hooks

During the create message, the following Rule Hooks are run in the given order:

  1. OnTicketBeforeCreated
  2. OnTicketCreated
  3. OnTicketCommands
Back to Index