Model ID (e.g. gpt-4o, gpt-3.5-turbo).
Available variables: - lead: .name, .email, .phone, .address - appointment: .title, .start_time, .status (next upcoming) Example: Hi {{ lead.name }}, regarding your appointment on {{ appointment.start_time }}...
lead
appointment
Hi {{ lead.name }}, regarding your appointment on {{ appointment.start_time }}...