Autonom Ops · Public demo
How Autonom Collect works
Read-only preview of overdue invoices and the next reminder emails the sequence engine would send. No sign-up required — sample data from the built-in seed (as of 2026-09-06).
Emails are computed, not sent. Customer addresses use .example domains.
-
Track overdue invoices
Import CSV or sync later from Stripe. Mark paid to stop the sequence.
-
Configure a 3-step sequence
Polite → firmer → final. Each step fires a set number of days after due.
-
Send on a schedule
Cron (or dry-run) computes pending emails and logs them via EmailSender.
Overdue invoices
| Number | Customer | Amount | Due |
|---|---|---|---|
| AC-1001 |
Northwind Labs
billing@northwindlabs.example
|
USD 2450.00 | 2026-08-15 |
| AC-1002 |
Harbor Analytics
ap@harboranalytics.example
|
USD 890.00 | 2026-08-28 |
| AC-1004 |
Brightline Co
accounts@brightline.example
|
USD 420.00 | 2026-07-01 |
Pending sends preview
-
AC-1004 · step 2
→ Brightline Co <accounts@brightline.example>
Follow-up: overdue invoice AC-1004
-
AC-1001 · step 1
→ Northwind Labs <billing@northwindlabs.example>
Friendly reminder: invoice AC-1001
-
AC-1002 · step 1
→ Harbor Analytics <ap@harboranalytics.example>
Friendly reminder: invoice AC-1002
Default sequence steps
-
Day 3
Polite reminder Friendly check-in while the invoice is only a few days late.
-
Day 10
Firmer follow-up Clear ask to arrange payment or reply with an expected date.
-
Day 21
Final notice Last step in the default flow — still sent as you, not as a collections brand.
Contact: autonomops@gmail.com