I want to send a PDF attachment, through email (Zapier automation)

Hello,

I would like to send an email with PDF attached when people submit the form.
I have already integrated with zapier but the PDF file is in Google Drive.
I tried to attach the file but don’t know which data i should use…
Someone said to choose ‘direct media link’ but there is none…
Can someone tell me which data i should choose to get an PDF file attached in the email from Google Drive??

Yes it gives a ton of options.

See if you can find one called webContentLink or webView link. If not you can probably just find the file ID and create a download URL directly, probably in this format;

https://drive.google.com/uc?export=download&id=FILE_ID

Make sure the directory or file are accessible to anyone with the link.