Hi Ross,
has Google released this API?
I would like to massively modify the users' signatures (primary email and secondary email), injecting a custom HTML file for both sendas , defining if it will be ONREPLY and/or FORWARD USE for each of the users
Example, running two command lines:
-first which acts on the first the first updates the signature of the primary email:
gam csv C:\Users\MYUSER\Desktop\usersdpt.csv gam user ~primaryEmail signature file C:\Users\MYUSER\Desktop\Company_Signature1.html replace FirstName ~name.givenName replace LastName ~name.familyName replace Department ~organizations.0.department replace typePhone0 ~phones.0.type replace Phone0 ~phones.0.value replace typePhone1 ~phones.1.type replace Phone1 ~phones.1.value
-second command which acts on the sendas by setting the second signature:
gam csv C:\Users\MYUSER\Desktop\usersdpt.csv gam user ~primaryEmail update sendas ~emails.2.address signature file C:\Users\MYUSER\Desktop\Company_Signature2.html replace FirstName ~name.givenName replace LastName ~name.familyName replace Department ~organizations.0.department replace typePhone ~phones.0.type replace Phone ~phones.0.value
But I fail to specify ONREPLY and/or FORWARD USE