Skip to content
← Back to Index

ticketCommand

Return this effect to apply a ticket command from hooks that supports it.

Type

filtrera
{
  effect: 'ticketCommand'
  type: text // Command type
  // Additional command properties are added here
}

Ticket Commands

addActivityLogAdds an activity log to a Ticket
addTagAdds a tag to a Ticket
createItemAdds a new Ticket Item to a Ticket
createItemRelationAdds a new graph node relation to a Ticket Item
createRelationAdds a new graph node relation to a Ticket
deleteItemRemoves a Ticket Item from a Ticket
deleteItemRelationRemoves a graph node relation from a Ticket Item
deleteRelationRemoves a graph node relation from a Ticket
generateTicketNumberByPrefixGenerates a ticket number for a Ticket based on the given prefix
removeTagRemoves a tag from a Ticket
setChannelKeySets the channel key of a ticket.
setDynamicFieldsSets dynamic fields of a ticket. Non specified fields will be left unchanged. Set value to null to remove field.
setItemDynamicFieldsSets dynamic fields of a ticket item. Non specified fields will be left unchanged. Set value to null to remove field.

© 2024 Hantera AB. All rights reserved.