intel_invoice_tracking
Monitor invoice email delivery for any date range and get sent/not-sent counts, send rate, and unsent breakdowns by business unit and technician.
Instructions
Track invoice email delivery for the selected date range by combining and deduplicating Reports 2281 and 2282. Returns sent and not-sent counts, send rate, invoice amount and balance impact, and unsent breakdowns by business unit and technician; an optional business-unit filter applies to both reports. Report calls may wait for per-report/client spacing, and partial source failures are returned in _warnings.
Examples:
"What percent of invoices were sent this week?" -> startDate="2026-03-02", endDate="2026-03-09"
"Which techs are not sending invoices?" -> startDate="2026-01-01", endDate="2026-03-10"
"Show invoice send rate for plumbing last month" -> startDate="2026-02-01", endDate="2026-03-01", businessUnitName="Plumbing"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | End date (YYYY-MM-DD) | |
| startDate | Yes | Start date (YYYY-MM-DD) | |
| businessUnitId | No | Filter by business unit ID | |
| businessUnitName | No | Filter by business unit name (resolved via cache, e.g. 'HVAC'). Alternative to businessUnitId. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||