Block 1 - 📋 Flow Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Streamline your clinic's operations with a fully automated patient communication system. This workflow manages the entire appointment lifecycle—from automated morning reminders to real time confirm...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.switch, n8n-nodes-wati.wati, n8n-nodes-wati.watitrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jitesh Dugar.
Original n8n.io sourceStreamline your clinic's operations with a fully automated patient communication system. This workflow manages the entire appointment lifecycle—from automated morning reminders to real-time confirmations and self-service rescheduling—all through WhatsApp using WATI and Google Sheets.
Turns WhatsApp into a 24/7 automated medical receptionist:
📝 Automated Reminder Dispatch A scheduled trigger runs daily at 9 AM to identify upcoming appointments and send personalized WhatsApp reminders.
🚦 Smart Patient Routing A Switch node detects patient replies and triggers the correct operational path:
confirm: Marks the appointment as confirmed in the database.
cancel: Updates the status to cancelled and alerts the clinic.
reschedule: Initiates the automated slot-selection flow.
myappointment: Provides the patient with their full booking history.
👁️ Self-Service Rescheduling The bot reads available time slots from Google Sheets, presents them as a numbered list, and handles the booking update automatically once a patient picks a slot.
📊 Live Database Synchronization Every action—confirmation, cancellation, or time change—is instantly updated in Google Sheets, ensuring the clinic staff always sees the latest status.
slot 2 to rebook. Appointments:
appointmentId, phone, patientName, doctorName, appointmentDate, appointmentTime, clinicName, status
AvailableSlots:
slotId, date, time, doctorName, status
RescheduleSessions:
phone, slotsData, createdAt
confirm or reschedule to your WATI number to see the database update live.A multi-doctor clinic sends 100+ reminders every morning; patients confirm via chat, and the staff arrives to a perfectly updated "Confirmed" list in Sheets.
A patient realizes at 10 PM they can’t make it; they type reschedule and pick a new time for next week without waiting for the clinic to open.
A patient forgets their visit time and simply types myappointment to receive an instant digital summary card.
Ready to automate your clinic's schedule? Import this template and connect your Google Sheets to start reducing no-shows today!
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.
Showing the first 24 of 32 workflow blocks. Download the JSON for the full node graph.
| Workflow | Send WhatsApp appointment reminders and reschedule bookings with Wati and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 32 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Jitesh Dugar |
| Published | 25 Feb 2026 |
Use the JSON export at /data/workflows/13697/13697.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.
Streamline your clinic's operations with a fully automated patient communication system. This workflow manages the entire appointment lifecycle—from automated morning reminders to real time confirm...
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, AI Chatbot use case.