We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68614d commit a67c085Copy full SHA for a67c085
config/email_template.config.js
@@ -142,7 +142,7 @@ module.exports = {
142
sendgridTemplateId: config.TAAS_NOTIFICATION_INTERVIEW_LINK_FOR_HOST_SENDGRID_TEMPLATE_ID
143
},
144
'taas.notification.interview-link-for-guest': {
145
- subject: 'You\'re meeting on {{start}}',
+ subject: 'Your interview is confirmed! {{start}}',
146
body: '',
147
recipients: [],
148
from: config.NOTIFICATION_SENDER_EMAIL,
0 commit comments