I'm a low-code advanced user, but I'm not a programmer.
In my case I use typebot with WhatsApp, mainly with bots that send videos and audios explaining my services.
I want to optimize because my flow is growing a lot and when I want to know how it works when I send a video that's stored on s3 or remotely.
With each typebot request, it downloads the video/audio and sends it to whastapp ? Would it be like arrow 1 + arrow 2?
Or do you send it directly from external storage and download it remotely (arrow 3)? sorry if I say something nonsense, I'm not a programmer.
Because if with each new whastapp, hundreds of them, the video is downloaded from S3 to typebot (1) and then sent to WhatsApp (2), I think it will be much faster to store it locally where typebot is, right? ( avoiding arrow 1)
Thanks in advance for your answer