housecallpro_get_invoice
Retrieve a Housecall Pro invoice summary from a contractor's link: see amount, subtotal, tax, balance due, and whether it can be paid online.
Instructions
Read an invoice a Housecall Pro contractor sent you: amount, subtotal, tax, what is still owed, and whether it can be paid online. The default compact view returns money both as integer cents (*_cents) and dollars (*_usd). Note this document carries no line items — the portal shows a summary only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | The Housecall Pro link your contractor sent you — paste it directly (pro.housecallpro.com/mobile_estimate/… or /mobile_invoice/…, or a client.housecallpro.com/estimates/… or /invoices/… URL), or the retrieval token from the end of it. Alternatively the label of a link configured in HOUSECALLPRO_LINKS. Omit only when exactly one link is configured. | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "raw" returns the upstream payload unprojected. "compact" is the summary: totals, balance due, payability and the company, with every money field as both `*_cents` and `*_usd`, plus the `tax_cents`/`tax_usd` and `is_paid` this server derives. "raw" is the upstream document — it carries neither, and its money is integer CENTS with no dollar sibling. |