Dear {{ employee_data.first_name }} {{ employee_data.last_name }},
You have a new visitor appointment scheduled. Here are the details:
Visitor Name: | {{ visitor_data.first_name }} {{ visitor_data.last_name }} |
Visitor Mobile: | {{ visitor_data.mobile }} |
Visitor Email: | {{ visitor_data.email }} |
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