...
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 |
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 | ||
---|---|---|
|
...
In the template name you should specify following parts:
Descrription | |
---|---|
Type (required) | What part of the notification this template is for. Possible values
|
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):
|
Message type | For which message type is this template. (prefix '_t'). Possible values (subscription_notification_type table):
|
Participating entities | For which entities is this template. (prefix '_p') Possible values: id of the entity 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