Creation of Messages by Message Engine

Message Engine has a set of predefined triggers associated with various events in OFSC. Once a certain event happens an appropriate trigger is activated and the Message Engine initiates the corresponding Message Scenario.

Message Scenario consists of one or more Starting Steps and zero or more Inner Steps.

  • Starting Steps are executed once when the scenario is executed.

  • Inner steps (result handlers) are optionally executed to handle results of Starting Steps or other Inner Steps.

A message is generated whenever a step is executed.

Each message step has the 'Notification Method' property, which defines where messages are sent. Following is the list of some of the Notification Methods:

  • E-mail – email notification message – handled internally in OFSC

  • External System – message sent to Middleware

Note: only the External System method is related to the Outbound SDK. Other methods are listed here as part of the Message Engine description.