enviar PDF descargado de google drive a whatsapp por agente de IA

Hi, I need help. I’m trying to get my AI agent to send a PDF hosted on Google Drive, but in the final phase of the http request, I get an error… What I want is for the PDF file to reach the client, not the link.

Hi, am not sure if this is a feature request, but if u give the fileid to the ai agent, u can output this after the ai agent and have a flow which downloads the file, and then send to whatsapp.

I the flow I used was, get all drive files based of keyword, return result to ai agent to use the google fileid, pass the id to agent to add further details if needed for whatsapp reply, but then after the ai agent the flow will use that ID download and upload.