Skip to content

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

License

Notifications You must be signed in to change notification settings

shannonfenn/Inbox2Evernote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published