POST file to Bubble error

Hello!
I’m trying to send a file to bubble from postman via api. The request seems to trigger fine, however the file never appears.

I’m using form-data with a PDF. The authentication is fine as the workflow runs, just not with the file.

In the screenshots below I’ve changed the URL just for privacy.


If anyone had any ideas as to why it’s not working, it’d be appreciated!

Cheers,
Rory

You cannot send file to Bubble this way.

Two options: an url (string) or a JSON object as described in the manual with a content in base64 encoded