Inbound event
Endpoint: Event connector can handle any kind of message.
This is only possible because the endpoint must be provided by an app. The endpoint then transfers the inbound message to an Inbound Raw Message.
* 
The raw message contains the original message as it was received.
Transform: The Transform step transforms the Inbound Raw Message to an Inbound Message. If the message that was originally received was in a structured form, than this step can just pass the message. If the incoming message is in a free format style, than it must be structured.
Process: The Process step is the point where the message is actually handled. In the Process step, the message can be directly handled, or it can be passed to the decision model. If it is directly handled, the app should directly execute actions on the Planon business objects. The decision model is a way to handle the event by configuration, it is optional.