I’m trying to create a batch of companies in Hubspot with python. I’m following the docs here: Accounts Dashboard | HubSpot under “Create a batch of companies”. The docs use a function from the hubspot library callsed BatchInputSimplePublicObjectInputForCreate. That particular function does not exist as far as I can see, and I get the following error message: ImportError: cannot import name ‘BatchInputSimplePublicObjectInputForCreate’ from ‘hubspot.crm.companies’.
However, I can import and use the function to update a batch of companies
‘BatchInputSimplePublicObjectBatchInput’ without any problems. So I’m wondering why the create batch function does not exist and whether it will in the near future? If not, what is the easiest way then to create batches of companies with python?