> ## Documentation Index
> Fetch the complete documentation index at: https://boltcall.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Automated Reminders

> Send SMS and email reminders before appointments to reduce no-shows. Customers can confirm, reschedule, or cancel by replying — all handled automatically.

No-shows cost businesses thousands of dollars a month in lost revenue and wasted time. Automated Reminders sends personalized SMS and email messages before every appointment, keeping customers informed and giving them an easy way to reschedule if plans change.

You configure it once. The system handles every reminder from that point forward.

## What it does

* Sends reminders at configurable intervals (e.g., 1 week, 48 hours, 24 hours, 2 hours before)
* Personalizes each message with the customer's name, appointment time, and service details
* Supports two-way replies — customers can confirm, reschedule, or cancel by text
* Handles rescheduling automatically by checking your calendar and offering new times
* Frees up cancelled slots so other customers can fill them

## Key benefits

<CardGroup cols={2}>
  <Card title="Reduce no-shows" icon="chart-line-down" href="/features/automated-reminders">
    Automated reminders typically reduce no-show rates by 50–70%.
  </Card>

  <Card title="Two-way rescheduling" icon="arrows-rotate" href="/features/automated-reminders">
    Customers can reschedule by reply. The AI finds a new time and updates your calendar.
  </Card>

  <Card title="Supports SMS and email" icon="envelope" href="/features/automated-reminders">
    Send via SMS, email, or both. Configure per customer or per appointment type.
  </Card>

  <Card title="Set it once" icon="gear" href="/features/automated-reminders">
    Reminders run automatically for every appointment once configured.
  </Card>
</CardGroup>

## Setup

<Steps>
  <Step title="Go to Reminders">
    In your dashboard, navigate to **Reminders** in the sidebar.
  </Step>

  <Step title="Connect your calendar">
    Reminders require a connected calendar. If you have not done so already, link your Cal.com or Google Calendar from the [Calendar integration](/integrations/calendar) page.
  </Step>

  <Step title="Set your reminder timing">
    Choose when reminders are sent relative to each appointment. You can add multiple reminders per appointment:

    | Timing          | Recommended use                 |
    | --------------- | ------------------------------- |
    | 1 week before   | High-value or long appointments |
    | 48 hours before | Standard appointments           |
    | 24 hours before | Most appointment types          |
    | 2 hours before  | Same-day confirmation           |

    Select the timings that make sense for your business and appointment types.
  </Step>

  <Step title="Configure message templates">
    Write the SMS and email messages your customers will receive. Templates support merge fields:

    **Example SMS (24h reminder):**

    ```text theme={null}
    Hi {{first_name}}, just a reminder about your appointment with
    {{business_name}} tomorrow at {{time}}. Reply YES to confirm,
    RESCHEDULE to change your time, or CANCEL to cancel.
    ```

    **Example SMS (2h reminder):**

    ```text theme={null}
    See you soon, {{first_name}}! Your {{service}} appointment is
    today at {{time}} at {{address}}. Reply HELP if you need anything.
    ```
  </Step>

  <Step title="Enable SMS and/or email">
    Toggle on the channels you want to use. If you enable both, reminders are sent via SMS and email for every appointment.
  </Step>

  <Step title="Save settings">
    Click **Save**. Reminders will be scheduled automatically for all upcoming appointments.
  </Step>
</Steps>

## Two-way rescheduling

When a customer replies to a reminder, Boltcall handles the response automatically:

* **YES / Confirm** — the confirmation is logged; no action needed
* **RESCHEDULE** — the AI asks for their preferred new time, checks your calendar, and updates the booking
* **CANCEL** — the appointment is cancelled, the slot is freed, and you are notified
* **Any other reply** — the AI responds conversationally and escalates to you if needed

<Tip>
  Keep your calendar availability up to date. When customers reschedule, the AI only offers time slots that are genuinely open.
</Tip>

## Reminder content tips

Include the following in your reminder messages to reduce confusion and no-shows:

* Customer's first name
* Appointment date and time
* Service or appointment type
* Business address or location (for in-person visits)
* Preparation instructions if applicable (e.g., "Please arrive 10 minutes early")
* Clear reply options (YES to confirm, RESCHEDULE to change)

<Warning>
  Do not include sensitive personal or medical information in SMS reminder messages. Use email for content that requires more privacy.
</Warning>

## Opt-outs

Customers can opt out of reminders at any time by replying STOP. Boltcall removes them from future automated messages immediately and in compliance with SMS regulations.

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Can I customize reminders per appointment type?">
    Yes. You can create different reminder timing and message templates for different services or appointment types.
  </Accordion>

  <Accordion title="What if a customer does not want reminders?">
    Customers can reply STOP at any time to opt out. You can also manually disable reminders for a specific customer from their lead record.
  </Accordion>

  <Accordion title="Will reminders be sent at odd hours?">
    No. Boltcall sends reminders during reasonable hours based on the customer's time zone. A 24-hour reminder will not go out at 3am.
  </Accordion>

  <Accordion title="Can I include special instructions in reminders?">
    Yes. Add custom preparation instructions, parking info, or what to bring directly in your message templates. You can vary this per appointment type.
  </Accordion>

  <Accordion title="Does it work if appointments are booked through SMS Booking?">
    Yes. Any appointment created through [SMS Booking](/features/sms-booking), the AI Receptionist, or manually added to your calendar will trigger the reminder sequence automatically.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="SMS Booking" icon="message-sms" href="/features/sms-booking">
    Book appointments via two-way SMS conversations.
  </Card>

  <Card title="Calendar integration" icon="calendar" href="/integrations/calendar">
    Connect your calendar to power reminders and booking.
  </Card>

  <Card title="AI Receptionist" icon="phone" href="/features/ai-receptionist">
    Answer calls and book appointments automatically.
  </Card>

  <Card title="Dashboard overview" icon="gauge" href="/dashboard/overview">
    View upcoming reminders and appointment history.
  </Card>
</CardGroup>
