Send free SMS appointment reminders from Google Calendar with n8n and RCSZilla.
This workflow turns Google Calendar into a simple appointment reminder system for opted-in customers. n8n checks tomorrow's events, reads the customer phone number and SMS consent from the calendar event description, prepares a short reminder message, and queues the SMS through RCSZilla.
RCSZilla lets you use your own Android phone and SIM card as the SMS gateway, so you do not need a separate SMS API subscription just to send basic appointment reminders. The workflow is free to run in n8n, and RCSZilla supports device-based sending through your own mobile network. Your mobile carrier plan, country, and message volume can still affect real-world SMS costs, so check your plan before sending production traffic.
Many appointment-based businesses need a practical SMS reminder service, but do not want to start with a paid SMS provider such as Twilio just to reduce no-shows. This template gives you a direct, phone-based setup:
This is a good fit for salons, clinics, dentists, consultants, repair shops, real estate viewings, local agencies, auto service businesses, and other teams that already manage bookings in Google Calendar.
The workflow runs once per day at 09:00. You can change the Schedule Trigger if your business sends reminders earlier, later, or on the same day as the appointment.
The Google Calendar node fetches tomorrow's events from the selected calendar. It only requests the fields needed for the reminder: event ID, title, description, start/end time, and location.
The Code node reads the event title, description, and location. It looks for:
Phone: or a phone-like numberSMS consent: yesIf the event has no phone number, no positive SMS consent, or an opt-out phrase, the workflow does not send a message.
The IF node separates eligible reminders from skipped events. This makes the workflow safer to test because events without consent are routed away from the sending step.
Eligible reminders are sent to the RCSZilla node using the SMS channel. RCSZilla then queues the message for the connected device that acts as your SMS/RCS gateway.
Skipped events go to a summary node so you can inspect why a reminder was not sent. During setup, this helps you fix calendar descriptions before activating the workflow.
This template uses RCSZilla as a phone-based messaging gateway for n8n:
RCSZilla setup guide: https://docs.rcszilla.com/?page=get_started
n8n-nodes-rcszilla.n8n-nodes-rcszilla.Google Calendar appointment reminder SMS n8n - RCSZilla.json.Name: Maria
Phone: +40700000000
SMS consent: yes
SMS consent: yes.Hi Maria, reminder: Dental cleaning is scheduled for Thu, May 21, 10:00 AM at Main Street Clinic. Reply STOP to opt out.
This workflow is designed for consent-based appointment reminders, not unsolicited marketing.
Only send SMS reminders to customers who have clearly agreed to receive appointment messages. Keep consent records in your booking process, respect opt-outs, follow quiet hours, and check local SMS rules for every region where you send messages.
The workflow requires SMS consent: yes before sending and includes this opt-out text in the message:
Reply STOP to opt out.
If your appointments involve medical, legal, financial, or other sensitive information, keep event titles and SMS wording generic.
Phone: and SMS consent: yes to the event description.