The CreatorCon Call for Content is officially open! Get started here.

How to use the watermark in a notification

Miriam Berg
Kilo Guru

Here's how to use the watermark in a notification:

  1. Open your notification
  2. Click the related link "Show Notification Scripts" from your Notification
  3. Press New, and fill in these values (this creates a mail script):
    • Name: getWatermark
    • Script:
      template.print(email.watermark);
  4. Save the record.
  5. In your notification, you can now add this to the HTML field, using the mail script to get the watermark:

    ${mail_script:getWatermark}

  6. Extra: Check "Omit watermark" in order to only show it where you have the above line, and not add it to the end of the e-mail.

Hope this helps anyone - I know I would have wanted this info when I started working with my notifications!

Best Regards,

Miriam

2 REPLIES 2

ernyei
Mega Guru

Great info, thanks for sharing.


dschaefer
Mega Expert

Awesome! Thanks for sharing Miriam.