ins-queue-actions 1.2.147 → 1.2.149
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/notificationTemplates.js +16 -0
- package/package.json +1 -1
package/notificationTemplates.js
CHANGED
|
@@ -5,10 +5,22 @@ module.exports = {
|
|
|
5
5
|
templateName: "NOTIFY_BO_ON_LOW_CREDITS",
|
|
6
6
|
requiredParams: ["boName", "employeeName"],
|
|
7
7
|
},
|
|
8
|
+
SP_REQUESTED_BOOKING_IMAGES: {
|
|
9
|
+
templateName: "SP_REQUESTED_BOOKING_IMAGES",
|
|
10
|
+
requiredParams: ["bookingId", "displayedBookingId", "spName"],
|
|
11
|
+
},
|
|
8
12
|
RFQ_COMPLETION_REMINDER: {
|
|
9
13
|
templateName: "RFQ_COMPLETION_REMINDER",
|
|
10
14
|
requiredParams: ["firstName", "rfqId"],
|
|
11
15
|
},
|
|
16
|
+
RFQ_COMPLETION_FOLLOW_UP: {
|
|
17
|
+
templateName: "RFQ_COMPLETION_FOLLOW_UP",
|
|
18
|
+
requiredParams: ["firstName", "rfqId"],
|
|
19
|
+
},
|
|
20
|
+
RFQ_COMPLETION_FINAL: {
|
|
21
|
+
templateName: "RFQ_COMPLETION_FINAL",
|
|
22
|
+
requiredParams: ["firstName", "rfqId"],
|
|
23
|
+
},
|
|
12
24
|
WEEKLY_REPORT_GENERATED_SP: {
|
|
13
25
|
templateName: "WEEKLY_REPORT_GENERATED_SP",
|
|
14
26
|
requiredParams: [],
|
|
@@ -793,6 +805,10 @@ module.exports = {
|
|
|
793
805
|
templateName: "RFQ_COMPLETION_REMINDER",
|
|
794
806
|
requiredParams: ["firstName", "rfqId"],
|
|
795
807
|
},
|
|
808
|
+
SP_REQUESTED_BOOKING_IMAGES: {
|
|
809
|
+
templateName: "SP_REQUESTED_BOOKING_IMAGES",
|
|
810
|
+
requiredParams: ["bookingId", "displayedBookingId", "spName"],
|
|
811
|
+
},
|
|
796
812
|
SP_DAILY_BOOKING_REMINDER: {
|
|
797
813
|
templateName: "SP_DAILY_BOOKING_REMINDER",
|
|
798
814
|
requiredParams: ["jobCount"],
|