CMS Development

Veradatatech
Member | Platinum Partner
Member | Platinum Partner

HubSpot API to insert multiple rows with 1 API call request

SOLVE

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

0 Upvotes
2 Accepted solutions
Jaycee_Lewis
Solution
Community Manager
Community Manager

HubSpot API to insert multiple rows with 1 API call request

SOLVE

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

https://developers.hubspot.com/docs/api/cms/hubdb  

 

Best,

Jaycee

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

View solution in original post

0 Upvotes
Veradatatech
Solution
Member | Platinum Partner
Member | Platinum Partner

HubSpot API to insert multiple rows with 1 API call request

SOLVE
0 Upvotes
2 Replies 2
Veradatatech
Solution
Member | Platinum Partner
Member | Platinum Partner

HubSpot API to insert multiple rows with 1 API call request

SOLVE

Thank you Jaycee

0 Upvotes
Jaycee_Lewis
Solution
Community Manager
Community Manager

HubSpot API to insert multiple rows with 1 API call request

SOLVE

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

https://developers.hubspot.com/docs/api/cms/hubdb  

 

Best,

Jaycee

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

0 Upvotes