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 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"
}