Whatsapp Automation to send personalized Audio files? So I’m setting up an autmation, where everytime when a user writes a certain trigger word, they receive an audio file via Whatsapp. As far as I am seeing, its possible to upload one audio file, and then get it sent in the automation. That’s the case on my current screenshot: However, on my setup, each user should get their own, individual audio file sent to them. These audio files already exist: they are created in the backend of my server, and there’s a path like “myserver.com/user-audios/audio-userID.mp3”. So what I would need to do on Manychat, is to - instead of statically sending the same audio - accessing the URL based on the User ID, and then taking the file from the path and sending it to the user.I know there’s a lot that I can do via “External Request” Actions, but at the moment, I’m afraid it’ll fail