Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Inbox2Evernote

Quickly convert emails to evernote notes with IFTTT and Google Apps Script

Inspired by Snoozever which unfortunately requires a paid Evernote subscription due to the reliance on the evernote email functionality. This also allows you to continue using snooze capability of Inbox as is. Custom tags/notebook are handled by the IFTTT recipe rather than the Apps script.

Requires

  • Google Inbox
  • IFTTT
  • Evernote

Setup

Usage

  • Send emails you want a note created for to the Evernote folder. The script will trigger the IFTTT reciped, creating a new note, and then move the email back to the inbox for you to handle. This behaviour can be easily changed by modifying the last line from GmailApp.moveThreadToInbox(threads[i]); to GmailApp.moveThreadToArchive(threads[i]);.

* Note that if you use the IFTTT Email trigger for other recipes you may need to modify this script to use the tagging trigger rather than the catch-all trigger used here.

About

Quickly convert emails to evernote notes with IFTTT and Google Apps Script

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages