Back to Templates
See llms.txt for all machine-readable content.
This workflow runs daily to fetch pending student fee records from Supabase, filters fees due in three days, and sends WhatsApp Business template reminders via the Meta WhatsApp Cloud API, then updates Supabase to mark each reminder as sent.
reminder_sent is false and status is pending.due_date matches exactly three days from today.reminder_sent to true so the reminder is not sent again.student_fees table (including student_phone, due_date, amount_due, status, and reminder_sent fields), and ensure your fee records are stored there.REPLACE_WITH_YOUR_APPROVED_TEMPLATE_NAME with your template name.