Housecall Pro and Make
No native Housecall Pro app that we have confirmed. Reachable through its generic HTTP module against the public API.
What the connection does
- No first-party Housecall Pro app for Make has been confirmed. This page states that rather than implying one exists.
- Make can still talk to Housecall Pro through its generic HTTP module and the public API, which needs a MAX-plan API key.
- That route gives you the whole API surface rather than a curated set of triggers and actions: more capable, and more your responsibility.
What catches people out
The HTTP module will not fix the header for you
Authentication is "Authorization: Token <key>", not Bearer. Nearly every HTTP module defaults to Bearer, and every route returns 401 until you change it.
Money arrives in cents
A subtotal of 25000 means $250.00. Any scenario that passes a money field onward without dividing by a hundred is out by a factor of a hundred, in whichever direction hurts most.
Some filters are accepted and ignored
Date filters on invoices return the full set rather than an error. A scenario built on one of them looks like it works and quietly processes everything.
What the integration does not do
If you are going to talk to the API directly, read the practical guide first. It is the same list of traps, written down.
The practical API guide covers the behaviour that trips up anything talking to Housecall Pro directly, and the free MCP handles it for you if you would rather not.
Checked against a live Housecall Pro account. Housecall Pro changes things, so it may have drifted since. Corrections to hello@hcpapi.com are welcome and get acted on.