hubspot pagination finsihed

This commit is contained in:
Jun-te Kim 2025-04-09 15:42:33 +00:00
parent e77654a6e7
commit a2c4cfedbe

View file

@ -38,8 +38,8 @@ class HubSpotClient():
"domna_survey_post_sap",
"existing_wall_insulation"
],
limit=20
after=after
limit=200,
after=after,
)
response = self.client.crm.deals.search_api.do_search(search_request)
found_deals.extend(response.results)