Customer Email
Scoping Questions
- Is customer email functionality required?
- Are email templates configurable?
- What email triggers are needed?
How To Guide
Configuration Examples
Email communication template
<retail:communicationTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>CUSTOMER_WELCOME</retail:templateId>
<retail:descriptions>
<core:string language="en" country="GB">Customer Welcome Email</core:string>
</retail:descriptions>
<retail:communicationType>EMAIL</retail:communicationType>
<retail:triggerEvent>CUSTOMER_REGISTRATION</retail:triggerEvent>
<retail:subjectTemplate>Welcome to {retailerName}</retail:subjectTemplate>
<retail:senderAddress>noreply@retailer.com</retail:senderAddress>
</retail:communicationTemplate>