I’m trying to set up a scenario in Make.com to monitor my Gmail folder hierarchy for emails with attachments and upload those attachments to a corresponding Google Drive folder. However, I’ve hit a problem: when I select a folder in the Gmail Watch Emails module, it only monitors the root folder and does not include any of its subfolders.
Here is my current Gmail folder structure:
_Properties
├── 123 Ave
├── 456 Drive
├── 789 Street
The Problem:
If I select _Properties
, emails in the subfolders 123 Ave
, 456 Drive
, and 789 Street
are not watched.
My Goal:
- Watch emails in
_Properties
and all of its subfolders. - Upload any attachments to Google Drive into a folder that matches the subfolder name.
Has anyone successfully set up a scenario like this in Make.com? I’d appreciate any suggestions or workarounds to achieve this!
Thanks in advance!