Let clients book, reschedule, or cancel appointments by chat

A chat assistant checks your calendar, books or changes appointments, and logs every booking to Google Sheets.

How the work actually flows

It branches. Exactly one path is taken.

Pattern: Exclusive Choice (4) · Simple Merge (5)

flowchart TD trig>"client starts a chat"]:::trig s0(("client states request")):::human s1["assistant checks calendar"]:::svc s2[("log appointment to sheet")]:::store trig --> s0 s0 --> s1 gx{"× what does client want"}:::gate s1 --> gx p00["book new appointment"]:::task gx -->|"book new appointment"| p00 p10["reschedule appointment"]:::task gx -->|"reschedule appointment"| p10 p20["cancel appointment"]:::task gx -->|"cancel appointment"| p20 jn{"○ action confirmed"}:::gate p00 --> jn p10 --> jn p20 --> jn jn --> s2 out[/"confirmed appointment logged"/]:::out pay{{"bookings handled without manual back and forth"}}:::pay s2 --> out out --> pay s1 -. "failures recorded, run continues" .-> out classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itAn outside serviceA personA record or sheetOne path onlyPaths rejoinResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

Business functions
AI Agents & Autonomous SystemsAI Chatbots & AssistantsSpreadsheet & Database OpsScheduling & Calendar
Connects
Cal.comGoogle CalendarGoogle Sheets

The problem it solves

You spend time going back and forth with clients just to find a time that works, then updating your calendar and records by hand. Reschedules and cancellations mean even more manual follow up.

Who it fits

Coaches, consultants, clinics, and other service businesses that take appointments.

How it works

  1. A client starts a chat and says what they want, like booking a time
  2. The assistant checks your calendar for available slots and suggests alternatives if needed
  3. The assistant books, reschedules, or cancels the appointment on request
  4. Every appointment is logged to Google Sheets automatically
  5. Any errors are logged separately so nothing gets missed silently
What you get

Appointments booked without a single phone call

Clients can book, reschedule, or cancel appointments anytime through chat, and every booking is logged automatically to your Google Sheet.

What you get

A confirmed calendar booking and an up-to-date Google Sheets record of every appointment.

What you need

A Cal.com account connected to Google Calendar, plus a Google Sheets account.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook