BadCop

BadCopTemplates › Payment reminder text message (SMS) template

Payment reminder by text message: when it works and what to say

When to send it

Three or more days past due, for clients you normally text with, and only after at least one email. Never as the first contact.

The email

Subject: (no subject; SMS)Hi {client_name}, quick one: invoice {invoice_id} for {currency} {amount} was due {due_date}. Pay here: {pay_link} Let me know if there is any problem. Thanks, {sender_name}

Placeholders in braces are filled in per invoice. Replace them by hand, or run badcop preview INV-1 --step friendly to render this template for a real invoice.

Why it works

A text is read within minutes; an email may sit for days. The trade-off is that it feels personal, so it must be short, specific, and easy to act on from a phone.

Tips

Automate it

This is the friendly step in BadCop's default ladder, sent at T+3 days from the due date. Put your invoices in a CSV, run one command a day, and every open invoice gets the right email at the right time, once.

pip install badcop
badcop init && badcop run --dry-run

Other stages