How to transfer a binary image output from a HTTP Request node into a HubSpot file property?

Hello!

This might be quite a simple question but I’m looking for ways that I can transfer the png output image from a HTTP Request node into a HubSpot file property. Is this possible?

The main goal of this workflow is to see if I can push Jotform file uploads into HubSpot file properties. This can be done easily by using the Jotform URL as the file property in HubSpot, but I want to transfer the actual image file itself.

I’ve been able to gain an image output from the Jotform file URL by using the HTTP Request node, but I’ve been banging my head against the wall trying to figure out ways to then push this into a HubSpot file property in any type of standard image format.

I’m super new to n8n so I would appreciate any help!

Workflow Code (i think) - OToNnLCZl26jH8nk

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hello @Connor_HubGem

You can use the HTTP node to send the binary file to the Hubspot API.

Hi @barn4k - thanks for the response!

How would I do this?

something like this

Sorry for the delay and thanks for the response! Is there any way the file could be pushed into a property rather than being uploaded as a file into the file library?

It depends on the Hubspot API. But in n8n it’s usually done via binary files

Okay no problem, thanks for the help

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.