Array API Post to Hubspot

I'm trying to post multiple deals to hubspot at one time using a retool workflow and the Hubspot resource query - it works well with the single object, but how do I post an array of objects at one time? Do I need to use a loop block?

Yes, you could use a loop and select your HubSpot resource as the lambda, or you could use the HubSpot batch deal create endpoint described here: CRM API | Deals

1 Like