invoice-aging
Installation
SKILL.md
Overdue Invoices
List all overdue and unpaid invoices ranked by amount descending.
Setup
Resolve org ID via ZohoBilling_List_all_Organizations.
Fetch (run in parallel)
| # | Tool | Params |
|---|---|---|
| 1 | ZohoBilling_List_all_Invoices |
filter_by: Status.OverDue, per_page: 200 |
| 2 | ZohoBilling_List_all_Invoices |
filter_by: Status.Unpaid, per_page: 200 |
| 3 | ZohoBilling_List_all_Invoices |
filter_by: Status.PartiallyPaid, per_page: 200 |
Paginate while has_more_page: true. Deduplicate across lists by invoice ID.