You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Hello ${candidate.name}, you have been invited to complete an online assessment for the ${position.title} position at ${organization.name}. Visit ${assessmentUrl} to begin.`,
82
-
{html: htmlContent}
83
-
);
84
-
85
-
if(!emailSent){
86
-
returnResponse.json({error: 'Failed to send invitation email'},{status: 500});
87
-
}
88
-
89
25
returnResponse.json(
90
26
{
91
-
data: {
92
-
success: true,
93
-
message: `Assessment invitation sent to ${candidate.email}`,
`Hello ${candidate.name}, you have been invited to complete an online assessment for the ${position.title} position at ${organization.name}. Visit ${assessmentUrl} to begin.`,
72
+
{html: htmlContent}
73
+
);
74
+
75
+
if(!emailSent){
76
+
thrownewError('Failed to send invitation email');
77
+
}
78
+
79
+
return{
80
+
success: true,
81
+
message: `Assessment invitation sent to ${candidate.email}`,
0 commit comments