From 7c62c5c9718941ca032ebbb5977a50ae24521a37 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Thu, 17 Apr 2025 15:41:44 +0000 Subject: [PATCH] record not records --- etl/dimitra_hubspot_notes_gather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl/dimitra_hubspot_notes_gather.py b/etl/dimitra_hubspot_notes_gather.py index ea069cf..3abacfd 100644 --- a/etl/dimitra_hubspot_notes_gather.py +++ b/etl/dimitra_hubspot_notes_gather.py @@ -89,7 +89,7 @@ for pipeline in pipelines.results: notes_data[pipeline_name].append({ "Deal Name": deal_name.upper(), - "Deal URL": f"https://app.hubspot.com/contacts/{portal_id}/records/0-3/{deals["deal_id"]}", + "Deal URL": f"https://app-eu1.hubspot.com/contacts/{portal_id}/record/0-3/{deals["deal_id"]}/", "Deal Owner": owner_name, "Deal Stage": stage.label.upper(), "Value": deals["value"],