Dealer_Onboarding_Backend/src/emailtemplates/interview_scheduled.html

12 lines
566 B
HTML

{{> email_header}}
<h2>Hi {{name}},</h2>
<p>Your interview for the Royal Enfield dealership application (<strong>{{applicationId}}</strong>) has been scheduled.</p>
<div class="details">
<p><strong>Interview Level:</strong> {{level}}<br>
<strong>Date & Time:</strong> {{dateTime}}<br>
<strong>Mode/Location:</strong> {{location}}<br>
<strong>Type:</strong> {{type}}</p>
</div>
<p>Please ensure you are available at the scheduled time. If it's a virtual interview, the link will be shared separately or is included in the location field above.</p>
{{> email_footer}}