SMS Appointment Reminders from Google Calendar
Every no-show is dead revenue, and appointment-reminder SaaS charges per seat per month for what is: read tomorrow's calendar, text each client. This workflow runs at 6pm daily, finds tomorrow's appointments, pulls the client's phone number from the event, and sends a Twilio SMS. Twilio costs about a cent per text; the workflow is free.
What this workflow does
- A Schedule Trigger runs every day at 18:00.
- A Google Calendar node fetches tomorrow's events.
- A Code node extracts the client phone number (from the event description or location field) and builds the reminder text with the appointment time.
- A Twilio node sends the SMS to each client.
Setup guide
- Import the JSON into n8n (Workflows > Import from File).
- Connect Google Calendar and select your bookings calendar.
- Put each client's mobile number in the event description as 'phone: +15551234567' (or adapt the Code node to your convention).
- Connect Twilio with your Account SID and Auth Token, and set your Twilio number as the sender.
- Activate the workflow - reminders go out this evening for tomorrow's appointments.
Want this running 24/7?
Self-host n8n on a cheap VPS and this workflow runs around the clock for less than a coffee a month.
Get an n8n VPS from $5/monthFAQ
Want the workflows this one is a warm-up for?
The Mega Bundle packs both WorkflowForge Pro volumes — 32 production-grade workflows: automations (cart recovery, lead scoring, invoice extraction) and AI agents (support agent, calendar assistant, research agent), each with a setup guide. $39 for both, instant download.
Get the Mega Bundle →Need it customized for your exact process?
I build custom n8n automations and AI agents professionally: your tools, your edge cases, tested and documented.
Hire me on Fiverr →