Dealer_Onboarding_Backend/src/emailtemplates/worknote_notification.html

7 lines
280 B
HTML

{{> email_header}}
<h2>Hi {{userName}},</h2>
<p>You have a new work note or update on an application you are participating in.</p>
<p><strong>Application:</strong> {{dealerName}} ({{applicationId}})<br><strong>Update:</strong> {{message}}</p>
{{> primary_cta}}
{{> email_footer}}