Skip to main content
Handles notification of different types.

Constructors

Notify()

Initializes a new instance of the Notify class.

Methods

sendCustomMessage(Integer,String)

Sends a custom notification to a user.
Returns: CRMScript.Global.Void

sendCustomMessage(Integer,String,String)

Sends a custom notification message to user with specified URL.
Returns: CRMScript.Global.Void
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.
Example:

sendNewTicket(Integer)

Sends a notification about a new request according to the user’s notify configuration.
Returns: CRMScript.Global.Void

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.
Returns: CRMScript.Global.Void

sendNewTicketMessage(Integer,Bool)

Notifies a user about a new message in the specified ticket according to the users notify configuration.
Returns: CRMScript.Global.Void
If onlyToHotList is set to true, only those who has this ticket in their hotlists will be notified.

sendTicketActivated(Integer)

Sends a notification about a ticket being activated, according to the users notify configuration.
Returns: CRMScript.Global.Void

sendTicketTakenOver(Integer,Integer,Integer)

Sends a notification to the users about a ticket being taken over.
Returns: CRMScript.Global.Void