Difference between revisions of "Tutorial/Status notifications"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
old>Admin
Line 13: Line 13:
   [REPORT:123456]
   [REPORT:123456]


The number refers to the ID og the template to render.
The number refers to the ID og the template to render.  


=== Static files ===
This will render the the template, and attatch the resulting file as an attatchment to the email.
 
=== Static file links ===
If you only need static files, just upload them to the media libarry and put a link in the mail
If you only need static files, just upload them to the media libarry and put a link in the mail
# Upload to media library: Ressources > Media files > Add
# Upload to media library: Ressources > Media files > Add

Revision as of 17:34, 31 October 2019

Special tags for notification

Dynamic field content can be inserted using {FIELD_SYSTEM_NAME} syntax.

For status notification content the following tags will also be populated

  • {USER}
  • {LINK}
  • {NOLINK}
  • {RESUME}

Additionally rendered files can be attatched using the following syntax

 [REPORT:123456]

The number refers to the ID og the template to render.

This will render the the template, and attatch the resulting file as an attatchment to the email.

Static file links

If you only need static files, just upload them to the media libarry and put a link in the mail

  1. Upload to media library: Ressources > Media files > Add
  2. After upload right-click "show" button and select "copy link"
  3. Paste the link into a notification (no html encoding is needed)

Note that this will only make a link to the file (the file is not added as an attatchment).