Skip to content

Commit d50c07f

Browse files
committed
Create README.md
1 parent e45ecb5 commit d50c07f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# getemail
2+
Move your emails from Gmail to Google Sheets
3+
4+
Google Apps Script that enables you to transfer email body from specified label to Google Sheets
5+
6+
Once transferred to Google Sheets you can then use it o manage the data and allocate it into columns, rows etc.
7+
8+
For example, our team uses GetEmail to transfer the email body to Google Sheets, to then create an active list of incoming emails that need to be handled by Reps. Separate functions in the Google sheets allocate e-mails to each person in the team on a rota basis, relevant data is extracted from emails and displayed on a separate sheet that everyone in the team can see.
9+
10+
I saw many people looking for a simple solution like that, and I hope some will find it useful.
11+
12+
To use simply copy the code and paste it to your Gogle Apps Script Editor, then edit accordingly and save.
13+
14+
Enjoy working with it and expanding it to suit your needs. Kam

0 commit comments

Comments
 (0)