Managing signatures by hand could be a realy headache. Try to use python script to automate this process.
- Use
pip install -r requirements.txt
- google-api-python-client
- oauth2client
- httplib2
- pystache
- API key (simple way)
- Create a project on Google APIs
- Dwonload a JSON file with key - service_account_key.json and put it in directory with script
- Enable G Suite Domain-wide Delegation
- In Client name – past your Unique ID, In One or more API Scopes – past this (coma separated): https://www.googleapis.com/auth/gmail.settings.basic,https://www.googleapis.com/auth/ggmai.settings.sharing
- Authorize
- Change template.mustache file according to your needs. It will be passted in each signature
- Fill Team Information - Email-Signatures.csv with information about your team
- Run
python change_domain_signatures.py