Prerequisites
- A Parabola flow with an Extract from email step configured (you’ll need the generated inbound email address)
- A Google Drive folder containing the files you want to send
Step-by-step setup
Create a new Apps Script project
Go to script.google.com and create a new project.
Replace the folder ID
Open your Google Drive folder and copy the ID from the URL — it’s the string of characters after 
Replace
folders/ in the address bar.
[Folder ID] on line 3 of the script with your folder ID.Replace the email address
Replace
[Email Address] on line 2 with the inbound email address from your Parabola flow’s Extract from email step.Things to know
- Google Workspace files — Google Docs are converted to PDF, Sheets to Excel, and Slides to PowerPoint before sending. Standard file types (CSV, PDF, XLSX, etc.) are sent as-is.
- Gmail attachment limit — Gmail has a 25 MB attachment limit per email. Files larger than this will fail to send.
- One-time batch — This script sends all files currently in the folder. It does not watch for new files. If you need ongoing monitoring, see How to watch for new files in Google Drive and send them to Parabola.