Images from WhatsApp messages in BotPress
# 🤝help
s
Hi, I have WhatsApp setup and integrated with my BotPress to receive messages sent from WA in my workflow, but how do I receive Images sent in the WhatsApp message inside my workflow I've tried using Raw Input but not sure how to go about it
h
Hey bro, your image is most likely in event.payload.imageUrl you need to listen for the message and extract the imageUrl and then use the url to access the image there is so much nifo and sample code on this https://botpress.com/docs/cloud/channels/whatsapp/#media-images-audio-documents of the documentation. Check it out and see if you can get an idea