How to Use Google Apps Script to Put Gmail Data into Google Spreadsheets
A New Era of Organizing Data: Managing Gmail Data with Google Apps Script
I tried using Google Apps Script to automatically record information from Gmail, like the sender (“From”), the date and time (“Date”), and the message itself (“Body”), into a Google Spreadsheet.
Here’s how you do it:
Creating a Google Apps Script Project First, you create a new script inside a Google Spreadsheet.
Using the Gmail API Next, you read emails using the Gmail API.
This is pretty easy because Google Apps Script supports Gmail.
[Read More]