Order Communications
Scoping Questions
- What order communications are required? (confirmation, dispatch, delivery, collection ready)
- What communication channels are used? (email, SMS)
- Should communication templates be configurable?
How To Guide
Configuration Examples
Order communication configuration
<retail:communicationTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>ORDER_CONFIRMATION</retail:templateId>
<retail:descriptions>
<core:string language="en" country="GB">Order Confirmation</core:string>
</retail:descriptions>
<retail:communicationType>EMAIL</retail:communicationType>
<retail:triggerEvent>ORDER_CREATED</retail:triggerEvent>
<retail:subjectTemplate>Order Confirmation - {orderNumber}</retail:subjectTemplate>
</retail:communicationTemplate>