Does anyone know if it is possible to edit central routing mail settings with google sdk admin settings API or any other API? Or in any other way 'remotely' without using the google admin UI?
Specifically i'm interested in remotely editing the address lists that are used for policy routing (content compliance). I use these filters with address lists to re-route messages TO an address listed in there via a specific host. there are frequent changes to the addresses in these address lists, thats why i want to automate(script) this a bit so for example it reads an address list (txt/csv) file from my pc and imports this in the google address list (or it replaces the list).
Already found this documentation about admin sdk but i'm unsure how to use it and if it works for this purpose?: https://developers.google.com/admin-sdk/admin-settings#managing_email_routing_settings
Thanks in advance!