Skip to content
Writing
·4 min read·Operator playbook

Stop chasing invoices: build the follow-up

Drafted through my n8n + AI pipeline, edited by me.

Late invoices are rarely a refusal to pay. They are a forgotten email buried under forty others, and chasing invoices by hand turns you into the person who has to keep bringing it up. A calm, automated follow-up ladder does the chasing so you do not have to.

Why chasing invoices doesn't work

Most people handle late invoices the same way: an awkward email a week too late, a mental note to follow up that gets buried by the next fire, then an even more awkward email a month after that. Clients rarely refuse to pay. Usually nobody is minding the invoice once it is sent, and by the time you notice, the ask feels bigger than it should.

Build the follow-up ladder

A short, automatic ladder fixes most of it. It starts the moment an invoice goes out, escalates on a fixed schedule, and stops itself the instant the invoice is marked paid.

Flow diagram: invoice due triggers a paid check, an unpaid invoice gets a friendly nudge on day three, a firmer reminder on day seven, a call task assigned to a person on day fourteen, and the ladder stops the moment the invoice is marked paid.

  1. 01Trigger

    Invoice due

  2. 02Decision

    Marked paid?

    checked before every rung

  3. 03Action

    Day 3

    friendly nudge

  4. 04Action

    Day 7

    firmer reminder

  5. 05Human

    Day 14

    call task, assigned to a person

  6. 06Record

    Paid

    ladder stops, invoice logged

Four rungs, one exit. Paid always wins, at any step.

What each rung actually says

  • Day 3 is a short, friendly nudge, more reminder than request.
  • Day 7 names the invoice number and the amount, still polite, harder to miss.
  • Day 14 stops emailing and creates a task for you to make a call. Some conversations need a person, not another message.
  • The moment the invoice is marked paid, every remaining step cancels itself, so nobody gets a nudge for a bill they already settled.

Keep the relationship while you get paid

The ladder works because it never guesses at tone. The early steps assume good faith, because most late invoices are a missed email, not a dispute. Only a client who stays quiet through two automated reminders gets a phone call, and by then a call is simply the next right step. It is a small system, but small systems add up: across the clients I build automation for, the reclaimed time averages close to 15 hours a week, and a follow-up ladder is usually one of the first pieces in place.

Send me the last invoice you had to chase by hand, and I'll show you the exact ladder I'd wire around it.

Building something this should run inside?

Book a systems call