APIs & Integrations

adpaiker
Member

Urgent: Hubspot API for Bulk insert/update data (contact & deals)

SOLVE

 

Hi 

 

Need one urgent help on below: 

 

We are using a EL tool called Workato for loading data from S3 json files to hubspot. 

Data is huge ~ 10000 records.

Insert of one by one record is taking huge time , approx 4hrs per file of 10K records.

We need a way to bulk insert data of contact and deals to hubspot. We tried checking API reference link but didnt find suitable one

 

Please help to check

 

1. Is any bulk API is provided for bulk inserts of contacts and deals records

2.  We also have update scenario, where data is updated based on a lookup field like (email address for contact). Is any bulk update API exists for such updates? 

 

Thanks

 

0 Upvotes
1 Accepted solution
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Urgent: Hubspot API for Bulk insert/update data (contact & deals)

SOLVE

Hello @adpaiker 

For each of the object types, there are batch endpoints.  For example /crm/v3/objects/contacts/batch/create

This is the batch endpoint to create a group of contacts.

It worth looking at the batch limits as well as general API limits as well

View solution in original post

1 Reply 1
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Urgent: Hubspot API for Bulk insert/update data (contact & deals)

SOLVE

Hello @adpaiker 

For each of the object types, there are batch endpoints.  For example /crm/v3/objects/contacts/batch/create

This is the batch endpoint to create a group of contacts.

It worth looking at the batch limits as well as general API limits as well