Promise Date Change Notification
Learn how to ensure accurate promise date change communication from OMS to Marketing Automation Platform.
Overview
Step 1: Identify Promise Date Changes
Service Details
<service name="bulkSendPromiseDateChangedNotification" engine="java"
location="co.hotwax.customerservice.order.CsrOrderServices" invoke="bulkSendPromiseDateChangedNotification" auth="true" transaction-timeout="3600">
<description>Bulk service to send promised date changed notification. Default send promised date changed on the last day.</description>
<attribute name="fromDate" type="Timestamp" mode="IN" optional="true"/>
<attribute name="toDate" type="Timestamp" mode="IN" optional="true"/>
</service>Parameter
Description
Required
Step 2: Prepare for Email Notification
Step 3: Call sendDeliveryDateChangedNotification service
sendDeliveryDateChangedNotification serviceService Details
Parameter
Description
Required
Step 4: Customize Email Notification
Step 5: Deliver Email Notification
By following these steps, you can ensure accurate promise date change communication from the OMS to marketing automation platform
Last updated
Was this helpful?