Book appointments automatically from WhatsApp messages

Reads appointment details from WhatsApp messages, logs them in a spreadsheet, and confirms the booking.

How the work actually flows

It branches. Exactly one path is taken.

Pattern: Exclusive Choice (4)

flowchart TD trig>"customer sends whatsapp message"]:::trig s0["classify greeting or booking"]:::task s1["extract booking details"]:::task s2[("log appointment to sheet")]:::store s3["send confirmation message"]:::task trig --> s0 s1 --> s2 s2 --> s3 gx{"× greeting or booking request"}:::gate s0 --> gx p00["extract details"]:::task gx -->|"booking request"| p00 p01["log to sheet"]:::task p00 --> p01 p10["no further action"]:::task gx -->|"greeting message"| p10 p01 --> s1 p10 --> s1 out[/"appointment logged and confirmed"/]:::out pay{{"faster replies, fewer missed bookings"}}:::pay s3 --> out out --> pay 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 itA stepA record or sheetOne path onlyResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
Voice & PhoneMessaging & NotificationsSpreadsheet & Database OpsAPI & Webhook IntegrationScheduling & Calendar
Connects
WhatsAppGoogle Sheets

The problem it solves

Booking appointments over WhatsApp means manually copying names, phone numbers, and times into your calendar or spreadsheet, and it's easy to lose track of who's confirmed. Customers are left waiting for a reply while you catch up on messages.

Who it fits

A service business, like a salon or clinic, that takes appointment requests over WhatsApp.

How it works

  1. A message arrives from a customer on WhatsApp
  2. The system checks whether it's a greeting or an actual booking request
  3. If it's a booking, the name, phone, date, and time are pulled out of the message
  4. The details are logged as a new row in a Google Sheet
  5. A confirmation message is sent back to the customer
Quick estimate

What it is worth to you

Your numbers, your hourly cost. We add nothing hidden.

per week
minutes
$ per hour
0Hours freed per month
0Value per year at your hourly cost

Assumes freed time is put toward other work and that greeting-only messages are already excluded from your booking count.

What you get

A logged appointment in your spreadsheet and an instant confirmation sent to the customer.

What you need

A WhatsApp Business (Meta) account and a Google Workspace 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