Block 1 - Filter New Prescriptions
- Type / Role
- n8n-nodes-base.filter - filter
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
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. Google Sheets Structure Main Sheet: R...
n8n-nodes-base.filter, n8n-nodes-base.code, n8n-nodes-base.whatsapp, n8n-nodes-base.googlesheets, n8n-nodes-base.googlesheetstrigger, n8n-nodes-base.emailsend, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceThis 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_namepatient_emailpatient_phonedoctor_nameprescription_dateprescription_detailsdosage_instructionsfollowup_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
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 | Automate prescription delivery via Google Sheets to email & WhatsApp |
|---|---|
| Complexity | intermediate |
| Nodes | 8 |
| Categories | Miscellaneous |
| Author | Oneclick AI Squad |
| Published | 13 Aug 2025 |
Use the JSON export at /data/workflows/7325/7325.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.
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. Google Sheets Structure Main Sheet: R...
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 Miscellaneous use case.