Block 1 - Prepare WhatsApp Reminder
- Type / Role
- n8n-nodes-base.code - code
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
This workflow automatically notifies travelers about their pending trip payments and provides secure payment links through Email and WhatsApp. It runs twice daily (at 7 AM and 7 PM) to ensure timel...
n8n-nodes-base.code, n8n-nodes-base.microsoftexcel, n8n-nodes-base.scheduletrigger, n8n-nodes-base.emailsend, n8n-nodes-base.whatsapp, 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 workflow automatically notifies travelers about their pending trip payments and provides secure payment links through Email and WhatsApp. It runs twice daily (at 7 AM and 7 PM) to ensure timely reminders before the due date. Designed for travel agencies, it simplifies payment tracking, reduces manual follow-up, and ensures every traveler receives personalized reminders with real-time payment status updates.
Scheduled triggers that start the workflow daily at 7 AM and 7 PM.
Fetches traveler payment records from an Excel sheet (using getAll method).
Filters records to find pending payments due within the next 3 days.
Generates personalized payment reminders.
Prepares email-friendly messages with payment links.
Sends the payment reminder email with a secure payment link to the traveler.
Generates WhatsApp-friendly messages with payment and payment details.
Sends the message to the traveler’s WhatsApp number using a message API.
Updates the Excel file to mark reminders as sent to avoid duplicates.
📧 Email – with personalized payment link
💬 WhatsApp – formatted reminder message
🔐 Payment Integration
Secure payment links are auto-generated per traveler to enable direct and safe online payments.
| Traveler ID | Name | Phone | Payment Due Date | Amount | Reminder Sent | |
|---|---|---|---|---|---|---|
| TR001 | Arjun Patel | [email protected] | +919876543210 | 2025-10-20 | ₹3000 | No |
{ "travelerId": "TR001", "name": "Arjun Patel", "email": "[email protected]", "phone": "+919876543210", "dueDate": "2025-10-20", "amount": "₹3000", "reminderSent": "No" }
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 | Automated tour payment reminders via WhatsApp & email with payment links |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Lead Nurturing |
| Author | Oneclick AI Squad |
| Published | 17 Oct 2025 |
Use the JSON export at /data/workflows/9844/9844.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 workflow automatically notifies travelers about their pending trip payments and provides secure payment links through Email and WhatsApp. It runs twice daily (at 7 AM and 7 PM) to ensure timel...
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 Lead Nurturing use case.