Skip to content
← Back to Index

OnTicketCreated

This hook runs after commands have been applied to a Ticket Actor from the create message, but before the OnTicketCommands hook. Commands returned will be applied to the order and changes are available to the the OnTicketCommands hook.

Type

filtrera
{
  hook: 'OnTicketCreated'
  ticket: Ticket
}

Effects

messageActor Sends a message to another actor.
scheduleJob Schedules a job.
sendEmail Queues an email for delivery through the Sendings system.
ticketCommand Applies a command to the ticket actor.

© 2024 Hantera AB. All rights reserved.