Skip to content
← Back to Index

OnTicketDeleted

This hook runs after a Ticket Actor has been deleted.

Type

filtrera
{
  hook: 'OnTicketDeleted'
  ticket: Ticket // State of the ticket before deletion
}

Effects

messageActor Sends a message to another actor after the ticket has been deleted. Responses from the target actor is ignored.
scheduleJob Schedules a job.

© 2024 Hantera AB. All rights reserved.