# WhatsApp appointment reminders for tomorrow's bookings

> Every weekday morning we message tomorrow's customers on WhatsApp with their appointment time and location, so fewer bookings turn into no-shows.

- Workflow type: agent
- Services: WhatsApp Business, Google Calendar, Slack Bot
- Categories: Operations, Customer Support
- Published: 2026-08-10

## What it does

- Each weekday morning it reads tomorrow's bookings from your calendar and works out which ones are real customer appointments.
- It finds each customer's mobile number, whether it is typed into the booking notes or attached to the invite as a guest.
- It sends every customer a WhatsApp reminder with their name, appointment time and location, using your approved reminder template so the message is allowed to arrive a day ahead.
- It posts a short recap to Slack listing who was reminded and which bookings were skipped or failed, with the reason for each.

## What you'll need

- A WhatsApp Business account with an approved appointment reminder template that has fill-in fields for name, time and location
- A Google Calendar you use for customer bookings
- A Slack workspace and a channel where the daily recap should land
- Customer mobile numbers saved on the booking, either in the notes or as an invite guest

## Prompt

Every weekday at 8am, remind tomorrow's customers about their appointment over WhatsApp so I stop losing revenue to no-shows. Use a cron trigger scheduled Monday to Friday at 8am in my local timezone.

Start with Google Calendar List Events to pull every event on my bookings calendar for tomorrow. Expand recurring events into individual instances and order them by start time, so each real appointment is handled exactly once.

Then work through the events one at a time and decide which are genuine customer bookings. For each one, find the customer's mobile number, which may be written into the event description alongside the booking notes, or attached to a guest on the invite. Skip an event and record the reason when it is an internal meeting (team syncs, blocked-out or personal time, no external guest), when it has been cancelled, or when no mobile number can be found. Never guess or invent a number.

Important nuance to bake in: this reminder goes out roughly a day ahead, which makes it a business-initiated message sent well outside WhatsApp's 24 hour customer service window. It must therefore be sent with WhatsApp Send Message as a pre-approved template message rather than as free-form text, otherwise it will not be delivered. Use WhatsApp List Message Templates first to confirm my appointment reminder template is approved and to read the order of its variables, then pass the customer name, appointment time and location through as template variables in that order. Format every recipient number in full international format with no plus sign, spaces or dashes.

If a send fails, for example because the number is not on WhatsApp or the template variables do not match the approved template, do not stop the run. Record the failure against that customer and carry on with the remaining appointments.

Finish by posting a short recap to Slack with Slack Bot Send a Message. List who was reminded along with their appointment time, then list every booking that was skipped or failed with the reason for each, so I can chase anything that needs a manual phone call.

## How to customize

- Change the send time, or run it seven days a week instead of weekdays only
- Point it at a different bookings calendar, or have it cover the next two days instead of just tomorrow
- Add Confirm, Reschedule and Cancel buttons to your reminder template so customers can respond with one tap
- Adjust what counts as an internal meeting so team time never triggers a reminder

## Example output

Appointment reminders sent for Tue 12 Aug

Reminded (4)
• Sarah Nolan, 9:30am, Bridge Street studio
• Mark Reilly, 11:00am, Bridge Street studio
• Priya Shah, 2:15pm, Northside clinic
• Tom Okafor, 4:00pm, Northside clinic

Skipped (3)
• Team pipeline review, 10:00am, internal meeting
• Dan Whelan, 1:00pm, no mobile number on the booking
• Ciara Byrne, 3:00pm, booking cancelled

## FAQ

### Why does the reminder have to use an approved template?

WhatsApp only lets a business start a brand new conversation using a message template that Meta has approved in advance. Because this reminder goes out the day before the appointment, there is usually no open conversation with that customer, so an ordinary typed message would simply not be delivered. The workflow fills your approved template with each customer's name, appointment time and location.

### What happens if a booking has no phone number on it?

Nothing is sent for that booking. It is listed in the Slack recap as skipped, with the reason, so you can follow up by phone or email if it matters.

### Will it message my colleagues about internal meetings?

No. It reviews each event first and skips internal meetings, blocked-out or personal time, and anything already cancelled. Only genuine customer bookings get a reminder.

### Do I need a WhatsApp Business account, or is my personal WhatsApp enough?

You need a WhatsApp Business account. Personal WhatsApp accounts cannot send automated business messages.

### What if a customer's number is not on WhatsApp?

That send is recorded as failed and the run keeps going through the rest of the day's appointments. The failure shows up in the Slack recap so nobody is quietly missed.

Use this prompt in General Input: https://www.generalinput.com/prompts/whatsapp-appointment-reminders-for-tomorrows-bookings