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
appsscript
Last synced: 12 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T22:06:49.000Z (over 2 years ago)
- Last Synced: 2025-02-03T12:17:42.482Z (about 1 year ago)
- Topics: appsscript
- Language: JavaScript
- Homepage:
- 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`