@@ -112,88 +112,88 @@ module.exports = {
112
112
*/
113
113
notificationEmailTemplates : {
114
114
'taas.notification.job-candidate-resume-viewed' : {
115
- subject : 'Client has viewed your Topcoder profile ' ,
115
+ subject : 'Topcoder - Client View Resume for Job {{jobName}} ' ,
116
116
body : '' ,
117
117
recipients : [ ] ,
118
118
from : config . NOTIFICATION_SENDER_EMAIL ,
119
- sendgridTemplateId : config . NOTIFICATION_CLIENT_VIEWED_PROFILE_SENDGRID_TEMPLATE_ID
119
+ sendgridTemplateId : config . NOTIFICATION_SENDGRID_TEMPLATE_ID
120
120
} ,
121
121
'taas.notification.candidates-available-for-review' : {
122
- subject : 'You have candidates to review' ,
122
+ subject : 'Topcoder - {{teamName}} has job candidates available for review' ,
123
123
body : '' ,
124
124
recipients : [ ] ,
125
125
from : config . NOTIFICATION_SENDER_EMAIL ,
126
- sendgridTemplateId : config . NOTIFICATION_REVIEW_CANDIDATES_SENDGRID_TEMPLATE_ID
126
+ sendgridTemplateId : config . NOTIFICATION_SENDGRID_TEMPLATE_ID
127
127
} ,
128
128
'taas.notification.interview-coming-up-host' : {
129
- subject : 'Interview reminder: Your Topcoder interview is coming up ' ,
129
+ subject : 'Topcoder - Interview Coming Up: {{jobTitle}} with {{guestFullName}} ' ,
130
130
body : '' ,
131
131
recipients : [ ] ,
132
132
from : config . NOTIFICATION_SENDER_EMAIL ,
133
- sendgridTemplateId : config . NOTIFICATION_CUSTOMER_INTERVIEW_COMING_UP_SENDGRID_TEMPLATE_ID
133
+ sendgridTemplateId : config . NOTIFICATION_SENDGRID_TEMPLATE_ID
134
134
} ,
135
135
'taas.notification.interview-coming-up-guest' : {
136
- subject : 'Reminder: Interview coming up ' ,
136
+ subject : 'Topcoder - Interview Coming Up: {{jobTitle}} with {{hostFullName}} ' ,
137
137
body : '' ,
138
138
recipients : [ ] ,
139
139
from : config . NOTIFICATION_SENDER_EMAIL ,
140
- sendgridTemplateId : config . NOTIFICATION_MEMBER_INTERVIEW_COMING_UP_SENDGRID_TEMPLATE_ID
140
+ sendgridTemplateId : config . NOTIFICATION_SENDGRID_TEMPLATE_ID
141
141
} ,
142
142
'taas.notification.interview-awaits-resolution' : {
143
- subject : 'Interview complete - here’s what to do next ' ,
143
+ subject : 'Topcoder - Interview Awaits Resolution: {{jobTitle}} for {{guestFullName}} ' ,
144
144
body : '' ,
145
145
recipients : [ ] ,
146
146
from : config . NOTIFICATION_SENDER_EMAIL ,
147
- sendgridTemplateId : config . NOTIFICATION_INTERVIEW_COMPLETE_SENDGRID_TEMPLATE_ID
147
+ sendgridTemplateId : config . NOTIFICATION_SENDGRID_TEMPLATE_ID
148
148
} ,
149
149
'taas.notification.post-interview-action-required' : {
150
- subject : 'Reminder: Take action to reserve your talent ' ,
150
+ subject : 'Topcoder - Candidate Action Required in {{teamName}} for {{numCandidates}} candidates ' ,
151
151
body : '' ,
152
152
recipients : [ ] ,
153
153
from : config . NOTIFICATION_SENDER_EMAIL ,
154
- sendgridTemplateId : config . NOTIFICATION_POST_INTERVIEW_ACTION_SENDGRID_TEMPLATE_ID
154
+ sendgridTemplateId : config . NOTIFICATION_SENDGRID_TEMPLATE_ID
155
155
} ,
156
156
'taas.notification.resource-booking-expiration' : {
157
- subject : 'Reminder: 3 weeks left in your Angular Developer’s gig ' ,
157
+ subject : 'Topcoder - Resource Booking Expiring in {{teamName}} for {{numResourceBookings}} resource bookings ' ,
158
158
body : '' ,
159
159
recipients : [ ] ,
160
160
from : config . NOTIFICATION_SENDER_EMAIL ,
161
- sendgridTemplateId : config . NOTIFICATION_UPCOMING_RESOURCE_BOOKING_EXPIRATION_SENDGRID_TEMPLATE_ID
161
+ sendgridTemplateId : config . NOTIFICATION_SENDGRID_TEMPLATE_ID
162
162
} ,
163
163
'taas.notification.team-created' : {
164
- subject : 'Your Topcoder talent request confirmation ' ,
164
+ subject : 'Topcoder - New Team {{teamName}} Created ' ,
165
165
body : '' ,
166
166
recipients : [ ] ,
167
167
from : config . NOTIFICATION_SENDER_EMAIL ,
168
- sendgridTemplateId : config . NOTIFICATION_NEW_TEAM_CREATED_SENDGRID_TEMPLATE_ID
168
+ sendgridTemplateId : config . NOTIFICATION_SENDGRID_TEMPLATE_ID
169
169
} ,
170
170
'taas.notification.job-created' : {
171
- subject : 'New job added to your Topcoder team ' ,
171
+ subject : 'Topcoder - New Job {{jobTitle}} Created in Team {{teamName}} ' ,
172
172
body : '' ,
173
173
recipients : [ ] ,
174
174
from : config . NOTIFICATION_SENDER_EMAIL ,
175
- sendgridTemplateId : config . NOTIFICATION_NEW_JOB_ADDED_SENDGRID_TEMPLATE_ID
175
+ sendgridTemplateId : config . NOTIFICATION_SENDGRID_TEMPLATE_ID
176
176
} ,
177
177
'taas.notification.interviews-overlapping' : {
178
178
subject : 'Topcoder - Interviews overlapping' ,
179
179
body : '' ,
180
180
recipients : config . NOTIFICATION_OPS_EMAILS ,
181
181
from : config . NOTIFICATION_SENDER_EMAIL ,
182
- sendgridTemplateId : config . NOTIFICATION_INTERVIEWS_OVERLAPPING_SENDGRID_TEMPLATE_ID
182
+ sendgridTemplateId : config . NOTIFICATION_SENDGRID_TEMPLATE_ID
183
183
} ,
184
184
'taas.notification.job-candidate-selected' : {
185
185
subject : 'Topcoder - Job Candidate {{userHandle}} Selected for {{jobTitle}} in Team {{teamName}}' ,
186
186
body : '' ,
187
187
recipients : config . NOTIFICATION_OPS_EMAILS ,
188
188
from : config . NOTIFICATION_SENDER_EMAIL ,
189
- sendgridTemplateId : config . NOTIFICATION_JOB_CANDIDATE_SELECTED_SENDGRID_TEMPLATE_ID
189
+ sendgridTemplateId : config . NOTIFICATION_SENDGRID_TEMPLATE_ID
190
190
} ,
191
191
'taas.notification.resource-booking-placed' : {
192
- subject : 'Your Topcoder talent is confirmed! How to start working with them. ' ,
192
+ subject : 'Topcoder - Resource Booking {{userHandle}} Placed for Job {{jobTitle}} in Team {{teamName}} ' ,
193
193
body : '' ,
194
194
recipients : [ ] ,
195
195
from : config . NOTIFICATION_SENDER_EMAIL ,
196
- sendgridTemplateId : config . NOTIFICATION_RESOURCE_BOOKING_PLACED_SENDGRID_TEMPLATE_ID
196
+ sendgridTemplateId : config . NOTIFICATION_SENDGRID_TEMPLATE_ID
197
197
}
198
198
}
199
199
}
0 commit comments