invoicing.chase
Find and chase overdue invoices. GET mode (no jobId): returns all overdue invoices with days overdue, chase level (friendly/firm/final), and total $ outstanding. SEND mode (with jobId + tone): sends a payment reminder via email (+ optional SMS) with 3-tier escalation — friendly (7+ days), firm (14+ days), final (30+ days). Includes Stripe payment link if connected. Each chase sent is logged and tracked for recovery metrics. The single most revenue-generating tool — 60-70% of friendly reminders result in payment within 48 hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tone | No | Chase escalation level. Required when sending (with jobId). | |
| jobId | No | Job ID to chase. Omit to list all overdue invoices instead. | |
| sendSms | No | Also send SMS reminder (default true if phone available). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||