Skip to content

Extract URLs from a specified Label in Gmail and dump to a Google sheet

Notifications You must be signed in to change notification settings

nitantsoni/Gmail-Extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Gmail-Extractor

Extract URLs from a specified Label in Gmail and dump to a Google sheet

Modified from source - https://helgeklein.com/blog/2015/02/extracting-all-email-addresses-from-a-gmail-label/

#How to use

The script will pick up the first match of the regex (Line 41) from each email and output that to the sheet.

#Notes

  • It is highly unlikely that the script will work for you on the first go. The Regex match on Line 41 will need some tweaking to match the format of your URLs/Emails being parsed.
  • Test the "GetURLs" function via the Script Editor to troubleshoot further.
  • Use the commented out "Logger.log" to view the matches, in the Logs

About

Extract URLs from a specified Label in Gmail and dump to a Google sheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%