ProApp Designer - Release 14 (Package 22)

Notification Templates

  • Notification Templates are used to define the content of email notification messages. These templates allow you to configure both the subject and the body of the message for different Events mentioned in section Types of events available for subscribe .
  • Admin users can setup Notification Templates for each ItemType.
  • To configure Notification Templates, go to TOC → Administrators → ProAppDesigner → Templates → Notification Templates.
  • Below are the properties that needs to be set:
    • Name: Name of the template
    • Associated ItemType: ItemType for which this template is configured.
  • In the Email Templates section below, the administrator can configure the email message for each event. During this setup, the user is required to specify the following key properties.
    • Event: You can select any of the Event listed in the dropdown.
    • Rule: Admin can configure Rules based on Item’s and User’s properties.
    • Subject: The Subject field defines the title of the email message. Administrators can customize it by including properties from the related Item using the following syntax:
      $"Part: {@Item.sms_supplier_company} - Created.”
    • Body: The Body of the email message contains the main content delivered to recipients. Administrators can customize this section by including properties from the related Item using the syntax:
      $"Part: {@Item.sms_supplier_company} - Modify.”