Hey Everyone,
I am trying to link our Hubspot Form with Greenhouse using Zapier in a way that when a new form is submitted, a prospect is created using “Zapier Webhooks”. Unfortunately, I am running into 400 error in 2 cases I tried:
- Submit a new “resume” to an existing application, where I created a Public URL through Zapier from Hubspot, which is then used in the webhook as a source of the file/attachement. Error 400 appears.
- Submit a new candidate without the attachement, using Webhooks again. This time, I am getting 401 for incorrect JSON request.
In both cases, I am using Greenhouse API documentation to fill out the zap - https://developers.greenhouse.io/harvest.html#post-add-attachment-to-application
Can you help me figure out what I am doing wrong?