Automations → Invoice past due → an automatic, polite reminder
Invoice past due → an automatic, polite reminder
Once a day it finds open invoices past their date and sends a reminder. The client no longer has to remember to chase.

The problem
Chasing payment is the job everyone postpones. An open invoice is noticed at month end, the reminder goes out irritated, and a relationship is dented over a small amount.
What happens when it runs
- Every morning: search the invoices sheet — status "open" and due date before today
- For each: a polite reminder email with number, amount and date
- Update a "reminder sent" column so it never goes out twice
The tools inside
- Make — the automation engine · Sign up (one month of Core free) →affiliate link
- Google Sheets — log and lists
- Gmail — email
Before you start
Three things to have ready before importing, or Make will ask and you will have to leave halfway:
- The invoices spreadsheet id
- Columns: number, amount, due date, status, email
- The reminder wording
Sheet templates
The file maps columns by position. Start from exactly these headers, in this order — a column in the wrong place writes a phone number into the email column.
- Invoices sheet ·
invoice | client | amount | due | status | reminder_sent | email | notesDownload ↓
How to import (2 minutes)
- In Make: Scenarios → Create a new scenario
- At the bottom, the three dots (⋯) → Import Blueprint → choose the file you downloaded
- Click every module with an exclamation mark: choose your connection (Google, Telegram) — Make creates one in a click if you have none
- Replace every value in double curly braces ({{…}}) with your own from the list above
- Run once with a test row in the sheet. Only when it passes — Schedule and ON
The video
Watch on YouTube → · Subscribe to BuilderStack · Telegram channel
What does not work in it
- The wording must be polite and exact. An automatic reminder with the wrong amount costs more than the delay.
- Three reminders on one invoice — stop and handle it by hand. Automation does not collect debt.
Affiliate link. If you sign up through it we earn a commission from Make; your price is the same, and the link gives you one month of Core free.
More automations
All automations →
PAID ✓ LOOPPayment received → invoice marked "paid" → a thank-you to the client
The payment provider sends a webhook on payment; the invoice in the sheet is marked "paid" with the date, and the client gets a short confirmation. Payment reminders stop by themselves.
LEAD ALERTLead comes in → logged → alert. No hands.
A form on the client site sends a lead; it is logged and an alert reaches Telegram in seconds. The first automation every consultant sets up.
EMAIL → TASKLabelled email → task in the log → reminder
Tag an email with one label and it becomes a task with a due date and an alert. One screen for everything that is waiting.