https://discord.gg/botpress logo
Allow HITL to support images
# 👀feature-requests
g
🆘 Integration: WhatsApp -> Botpress -> Zendesk When user sends a photo/audio in WhatsApp, Botpress does not send it to Zendesk. This is affecting us a lot. None of our agents are being able to proceed with some resolutions because of that. We're a healthtech, so we receive lots of files, prescriptions and etc.
l
Change the WhatsApp integration to manual and when a media file is received, extract the file from META and if storing the file temporarily solves, then use tmpfiles.org, if not store it in an permanent storage with a publicly accessible link, which you then pass to Zendesk
a
I had a similar issue, and the solution I found was to use the Botpress integration in Make. I send only the MID of the WhatsApp audio to Make, which avoids the error caused by URLs like this: "https://lookaside.fbsbx.com/whatsapp_business/attachments/?mid=1073950600712166&ext=1731262529&hash=ATsdQDGH5J8iXTMKr8BiWqddt851whlfZBIJ2jRY2wDjyg". With the MID in Make, I simply integrate it with WhatsApp’s media download feature. Once downloaded, it’s converted into a binary-like format. I then pass this format to ChatGPT to convert the audio into text. In my workflow, the transcribed text is saved to a variable, which I then import into my CRM.
8 Views