File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 6
6
const config = require ( 'config' )
7
7
8
8
module . exports = {
9
- /* Report a general issue for a team.
10
- *
11
- * - projectId: the project ID. Example: 123412
12
- * - projectName: the project name. Example: "TaaS API Misc Updates"
13
- * - reportText: the body of reported issue. Example: "I have issue with ... \n ... Thank you in advance!"
9
+ /**
10
+ * List all the kind of emails which could be sent by the endpoint `POST /taas-teams/email` inside `teamTemplates`.
14
11
*/
15
12
teamTemplates : {
13
+ /* Report a general issue for a team.
14
+ *
15
+ * - projectId: the project ID. Example: 123412
16
+ * - projectName: the project name. Example: "TaaS API Misc Updates"
17
+ * - reportText: the body of reported issue. Example: "I have issue with ... \n ... Thank you in advance!"
18
+ */
16
19
'team-issue-report' : {
17
20
subject : 'Issue Reported on TaaS Team {{projectName}} ({{projectId}}).' ,
18
21
body : 'Project Name: {{projectName}}' + '\n' +
@@ -103,6 +106,10 @@ module.exports = {
103
106
sendgridTemplateId : config . INTERVIEW_INVITATION_SENDGRID_TEMPLATE_ID
104
107
}
105
108
} ,
109
+
110
+ /**
111
+ * List all kind of emails which could be send as Email Notifications by scheduler, API endpoints or anything else.
112
+ */
106
113
notificationEmailTemplates : {
107
114
'taas.notification.candidates-available-for-review' : {
108
115
subject : 'Topcoder - {{teamName}} has job candidates available for review' ,
You can’t perform that action at this time.
0 commit comments