Dear {{ employee_data.first_name }} {{ employee_data.last_name }},
You have a new visitor appointment scheduled. Here are the details:
| Request Id: | {{ new_appointment.request_id }} | |
| Visitor Name: | {{ visitor_data.first_name }} {{ visitor_data.last_name }} | |
| Visitor Mobile: | Visitor Mobile: | {{ visitor_data.mobile }} |
| Visitor Email: | {{ visitor_data.email }} | |
| Visitor Company Name: | {{ new_appointment.visitor_company_name }} | |
| Appointment Date: | {{ new_appointment.date }} | |
| Appointment Time: | {{ new_appointment.time }} | |
| Purpose: | {{ new_appointment.purpose }} |
Please be prepared to receive the visitor at the scheduled time.
Accept RejectThank you!
Visitor Management System