Block 1 - Workflow overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Description 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...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlecalendar, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-rcszilla.rcszilla
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Five Quantum Bits.
Original n8n.io sourceSend 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.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Send Google Calendar appointment reminder SMS with RCSZilla |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Support Chatbot |
| Author | Five Quantum Bits |
| Published | 09 May 2026 |
Use the JSON export at /data/workflows/15577/15577.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Description 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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot use case.