diff --git a/etl/hubspot/hubspotClient.py b/etl/hubspot/hubspotClient.py index c87ea872..6fd11bed 100644 --- a/etl/hubspot/hubspotClient.py +++ b/etl/hubspot/hubspotClient.py @@ -43,6 +43,7 @@ class Companies(Enum): HOMEGROUP = "94946071794" APPLE = "184769046716" THE_GUINESS_PARTNERSHIP = "86970043613" + CALICO_HOMES = "86975437046" class DealStage(Enum): diff --git a/etl/hubspot/scripts/onboarding/new_organisation.py b/etl/hubspot/scripts/onboarding/new_organisation.py index 5a11266f..f2ff8bda 100644 --- a/etl/hubspot/scripts/onboarding/new_organisation.py +++ b/etl/hubspot/scripts/onboarding/new_organisation.py @@ -7,6 +7,7 @@ dbRead = HubspotDataToDb() companies_to_add_or_ensure_it_exists = [ Companies.THE_GUINESS_PARTNERSHIP, Companies.SOUTHERN_HOUSING_GROUP, + Companies.CALICO_HOMES, ] for company in companies_to_add_or_ensure_it_exists: