Added creation of email based CSI BOD-108
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export const EmailSettings = {
|
||||
fromNameDefault: "Bodyshop.app",
|
||||
fromAddress: "noreply@bodyshop.app",
|
||||
fromNameDefault: "ImEX Online",
|
||||
fromAddress: "noreply@imex.online",
|
||||
};
|
||||
|
||||
export const TemplateList = {
|
||||
@@ -28,4 +28,10 @@ export const TemplateList = {
|
||||
drivingId: "Parts order Id",
|
||||
key: "parts_return_confirmation",
|
||||
},
|
||||
csi_invitation: {
|
||||
title: "Customer Survey Invitation",
|
||||
description: "Customer Survey Invitation",
|
||||
drivingId: "csi Id",
|
||||
key: "csi_invitation",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user