Block 1 - Daily Fee Check - 8 AM
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Automated School Fee Reminder Workflow with Payment Link Automatically sends fee reminders (via email and WhatsApp) to parents with secure payment links, 3 days before the due date. Main Comp...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.microsoftexcel, n8n-nodes-base.code, n8n-nodes-base.emailsend, n8n-nodes-base.stickynote, n8n-nodes-base.wait, n8n-nodes-base.whatsapp
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceAutomatically sends fee reminders (via email and WhatsApp) to parents with secure payment links, 3 days before the due date.
Daily Fee Check – 8 AM Scheduled trigger that starts the workflow daily at 8 AM.
Read Pending Fees
Fetches student fee records from an Excel sheet (using getAll method).
Process Fee Reminders Filters records to find pending fees due within the next 3 days.
Prepare Email Reminder Generates personalized email messages with payment links.
Wait for Email Preparation Adds delay/wait condition for email logic readiness.
Send Email Reminder Sends the fee reminder email with a secure payment link to the parent.
Prepare WhatsApp Reminder Generates WhatsApp-friendly messages with fee and payment details.
Wait for WhatsApp Preparation Waits for WhatsApp message logic to complete.
Send WhatsApp Message Sends the message to the parent’s WhatsApp number using a message API.
Update Reminder Status Updates the Excel file to mark reminders as sent to avoid duplicates.
Secure payment links are auto-generated per student to enable direct and safe online fee payments.
student_fee_data.xlsx)student_fee_data.xlsx)| Student ID | Name | Phone | Fee Due Date | Amount | Reminder Sent |
|---|
{
"studentId": "ST123",
"name": "Ria Mehta",
"email": "[email protected]",
"phone": "+919123456789",
"dueDate": "2025-08-10",
"amount": "₹5000",
"reminderSent": "No"
}
| Parameter | Description |
|---|---|
excel_file_path |
Path to the fee tracking Excel file |
smtp_host |
SMTP server for sending email reminders |
smtp_user |
Email username |
smtp_password |
Email password |
whatsapp_api_key |
WhatsApp API key for sending messages |
payment_api_url |
URL for generating payment links |
admin_email |
(Optional) Admin email for error reporting |
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 | Send school fee reminders with payment links via email & WhatsApp |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Invoice Processing |
| Author | Oneclick AI Squad |
| Published | 06 Aug 2025 |
Use the JSON export at /data/workflows/7039/7039.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.
Automated School Fee Reminder Workflow with Payment Link Automatically sends fee reminders (via email and WhatsApp) to parents with secure payment links, 3 days before the due date. Main Comp...
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 Invoice Processing use case.