We have a Typeform that records entries for our job board, including a resume file attachment. We connected this to Salesforce natively and the entries are being recorded properly, except the file attachment which isn't natively supported. I searched for a solution and the only thing I saw recommended was Zapier. Set up a Zapier integration with the Typeform and have access to the following fields from the file:
field_zzzzzzzzzz: https://api.typeform.com/forms/xxxxx/responses/xxxxxxxxxxxxxxxxxxxxxxx/fields/xxxxxxxxxxxx/files/xxxxxxx-filename.pdf
Going to this url directly, even if logged into Typeform, returns the following raw json: {"code":"AUTHENTICATION_FAILED","description":"Authentication credentials not found on the Request Headers"}
This is the same url that you access from Typeform Results to download the file, but clicking from Typeform injects a Cookie that authorizes the file download.
field_zzzzzzzzzz_file: hydrate|||.xxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxx--xxxxxxxxxxxxxxxxx-xxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:xxxxxx:xxxxxxx-xxxxxxx-xxxxxx|||hydrate
Any help would be really appreciated. Thanks


Just ended up doing a Google Drive integration and passing the URL of the file upload to SF, if anybody knows if this is possible without Drive let me know!