Hi everyone,
I’m using Hubspot’s API to Create (POST) a File. I’ve been able to do this successfully via Postman but I can’t get it to work with Zapier Webhooks. I always get the issue of folderId or folderPath - which I know is required - but I am passing in the data of the request, which leads me to believe that probably I need to change around some keys in my data request.
I’ve also used Content-Type: multipart/form-data as a Header but I still have the same issue.
Working in Postman:
Has anyone ever been able to achieve this?