send images from whatsapp to botpress !!
# 🤝help
d
send images from whatsapp to botpress !!
b
sorry, can you clarify what you're trying to achieve/have your user be able to do? 🙂
b
I think they want the user to be able to send an image and have botpress do something with it, am I correct @delightful-jordan-43049 ?
d
yup correctly , the problem : handling image type through whatsapp to botpress
in this case botpress log ( logger.forBot().warn(
Unhandled message type: ${JSON.stringify(message)}
) )
when a user sends image from WhatsApp the bot recognizes that as an unhandled type
b
currently we don't allow users to upload files, so bots can't respond to images since it's a file type that we don't support (on the user side)
b
@bumpy-butcher-41910 quick follow-up, since this is whatsapp, if a user sends an image, is there anyway to recognize it's an unsupported file type to mention that to the user?
2 Views