E-mail de confirmation de rendez-vous de service replanifié

Print
Email Template Details
Folder Unfiled Public Classic Email Templates
Name E-mail de confirmation de rendez-vous de service replanifié
Unique Name SalesforceSchedulerModifyApptEmailTemplate
Encoding UTF-8
Type custom
Available For Use Yes
Subject Votre rendez-vous de service a été replanifié
HTML Body <!DOCTYPE html> <html> <head> <style type="text/css"> body { font-family: Segoe UI; } .container { padding: 30px; height: fit-content; border-radius: 5px 5px 0px 0px; } .container-success { background: #B7F5D280; border-top: 5px solid #4BCA81; } .container-warning { background: #fcf3e0; border-top: 5px solid #d79301; } .content { padding: 30px; background: white; } .details-box { border: 1px solid #C9C9C9; } .padding-left-right-small { padding: 0px 20px; } .horizontal-bar { height: 1px; background: #C9C9C9; } .table-container td{ padding: 10px; font-size: 12px; } .scheduled-time-cell { display: flex; align-items: center; } .margin-right-xx_small { margin-right: 5px; } </style> </head> <body> <div class="container container-success"> <div class="content"> <p> Bonjour {!Lead.Name}, </p> <p> Votre rendez-vous de service avec <b>{!ServiceResource.Name}</b> a été replanifié.</b>. </p> <div class="details-box"> <p class="padding-left-right-small"> Voici les détails du rendez-vous&nbsp;: </p> <div class="horizontal-bar"></div> <div class="table-container"> <table> <tr> <td> Heure planifiée&nbsp;: </td> <td class="scheduled-time-cell"> <img src="https://test.salesforce.com/img/icon/t4v35/utility/event_60.png" height="15"class="margin-right-xx_small"> <b>{!DATETIMEVALUE(ServiceAppointment.SchedStartTime)} - {!DATETIMEVALUE(ServiceAppointment.SchedEndTime)}{!User.TimeZoneSidKey}</b> </td> </tr> <tr> <td> Objet&nbsp;: </td> <td> <b>{!ServiceAppointment.WorkType}</b> </td> </tr> <tr> <td> Type&nbsp;: </td> <td> <b>{!ServiceAppointment.AppointmentType}</b> </td> </tr> </table> </div> </div> <p> Si vous changez d’avis, vous pouvez <a target="_blank" href="[[MODIFY_APPT_FLOW_URL]]">modifier ou annuler</a> votre rendez-vous de service. </p> <p> Merci&nbsp;! </p> </div> </div> </body> </html>
Description Modèle d'e-mail confirmant la replanification d'un rendez-vous de service.