HubSpot Integration - get many engagements by ID

I have a list of HubSpot engagement IDs that I would like to pull data for. The “Get Engagement” node only allows you to search one engagement at a time, I am trying to find a way to loop over an the array/list of engagement IDs one-by-one and combine the data. Any suggestions how?

I tried using the “Loop Over Items” node but to no success.

**n8n is really bad for searching for engagement by associations using a contact or company ID. It is quite a simple HTTP POST Request and would suggest this as an easy feature to build…

I don’t believe you can specify more than one engagement in this field. While I understand that the fields name does imply that it could be possible (“Engagements to Get”), I believe the underlaying api request for this expects a single id.

Yes I know that jabbson - question is, can you loop on the engagement IDs and pull each engagement one-by-one? Same would apply if I can do a loop using an HTTP GET Request using the HubSpot APi Get an engagement - HubSpot docs

Sure things:

one way:

Another way (with explicit loop):

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.