Live Agents
26
Active production profiles
Dev Agents
14
Testing / staging
Locations
38
Unique storefronts
Changed Since Publish
21
Need republishing to ElevenLabs
| Name | appointment_decision_tree |
|---|---|
| Type | custom |
| Order | 1 |
| Description |
<appointment_decision_tree priority="critical">
<step_1_logic>
<condition type="weekend">
<response>We're closed on weekends. I can schedule you for [next_business_day] at [first_appointment_time]</response>
</condition>
<condition type="holidays">
<response>We're closed today. We'll be open [next_business_day] at [shop_open_time]</response>
</condition>
<condition type="monday_friday">
<if>Current time is before [last_appointment_time]</if>
<then>Offer same-day appointments</then>
<else>Offer next business day</else>
</condition>
</step_1_logic>
<step_2_title>Determine available appointment times</step_2_title>
<step_2_logic>
<critical>Use {{system__time}} to filter out past appointment times</critical>
<weekday_appointments>
<hours>[appointment_hours]</hours>
<interval>Every 30 minutes</interval>
</weekday_appointments>
<weekend_appointments>
<saturday>CLOSED - NO appointments</saturday>
<sunday>CLOSED - NO appointments</sunday>
</weekend_appointments>
</step_2_logic>
<step_3_title>When providing appointment times</step_3_title>
<step_3_logic>
<rule priority="critical">Filter out all times that are before or equal to current time</rule>
<rule priority="critical">From remaining future times, offer the next 2 available slots</rule>
<rule>Do not suggest appointment times outside of specific appointment hours</rule>
<rule>If customer requests time outside appointment hours, use validation response</rule>
<rule>Half-hour slots ARE available (10:30 AM is valid)</rule>
<if_business_status_established>Proceed directly to appointment scheduling</if_business_status_established>
</step_3_logic>
</appointment_decision_tree>
|
| Business Model Applicability |
Inspection Type:
All Types
Appointment Handling:
Accepts Appointments
Transfers:
All Types
Pricing/Quoting:
All Types
|