archive low priority emails and send daily summary (unroll.me without 3rd party access)
- Create a new spreadsheet in google sheets that keeps track of low-priority email addresses
- Create a new gmail folder. Mine is called
zbulk
. If you name it differently, replacezbulk
in thenoneroll.gs
file to the folder you want. As you add emails to this folder, the spreadhsheet gets populated with email addresses that will regularly be archived - Create a new google app scripts project
- copy code from
noneroll.gs
to the existingCode.gs
or a new file if you choose - replace
sheetID
with the id of the sheet created in step 1 - replace
zbulk
in the functionsarch
,addEmail
, andgetEmails
to your bulk folder label
- Create project triggers. I run
arch
every 30 minsaddEmail
between midnight and 1amnoneroll
between 5 and 6am