Back to Templates
This is a fully working n8n workflow that sends prescriptions to patients via email and WhatsApp when a doctor enters prescription data into a Google Sheet.
Main Sheet:
Required columns:
prescription_id
(unique ID)patient_name
patient_email
patient_phone
doctor_name
prescription_date
prescription_details
dosage_instructions
followup_date
(optional)prescription_status
(set to "new" for new prescriptions)Log Sheet:
This will be auto-created with columns for tracking sent notifications.
YOUR_GOOGLE_SHEET_ID
with your actual Google Sheet IDYOUR_WHATSAPP_PHONE_NUMBER_ID
with your WhatsApp Business phone number IDAdd rows to your sheet like this:
prescription_id: RX001
patient_name: John Doe
patient_email: [email protected]
patient_phone: +1234567890
doctor_name: Dr. Smith
prescription_date: 2025-01-15
prescription_details: Amoxicillin 500mg capsules
dosage_instructions: Take 1 capsule 3 times daily with food
followup_date: 2025-01-22
prescription_status: new