You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Notification rules

You can create new notifications, or modify existing ones. To create a new notification, please complete the following steps:

To create a notification rule, please complete the steps below:

  1. Navigate to the System Notification - Notification;
  2. Click New, fill in the form and click Save.
FieldDescription
NameDisplayed notification name.
TableChoose the target table for notifications. For example, if you are creating a notification for the Incident, then select the itsm_incident table.
ActiveTurn this checkbox on if you want this notification to be active.
Sys updated byInformation about who has updated the record.
When to Send tab
ConditionThe condition to meet before sending the notification. Use the Condition Builder to build the filter that will fit your needs most.
InsertedTurn this checkbox on if you want this notification to be sent when a record is inserted into the table specified in the Table field.
UpdatedTurn this checkbox on if you want this notification to be sent when a record is updated in the table specified in the Table field.
Who Will Receive tab
UsersIn this field, you can list the users who will receive the notification within this rule.
OtherIn this field, you can add contacts to subscribe to the incident activities. It can be email-address (for example, user@domain.com), or it can be 
Send selfTurn this checkbox on if you want to receive this notification too.
What Will Contain tab
SubjectThe displayed notification subject. 
MessageThe notification body in plain text.
Message HTML

The notification template in rich-text format. This field supports HTML tags, placeholders, SimpleOne API methods.

You can also use notification variables ${URI} and ${URI_REF} there. Their usage is described below.

Notification template

To create a notification template, please complete the steps below:

  1. Navigate to the System Notification → Notification Templates;
  2. Click New, fill in the form and then click Save.

Notification template form fields

FieldDescription
NameDisplayed notification template name.
Subject

Notification template subject. Placeholders like ${current:caller} are supported there:

current - this variable is stored in the system and kept in the notification rule;

caller - this variable is referred to the relevant field of the table specified in the Table field.

TableIf the table is specified, then the template will be applicable only for this table; otherwise, it will be applicable for all tables.
Message HTML

The notification template in rich-text format. This field supports HTML tags, placeholders, SimpleOne API methods.

You can also use notification variables ${URI} and ${URI_REF} there. Their usage is described below.

Message textThe notification template in plain text format.
Sys created byInformation about who has created the record.

Sys updated by

Information about who has updated the record.

Notification template variables

VariableDescriptionExample

${URI}

${URI_REF}

Display a link to the record.
URI: The link text is the word LINK or any other word specified.
URI_REF: The link text is the display value of the record.

${URI} Source: Click here to view the issue: ${URI}

${URI} Output: Click here to view the issue: LINK

${URI_REF} Source: Click here to view the inquiry ${URI_REF}

${URI_REF} Output: Click here to view the inquiry: INQ0005555

  • No labels