HubspotCommunity / hubspot-ruby

Ruby wrappers for the HubSpot REST API
https://developers.hubspot.com/docs/endpoints
MIT License
190 stars 257 forks source link

Is it possible to batch create or update contacts? #212

Open east2dd opened 4 years ago

east2dd commented 4 years ago

https://developers.hubspot.com/docs/methods/contacts/batch_create_or_update

Thanks for this great gem, but I want to make sure batch create or update API is implemented or not. Because I cannot find the batch create or update PATH in Hubspot::Contact class

Thank you.

sallesma commented 4 years ago

It looks like this opened pull request fills your requirements : https://github.com/adimichele/hubspot-ruby/pull/204/files

But it is not merged yet