The community members are discussing how to handle user messages that are not text or button clicks, such as images or audio, in a Typebot application. They note that in a previous version, it was possible to use a Text Block and an if statement to separate text from files, but this functionality has been modified in the current version, requiring the application to pre-emptively know what the user will send.
Some suggestions from the community members include using a webhook to check the message type and only sending the message to Typebot if it is not a text or button response, or self-hosting an older version of Typebot to maintain the previous functionality. However, there does not appear to be a clear, agreed-upon solution in the comments.
One community member also asks if there is a way to obtain the URL of an image sent by a WhatsApp user, but this question does not receive a direct answer.
on the webhook that the meta send is a array with the field message type, this may can be used, but the message use is a internal variable, no show on the flow