HubSpot Ideas

PowerMyAnalytic

Bulk export of CRM objects

CRM objects like contacts, deals and tickets are being modified over time.

If I want that the data that I have will be accurate I should fetch all the objects or all the objects that have been modified, every day. 

In both cases the number of objects is huge and can be more then 50,000 objects!!!

 

The current methods to fetch the objects are using pagination of 100 objects per request in  V2 "Get all" or V3 "Search the CRM".

Search the CRM also limited the total number of objects that we can fetch to 10,000.

 

I ask for an endpoint of bulk export that will retrieve a zip file of all the objects in one request.

 

It will be way more fast than paginate houndreds of requests,

and the compressing will reduce the size of the data.