Release Notes
v1.7.10
Release date: July 9th, 2026
Sub-org webhook support
- Jobs created in a Hover sub-org can now be shared to the parent org on creation, so the parent org's webhook subscription receives their completion and measurement events — fixing cases where sub-org jobs never completed or pulled measurements in Salesforce.
- Controlled by the
Enable Suborg Access on Job CreatesettingHover_Config__c.Enable_Suborg_Access__c) - New field:
Parent_Org_ID__con theHover Jobrecord, stamped automatically at creation.
v1.7.9
Release date: June 26th, 2026
Deep link to the Hover mobile app
- New
hoverDeepLinkLWC launches the Photo Capture flow from a record. Placeable on any object via App Builder using the configurable Job ID Field property (defaultHOVER_Job_ID__c, supports lookup paths likeHover_Job__r.HOVER_Job_ID__c). - Companion
Hover_Deep_Link__cformula field gives the same link as clickable text. Mobile only.
Auto-create estimates
Auto-create estimates
- Estimates are now created in Salesforce upon their creation in Salesforce. This functionality is gated behind the the
Auto Create Estimatecustom settingHover_Config__c.Auto_Create_Estimate__c), off by default. - Upgrade note: grant the guest site user and the Hover permission set access to the new
HoverSyncMaterialListOnCreateApex class, or the flow fails silently.
Create Estimates by Trade/Template
- Estimates split by trade/template via
Split_Estimates_By_Trade__cCustom Setting. This is off by default.
New Fields Added
Financing_Provider__c,Financing_Name__c,Financing_APR__c,Financing_Length__c,Financing_Down_Payment__c,Is_Financed__c.all added as new fields to the Hover Estimate object.- Adjustments: promotions now modeled as
Adjustment_Value__c. - New measurement fields:
Hips_Length__candRidges_Length__c
v1.7.1
Release date: March 4th, 2026
Job Notes
- Added
Hover_Note__candHover_Note_ID__cfields to the Hover Job object to
support creating and updating notes directly from Salesforce. - Notes are automatically posted to Hover when a job is created with a note
pre-filled, and patched when the field is updated on an existing job.
Deliverable Change Request
- Added support for the
deliverable-change-request-state-changedwebhook
event, enabling the integration to process upgrades from Capture Only jobs to
Roof Only or Complete. - On completion, the job's deliverable type is updated in Salesforce and
measurements are automatically retrieved.
Capture Only, Photos Only
-
Added support for Deliverable ID 7 (Capture Only, Photos Only) when creating
HOVER jobs from Salesforce.Deliverable Sync on Job Completion
-
When a Hover job reaches the complete state, the
Deliverable_ID__cfield on
the Salesforce record is now automatically updated to reflect the deliverable
type in Hover (Roof Only or Complete).Hover Estimate Line Items
-
Introduced a new
Hover_Estimate_Line_Item__ccustom object to store
individual line items from Hover estimates, with fields for name, product ID,
quantity, unit cost, total price, markup, tax rate, waste factor, trade type,
activity code, measurement unit, and variation. -
Added full CRUD support (create, update, delete, upsert) for Estimate Line
Items, synced from the Hover Estimate API response.
Estimate Locking
- Added a new estimate_is_locked__c field to the Hover Estimate custom object
to track lock status. Implemented HoverLockEstimateandHoverQueueableLockEstimateApex classes to
call the HOVER API and lock an estimate.- Added a new Lock Hover Estimate Flow to trigger the locking process from the
UI. - Updated the Update Hover Job Flow to incorporate the new estimate lock
process flow.
v1.6.3
Release date: January 26, 2026
-
Estimation integration (Hover → Salesforce)
- Added a new custom object:
Hover Estimates - Supports a one-way sync of estimation data from Hover into Salesforce
- Users can initiate the Estimation workflow from Salesforce via an LWC on the Hover Job object
- Added a new custom object:
-
Inspection integration (Hover → Salesforce)
- Added a new custom object:
Hover Inspections - Supports a one-way sync of inspection data from Hover into Salesforce
- Added a new custom object:
-
Related lists
- Added dynamic related lists for Inspections and Estimates on the parent Hover Job object
-
Renaming
- Renamed Hover Material Lists to Hover Estimates
- No API name changes: underlying API names remain the same; only the user-visible labels have changed
Updated 5 days ago

