Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`