-
jaypinho I played w/the Gmail API but it is very rough. Since all my newsletters come through a single email just for that purpose (not my main email), I set up a SES account on AWS and just had Gmail forward them in. Then I write to S3, and use that write event to trigger a Lambda.
-
jaypinho If you are curious the state of the code is still VERY rough but it is in the open - github.com/AramZS/backreads/blob/main/lambdas/html-from-email/html-from-email.js
-
jaypinho (I welcome corrections and ideas!)