Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelconan/gmail-filter-transfer
Apps Script solution to export user filters for import by another user, recreating labels as required
https://github.com/michaelconan/gmail-filter-transfer
Last synced: 22 days ago
JSON representation
Apps Script solution to export user filters for import by another user, recreating labels as required
- Host: GitHub
- URL: https://github.com/michaelconan/gmail-filter-transfer
- Owner: michaelconan
- Created: 2023-08-29T20:44:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T22:06:49.000Z (over 1 year ago)
- Last Synced: 2023-09-01T16:49:47.678Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gmail-filter-transfer
Apps Script solution to export user filters for import by another user, recreating labels as required## Instructions
1. The first user runs `exportFilters` to prepare filter data and create JSON extract
2. The first user shares the filter export file (named with email and timestamp) with the second user
3. The second user enters the `FILEID` in the first line of the `importFilters` function, then runs `importFilters`