Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When you have a Notification Mapping scoped for a given project, events will start showing up in JEMHC > Auditing > Events. There is a '…' action button, under which you can Create Preview Context (see Preview Context ), this stores the event inside JEMHC to allow Template edit time preview. Note: the EVENT type (create/update/delete) must match the TemplateSet type (create/update/delete). See Manipulate webhook data in notification templates for more on working with that data.

...

SMS notification behaviour can be changed at runtime with a user-defined Velocity Script. The script can use the event data or be time based to change how notifications are performedSMS TemplateSet which uses the Velocity Template language, the basic syntax is not too hard to understand. 

Once a Preview Context exists, when editing a TemplateSet of the right type, you can pick that context, and see it, and preview your template in the context of that data, so you can determine correct functionality before the template is made live. Making a template live means picking it inside the related SMS Notification config for the expected event (eg Create).

Some example scripts showing how to get values are below.

Reset/Add Phone Numbers

Change to phone number when Critical

...