/** * Help Settings Email Templates Page */ import React from 'react'; import { useNavigate, Link } from 'react-router-dom'; import { ArrowLeft, Mail, FileText, Edit, Eye, Bell, CheckCircle, ChevronRight, HelpCircle, Code, } from 'lucide-react'; const HelpSettingsEmail: React.FC = () => { const navigate = useNavigate(); return (
Customize automated emails
Email Templates let you customize the automated emails sent to customers. Personalize confirmation messages, reminders, and notifications to match your brand voice.
Sent when appointment is booked
Sent before the appointment
Sent when appointment is changed
Sent when appointment is cancelled
Template Variables
Use these variables in your templates to include dynamic content:
{"{{customer_name}}"} - Customer's full name
{"{{service_name}}"} - Name of the booked service
{"{{appointment_date}}"} - Date of appointment
{"{{appointment_time}}"} - Time of appointment
{"{{business_name}}"} - Your business name
Our support team is ready to help with any questions.