Versions Compared

Key

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

...

Code Block
<DateTime>
  <DateString>01.10.2020</DateString>
  <TimeString>12:00:00</TimeString>
  <TimeZone>+00:00</TimeZone>
  <IsoFormat>2020-10-01T12:00:00.0000000</IsoFormat>
  <IsoFormatLocalTime>2020-10-01T13:00:00.0000000</IsoFormatLocalTime>
  <FormattedLocalTime>01.10.2020 13:00:00</FormattedLocalTime>
</DateTime>

...

There are a couple of event subscribers available which can handle an event.

Subscriber

Description

SMS

Sends the transformed event data by SMS

Email

Sends the transformed event data by mail

UI

Shows the transformed event data in the UI

Workflow

Executes a workflow with the event data as an input

Event List

Page Tree
rootEvents

...

In the template name you should specify following parts:

Descrription

Type (required)

What part of the notification this template is for. Possible values

  • MessageBodyHtml

  • MessageBodyPlain

  • MessageSubject

Event

For which event is this template. (prefix '_e') Possible values: id of the event

Level

For which event level is this template. (prefix '_l'). Possible values (subscription_event_level table):

  • 1 - info

  • 2 - warning

  • 3 - error

Message type

For which message type is this template. (prefix '_t'). Possible values (subscription_notification_type table):

  • 1 - sms

  • 2 - email

  • 4 - ui

Participating entities

For which entities is this template. (prefix '_p') Possible values: id of the entity (question)

Can occur multiple times

Examples:

  • MessageBodyHtml_e14_l1_t2 - this is HTML message body for event 14 with level Info and type Email

  • MessageBodyHtml_e19 - this is HTML message body for event 19 for any level and any type