#WhatsApp media

1 messages · Page 1 of 1 (latest)

mighty brook
#

How can I identify whether the user is sending a text, audio, or image message in order to redirect them to the correct flow within Typebot?

deft owl
#

you can not for now, i think

mighty brook
#

😦

mighty brook
#

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.

humble dragon
#

Indeed that'd be nice to save the file type in a variable

#

I'll see what I can do