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"],