Top. Thanks for the app - my first typebot
Solved
Typebot
-
-
-
-
-
@luckow - if you have tried this, please let us know how to do the settings for the following:
- uploading an image file and using that in a typebot (to which folder do we upload it? How do we tell Typebot where to find it?)
- How to enable the user of the typebot to upload a file in response to a question. For example, "Please upload a screenshot of the problem"
The documentation is here but I can't figure it:
https://docs.typebot.io/self-hosting/configuration -
First: you must have a s3 storage like minio.
Second: You need a bucket and some credentials configured in minio.
Third: add the credentials for the s3 storage to the typebot env.sh file. Remember to addexport
to everykey=value
. (=export S3_ENDPOINT=minio-api.example.org
) Restart the app.
fourth: collect an image in your flow. insert the image into a variable.If you want to show the image to the user, add an image as a bubble and insert the variable into the link field.
Here is a quick flow https://www.luckow.org/bot.html