ins-queue-actions 1.2.146 → 1.2.148
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
|
@@ -9,6 +9,14 @@ module.exports = {
|
|
|
9
9
|
templateName: "RFQ_COMPLETION_REMINDER",
|
|
10
10
|
requiredParams: ["firstName", "rfqId"],
|
|
11
11
|
},
|
|
12
|
+
RFQ_COMPLETION_FOLLOW_UP: {
|
|
13
|
+
templateName: "RFQ_COMPLETION_FOLLOW_UP",
|
|
14
|
+
requiredParams: ["firstName", "rfqId"],
|
|
15
|
+
},
|
|
16
|
+
RFQ_COMPLETION_FINAL: {
|
|
17
|
+
templateName: "RFQ_COMPLETION_FINAL",
|
|
18
|
+
requiredParams: ["firstName", "rfqId"],
|
|
19
|
+
},
|
|
12
20
|
WEEKLY_REPORT_GENERATED_SP: {
|
|
13
21
|
templateName: "WEEKLY_REPORT_GENERATED_SP",
|
|
14
22
|
requiredParams: [],
|
|
@@ -61,6 +69,10 @@ module.exports = {
|
|
|
61
69
|
templateName: "CUSTOMER_RFQ_SUBMITTED",
|
|
62
70
|
requiredParams: ["rfqId", "category"],
|
|
63
71
|
},
|
|
72
|
+
RFQ_CLOSED_NO_ACTIVITY: {
|
|
73
|
+
templateName: "RFQ_CLOSED_NO_ACTIVITY",
|
|
74
|
+
requiredParams: ["rfqId"],
|
|
75
|
+
},
|
|
64
76
|
CUSTOMER_RECURRENT_STRIPE_FAILURE: {
|
|
65
77
|
templateName: "CUSTOMER_RECURRENT_STRIPE_FAILURE",
|
|
66
78
|
requiredParams: ["customerName", "subscriptionId"],
|
|
@@ -1070,6 +1082,10 @@ module.exports = {
|
|
|
1070
1082
|
templateName: "RFQ_CLOSURE_CUSTOMER",
|
|
1071
1083
|
requiredParams: ["rfqId"],
|
|
1072
1084
|
},
|
|
1085
|
+
RFQ_CLOSED_NO_ACTIVITY: {
|
|
1086
|
+
templateName: "RFQ_CLOSED_NO_ACTIVITY",
|
|
1087
|
+
requiredParams: ["rfqId"],
|
|
1088
|
+
},
|
|
1073
1089
|
BOOKING_REASSIGNED_CUSTOMER: {
|
|
1074
1090
|
templateName: "BOOKING_REASSIGNED_CUSTOMER",
|
|
1075
1091
|
requiredParams: ["bookingId", "displayedBookingId"],
|