Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasongordon/google-apps-script
Collection of my app-scripts
https://github.com/jasongordon/google-apps-script
Last synced: 3 days ago
JSON representation
Collection of my app-scripts
- Host: GitHub
- URL: https://github.com/jasongordon/google-apps-script
- Owner: jasongordon
- Created: 2013-02-19T03:35:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-12T19:43:03.000Z (over 11 years ago)
- Last Synced: 2024-08-02T05:10:43.797Z (3 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
google-apps-script
========#### shipping-harvest.js ####
This is a script which reads incoming emails from shippers, parses out who it is being sent to and the tracking number and adds it to a tracking service.
Right now, USPS is the shipper and packagetrackr.com is the tracking service. Look for unread USPS Click-N-Ship emails in a label called usps and parse out the data and email packagetrackr. Once we have processed the email, mark it read so we dont process it again. You would want to set up a time based trigger for all of this.
This could easily be extended for other services.