Folder |
Unfiled Public Classic Email Templates |
Name |
E-mail de confirmation de l’inscription aux rendez-vous de service du groupe |
Unique Name |
SalesforceSchedulerGroupApptEmailTemplate |
Encoding |
UTF-8 |
Type |
custom |
Available For Use |
Yes |
Subject |
Vous êtes inscrit au rendez-vous de service. |
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 [[ATTENDEE_NAME]],
</p>
<p>
Vous êtes inscrit au rendez-vous de service avec <b>{!ServiceResource.Name}</b>
</p>
<div class="details-box">
<p class="padding-left-right-small">
Détails du rendez-vous de service :
</p>
<div class="horizontal-bar"></div>
<div class="table-container">
<table>
<tr>
<td>
Heure prévue :
</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 :
</td>
<td>
<b>{!WorkTypeGroup.Name}</b>
</td>
</tr>
<tr>
<td>
Type :
</td>
<td>
<b>{!ServiceAppointment.AppointmentType}</b>
</td>
</tr>
</table>
</div>
</div>
<p>
Si vous changez d’avis, vous pouvez vous <a target="_blank" href="[[GROUP_APPT_UNENROLL_URL]]">désinscrire</a> du rendez-vous de service.
</p>
<p>
Merci !
</p>
</div>
</div>
</body>
</html> |
Description |
Modèle d'e-mail de confirmation de l’inscription d’un participant à un rendez-vous de service de groupe. |