dunning-queue
Installation
SKILL.md
Past Due Subscriptions
List all PAST_DUE and UNPAID subscriptions ranked by MRR at risk.
Setup
Resolve org ID via ZohoBilling_List_all_Organizations.
Fetch (run in parallel)
| # | Tool | Params |
|---|---|---|
| 1 | ZohoBilling_List_all_Subscriptions |
filter_by: SubscriptionStatus.PAST_DUE, per_page: 200 |
| 2 | ZohoBilling_List_all_Subscriptions |
filter_by: SubscriptionStatus.UNPAID, per_page: 200 |
Paginate while has_more_page: true.