Connecting N8N with HubSpot custom object to update custom properties

Describe the problem/error/question

Hi! I’m trying to connect my N8N workflow to my HubSpot custom object to update custom properties. The general idea of the workflow is to parse emails and then find the right record in HS custom object and populate properties with information extracted from the email. To do this, N8N needs to have access to the custom object and then map properties from the email to HS to find the correct record to populate, then populate the properties.

The problem is that I’m struggling to connect the flow with my HS custom object. I tried adding the Send HTTP Request step, where I added a HS API for the custom object, but it’s not working. Would really appreciated your help and advice!!

Please share your workflow