The community members are discussing how to identify the type of user input (text, audio, or image) in order to redirect the user to the correct flow within Typebot. One community member suggests that this is not currently possible, while another expresses interest in being able to save the file type in a variable. A community member mentions that they will look into this issue and work on a solution soon. A link to a related GitHub issue is provided.
Is there any way to capture the URL of files sent through WhatsApp? Such as photos and audio?
My integration is with OpenAI. When the user sends a photo, I would like to send it to the vision flow; when they send text, send it to the assistant flow, and when they send an audio, I want to send it to the transcription flow.
I have all the flows ready, but I need to find a way to identify the user's content to send it to the correct flow.