Block 1 - Daily Stock Check
- Type / Role
- n8n-nodes-base.cron - cron
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow monitors pharmacy inventory stored in a Google Sheet, checks daily for low stock or near expiry medicines, and sends alerts to the pharmacist via email, ensuring timely restocking...
n8n-nodes-base.cron, n8n-nodes-base.googlesheets, n8n-nodes-base.emailsend, n8n-nodes-base.stickynote, n8n-nodes-base.wait, n8n-nodes-base.code
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 n8n workflow monitors pharmacy inventory stored in a Google Sheet, checks daily for low stock or near-expiry medicines, and sends alerts to the pharmacist via email, ensuring timely restocking and waste prevention.
This workflow automates inventory management for pharmacies, reducing the risk of stockouts or expired medicines, saving time, minimizing losses, and ensuring compliance with safety standards by providing proactive alerts.
PharmacyInventory A1:E20 (or adjust based on needs)| A | B | C | D | E |
|---|---|---|---|---|
| medicine_name | stock_quantity | expiry_date | alert_status | last_checked |
| Paracetamol | 15 | 2025-09-15 | Notified | 2025-08-08 |
| Aspirin | 5 | 2025-08-20 | Pending | 2025-08-07 |
| Ibuprofen | 20 | 2026-01-10 | - | 2025-08-08 |
medicine_name: Name of the medicine.stock_quantity: Current stock level (e.g., number of units).expiry_date: Expiry date of the medicine (e.g., YYYY-MM-DD).alert_status: Status of the alert (e.g., Pending, Notified, - for no alert).last_checked: Date of the last inventory check.Want a tailored workflow for your business? Our experts can craft it quickly Contact our team
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 | Pharmacy inventory alerts for low stock & expiring medicine with Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 7 |
| Categories | Document Extraction, Multimodal AI |
| Author | Oneclick AI Squad |
| Published | 08 Aug 2025 |
Use the JSON export at /data/workflows/7177/7177.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 n8n workflow monitors pharmacy inventory stored in a Google Sheet, checks daily for low stock or near expiry medicines, and sends alerts to the pharmacist via email, ensuring timely restocking...
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 Document Extraction, Multimodal AI use case.