This workflow automatically sends timely medication reminders to patients after a prescription is marked as sent in the system. It reads the medication schedule from prescription data, schedules reminders for each dosage time, and delivers notifications via WhatsApp, SMS, or email. All reminders are tracked and logged, ensuring patients stay on track with their treatment while providing healthcare providers with acknowledgment records.
"Prescriptions" Sheet - Required columns:
prescription_id
patient_name
patient_phone
patient_email
medication
dosage
times_per_day
(1, 2, 3, or 4)duration_days
(7, 14, 30, etc.)start_date
(YYYY-MM-DD)prescription_status
(set to "sent")reminders_created
(auto-updated to "yes")"Reminders" Sheet (auto-created):
Simple tracking of all scheduled reminders
Replace these values:
YOUR_GOOGLE_SHEET_ID
YOUR_WHATSAPP_PHONE_NUMBER_ID
Add credentials:
Sample data:
prescription_id: RX001
patient_name: John Doe
patient_phone: +1234567890
patient_email: [email protected]
medication: Amoxicillin 500mg
dosage: 1 tablet
times_per_day: 3
duration_days: 7
start_date: 2025-01-15
prescription_status: sent
reminders_created: no