How to receive data from a HTTP request to Bubble.io

Describe the problem/error/question

I’m currently sending a file from a HTTP request to Bubble.io, however, I’m not quite sure how to approach this process?

What is the error message (if any)?

Please share your workflow

This is the HTTP Request:

This is the Bubble request:

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hi @Jamaal, looks like Bubble now requires a paid plan to use their API so I couldn’t test this first hand. However, from looking at their forum it seems you need to send a JSON object with properties filename, contents, private to upload a file.

So in a first step I’d try something like this:

1 Like

Thanks, that helped part of the solution

1 Like