Hi,
I’m working on pushing contacts, custom objects and associating them on Hubspot via HTTP request but I can’t understand what character on my URL is getting me this error :
PUT https://api.hubapi.com/crm/v4/objects/2-21031000/10959118931/associations/contacts/116420551/115
ERROR: Request path contains unescaped characters
Cause
{“status”:“rejected”,“reason”:{“code”:“ERR_UNESCAPED_CHARACTERS”}}
Stack
NodeApiError: Request path contains unescaped characters
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:1281:27)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:658:19)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:631:53
I have previous Node that uses the custom object id ‘2-21031000’ so I know that a dash ‘-’ is not considered has a unescaped character.
Would someone know where to look into?