Skip to content

Instantly share code, notes, and snippets.

@swinbanks
Last active May 15, 2020 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swinbanks/7176c1bfcd6fff645ead80f0cea074ee to your computer and use it in GitHub Desktop.
Save swinbanks/7176c1bfcd6fff645ead80f0cea074ee to your computer and use it in GitHub Desktop.
HTML Template for Zoom Integration
${render("ish.email.header", bindings)}
<tr>
<td class="ish_block" style="border: 0;border-collapse: collapse;mso-table-lspace: 0pt; mso-table-rspace: 0pt;clear: both;border: 0;min-width: 100%;" width="100%" cellspacing="0" cellpadding="0" border="0" align="left">
<center>
<table cellpadding="10" cellspacing="0" width="600" class="w320">
<tr>
<td class="mini-block-container">
<table cellpadding="0" cellspacing="0" width="100%" class="table-border-separate">
<tr>
<td class="mini-block pull-left" valign="top">
<p>Hello ${record.student.contact.fullName},<br /></p>
<p>Thank you for enrolling in ${record.courseClass.course.name} starting ${record.courseClass.startDateTime?.format("h:mm a EEEE d MMMM yyyy zzzz", record.courseClass.getTimeZone())}</p>
<p>This is held live, online using the Zoom platform.</p>
<p>We ask you to be ready to log into the class at least 10 minutes before the class starts, this will allow you time to get set up and comfortable. Please don't be late.</p>
<p>Please <a href="https://zoom.us/j/${record.courseClass.customField('ZoomID')}">click this link</a> to log into the class.</p>
<p>We look forward to seeing you soon.</p>
<p>Regards, Your College Team</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</td>
</tr>
${render("ish.email.footer")}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment