Skip to content

valeriosalvucci/gmail-to-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gmail-to-sheet

App Script to automatically extract info from Gmail and add them to Google Sheet.

gmail-to-sheet

Supported email senders:

  • Rakuten credit card
  • Rakuten mobile
  • Setagayapay (setapay)

How to use:

  • Create a Google Spreadsheet
  • Copy Code.gs into AppScript
  • Setup a daily tigger
  • Setup two Gmail filters for every email sender (one filter for every label) to automatically label emails auto/to-process auto/EMAIL-SENDER

rakuten card

Create two filters with same search:

from:([email protected]) subject:(カード利用のお知らせ(本人ご利用分) -【速報版】)

one with apply label: auto/r-card, another with apply label: auto/to-process

setapay

Create two filters with same search:

from:([email protected]) (ご利用のお知らせ OR チャージ完了のお知らせ)

one with apply label: auto/setapay, another with apply label: auto/to-process

rakuten mobile

Create two filters with same search:

from:([email protected]) 楽天モバイルお支払い料金確定のお知らせ

one with apply label: auto/r-mobile, another with apply label: auto/to-process

About

autofill google sheet with gmail text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published