botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
71 stars 83 forks source link

Botpress can process the user uploaded file? #1660

Closed Rex-office closed 1 year ago

Rex-office commented 2 years ago

In my situation, I would like to upload a file from a slack chatbot, can Botpress upload this file to s3? image image

ElCuboNegro commented 1 year ago

perhaps developing a custom webhook that reacts to a certain media type. I think it depends a lot about the medium.

ElCuboNegro commented 1 year ago

diving a little deeper, the botpress server can handle the following file types: "image/jpeg", "image/png", "image/gif", "image/bmp", "image/webp", "audio/mpeg", "audio/webm", "audio/ogg", "audio/wav", "video/mp4", "video/webm", "video/ogg", "application/pdf"

davidvitora commented 1 year ago

Slack file upload will be added on 30.9