Workflow 1: Create a .txt file
An endpoint that takes the file’s name and content and returns a URL where the file has been uploaded. You can use that URL and save it in your Bubble storage after using : save to Bubble Storage
This endpoint can be modified to create ANY other file type.
Endpoint:
https://sykbil.buildship.run/text-file
Body:
{
"name": "Test",
"content": "Hello World!"
}

Remix Workflow
https://buildship.app/remix/a2d42015-c47e-426b-b709-059b46a37424
Let me know what other workflows you would like to see!
1 Like