12 lines
566 B
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}}
|