Services Plugins FAQs

Help for uploading files with Wasabi

Hi, could you help me?

Within my task system, on each task page there is a message field so that users involved in the task can put notes.

I would like to put the file upload along with the message, and make the message entry in the database store the wasabi file URL.

It’s possible?

Can you instruct me how to do it?

Hi @lucas.air, thanks for your message and sorry for the delayed reply (due to the weekend).

You can implement such functionality by using the plugin and Bubble events and actions:

  • for example after the button “Save message” is pressed, put “upload a Wasabi S3” action.
  • after that, make a workflow that starts with the “A Wasabi S3 upload successful” event, followed by the “Make a change to thing” action, inserting the “last uploaded” file link into the URL field in “message” datatype

Hope the provided hint will help. If there will be any other plugin-related messages, please let me know.

Regards,