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.