Added length of appointment to config + fixed appointments not showing in scheduling modal + added appointment confirmation template. BOD-141 BOD-149 BOD-148
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
query EMAIL_APPOINTMENT_CONFIRMATION($id: uuid!) {
|
||||
appointments_by_pk(id: $id) {
|
||||
start
|
||||
title
|
||||
job {
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
ownr_ea
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<div style="font-family: Arial, Helvetica, sans-serif;">
|
||||
<p style="text-align: center;">Hello {{appointments_by_pk.job.ownr_fn}},</p>
|
||||
<p style="text-align: center;">
|
||||
This is a confirmation that you have an appointment at
|
||||
{{appointments_by_pk.start}} to bring your car in for repair. Please email
|
||||
us at {{bodyshop.email}} if you can't make it.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user