/gmail-to-google-sheets-script

Search for emails on your gmail account (using a query) and store results on a google sheets

Primary LanguageJavaScript

Gmail to Google Sheet Script

This Google Script can do any search on your Gmail account, and store the results on a sheet file.

The search will be made on your gmail account, from your Google Script. All data will be changed inside your account, with no external access to it.

How to use

  1. Go to https://docs.google.com/spreadsheets/d/1x7KnCREDB9a2sbstnOVa9BGtH-36ahe3ZM5rpBISHxE/edit?usp=sharing
  2. Clone the sheet
  3. Click Gmail-to-GSheets > Run

Changing fields

If you want to save different message attributes, take a look at gmail-message class and chage your script file the code below comments with a pencil (✏️)

Credits

This is based on https://github.com/TiagoGouvea/gmail-to-google-sheets-script