{ "template": "Hi {{name|title_case}}, this is {{assistant_name}} from {{company}}. I'm calling about your appointment on {{appointment_date}}.", "variables": { "name": "john smith", "assistant_name": "Sarah", "company": "Acme Healthcare", "appointment_date": "February 15th" }}
Hi {{name|title_case}}, this is {{assistant_name}} from {{company}}. How are you today?
Appointment reminder:
I'm calling to remind you about your {{appointment_type|default('appointment')}} scheduled for {{appointment_date}} at {{appointment_time|default('your scheduled time')}}.
SMS message:
Hi {{name}}, reminder: You have an appointment at {{company}} on {{date}}. Reply CONFIRM to confirm or call us to reschedule.