Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beauraines/gmail-advanced-filtering
Google App Script to make special actions on the receipt of new messages.
https://github.com/beauraines/gmail-advanced-filtering
Last synced: 22 days ago
JSON representation
Google App Script to make special actions on the receipt of new messages.
- Host: GitHub
- URL: https://github.com/beauraines/gmail-advanced-filtering
- Owner: beauraines
- Created: 2022-01-23T02:56:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T23:51:25.000Z (about 3 years ago)
- Last Synced: 2024-11-12T10:43:02.652Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GMail Advanced Filtering
Google App Script to make special actions on the receipt of new messages.
[![clasp](https://img.shields.io/badge/built%20with-clasp-4285f4.svg)](https://github.com/google/clasp)
Creates new label
Set scriptProperties
Schedule for every minuteCan be done with clasp
clasp login to push/pull
clasp login --creds creds.json (from downloaded OAuth) to run2321 clasp run setProperty -p '["RTM_EMAIL_ADDRESS","rmilk.com"]'
2324 clasp run setProperty -p '["MAX_THREADS",240]
2325 clasp run setProperty -p '["PUSHOVER_TOKEN","a4"]'
2328 clasp run setProperty -p '["PUSHOVER_USER","uStggdBnt5f9P"]'
2332 clasp run setProperty -p '["MAX_THREADS","240"]'