Constructors
Notify()
Methods
sendCustomMessage(Integer,String)
Sends a custom notification to a user.sendCustomMessage(Integer,String,String)
Sends a custom notification message to user with specified URL.URLs with HTTP or HTTPS protocol will open in a new tab. URLs without will be treated as relative and open in the same window.
sendNewTicket(Integer)
Sends a notification about a new request according to the userβs notify configuration.sendNewTicket(Integer,Bool)
Sends a notification about a new request according to the userβs notify configuration. By setting the parameter skipCategoryMemberNotification, this method will not notify members of the category (if set up) or the email address free-text field on the category.sendNewTicketMessage(Integer,Bool)
Notifies a user about a new message in the specified ticket according to the users notify configuration.If onlyToHotList is set to true, only those who has this ticket in their hotlists will be notified.