mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-27 23:35:01 +00:00
Request planning/address-profiling properties from HubSpot deal fetch
FIELD_MAP and upsert_deal already map planning_authority, designated_area, article_pd_rights, listed_building, design_constraints, planning_comments, planning_status, and planning_suggested_approach, but from_deal_id_get_info never requested them from the HubSpot API. Since HubSpot only returns explicitly requested properties, these always came back None regardless of the deal's actual data, so refreshes never populated them. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
dc5c29c8c1
commit
bb0142d6f8
1 changed files with 8 additions and 0 deletions
|
|
@ -321,6 +321,14 @@ class HubspotClient:
|
|||
"last_outbound_call",
|
||||
"last_outbound_email",
|
||||
"last_submission_date",
|
||||
"planning_authority",
|
||||
"designated_area",
|
||||
"article_pd_rights",
|
||||
"listed_building",
|
||||
"design_constraints",
|
||||
"planning_comments",
|
||||
"planning_status",
|
||||
"planning_suggested_approach",
|
||||
],
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue