I’m working in the process to upload the information from our CRM to HubSpot. I have a problem to update the deal information, because I need the “DealId” and I don’t have this information in my crm. My idea is to get all deals and check if the deal exist using “Deal Name”, but the API only return 250 deals. How can I get the “DealId” for the existing Deal in HubSpot and then update the Deal information.
I used this https://api.hubapi.com/deals/v1/deal/paged?hapikey=xxxx&includeAssociations=true&properties=dealname