Documentation Index
Fetch the complete documentation index at: https://docs.withampersand.com/llms.txt
Use this file to discover all available pages before exploring further.
What’s Supported
Supported Actions
This connector supports:- Read Actions, including full historic backfill. Please note that incremental read is not supported for all objects.
- Write Actions.
- Subscribe Actions. Please note that special set up is needed for Housecall Pro.
- Proxy Actions, using the base URL
https://api.housecallpro.com.
Supported Objects
| Object | Read | Write | Subscribe | Notes |
|---|---|---|---|---|
| customers | ✓ (incremental) | ✓ | ✓ | |
| employees | ✓ | ✓ | ¹ | |
| estimates | ✓ (incremental) | ✓ | ✓ | |
| events | ✓ (incremental) | |||
| jobs | ✓ (incremental) | ✓ | ✓ | |
| job_fields/job_types | ✓ | ✓ | ||
| leads | ✓ | ✓ | ✓ | ² |
| lead_sources | ✓ | ✓ | ||
| price_book/materials | ✓ | |||
| price_book/material_categories | ✓ (incremental) | ✓ | ||
| price_book/price_forms | ✓ | ✓ | ||
| price_book/services | ✓ | |||
| service_zones | ✓ | |||
| routes | ✓ | |||
| tags | ✓ | ✓ | ||
| invoices | ✓ | ✓ | ||
| job.appointments | ✓ | ³ |
otherEvents. In Housecall Pro’s webhook UI, this event appears as pro.created, but the actual payload uses employee.created. Example fragment:
leads are not reliable due to Housecall Pro platform limitations.
³ Subscribe only via otherEvents. Standard events are not supported. Example fragment:
Example integration
For an example manifest file of a Housecall Pro integration, visit our samples repo on GitHub.Before you get started
To use the Housecall Pro connector, you’ll need an API Key from your Housecall Pro account. Here’s how to get it:- Sign into your Housecall Pro account and go to App Store.
- Find the API Key Management under My Apps, and click on it.
- On the right-hand side, click Generate API Key.
- Name your API Key.
- Copy the API Key.

Using the connector
This connector uses API Key authentication, which means that you do not need to set up a Provider App before getting started. (Provider apps are only required for providers that use OAuth2 Authorization Code grant type.) To integrate with Housecall Pro:- Create a manifest file like the example.
- Deploy it using the amp CLI.
- If you are using Read Actions or Subscribe Actions, create a destination.
- Embed the InstallIntegration UI component. The UI component will prompt the customer for an API key.
- Start using the connector!
- If your integration has Read Actions or Subscribe Actions, you’ll start getting webhook messages.
- If your integration has Write Actions, you can start making API calls to our Write API.
- If your integration has Proxy Actions, you can start making Proxy API calls.
Set up Subscribe Actions
To receive subscribe events from Housecall Pro, the customer will enable webhooks in their Housecall Pro UI using a webhook URL you provide. The flow:-
Define the subscribe action in your
amp.yamland deploy it with the amp CLI. -
Generate a webhook URL for each customer in this format:
- Share the Housecall Pro customer guide with the customer and the webhook URL from Step 2. The customer will paste the webhook URL into the Housecall Pro UI and enable the events your integration subscribes to.

