Hello, I would like to know if HubSpot POST API supports inserting multiple rows with 1 API call.
POST /hubdb/api/v2/tables/:tableId/rows
https://legacydocs.hubspot.com/docs/methods/hubdb/v2/create_row
Kindly advice.
Regards,
Vikram Shah
Hello, I would like to know if HubSpot POST API supports inserting multiple rows with 1 API call.
POST /hubdb/api/v2/tables/:tableId/rows
https://legacydocs.hubspot.com/docs/methods/hubdb/v2/create_row
Kindly advice.
Regards,
Vikram Shah
Hey, @Veradatatech
To confirm, you are not missing an option with that v2 endpoint. If you are interested, there are new v3 HubDB API endpoints, including one to Create rows in batch.
POST/cms/v3/hubdb/tables/{tableIdOrName}/rows/draft/batch/create
Best,
Jaycee
Thank you Jaycee