Newbie - setting user signatures with GAM or GAM-X

2,332 views
Skip to first unread message

J Cracknell

unread,
Sep 10, 2018, 3:08:59 PM9/10/18
to GAM for G Suite
Hi

How would I populate users signature files based on something like

Name
Position
Email (hyperlinked to email address)

I can easily create a CSV with this on but have no idea with the rest - using GAM and GAM-ADV-X

Ross Scroggs

unread,
Sep 10, 2018, 3:24:52 PM9/10/18
to google-ap...@googlegroups.com
J,


You need a template signature file, here's a simple one, let's say that it's in the file SigTemplate.html

<div style="float:left; padding:5px; vertical-align:bottom; color:rgb(0,0,0); width:215px; height:100px; font-family:Helvetica; font-size:11px;">

<div style="font-size:12px;"><b>{Name}</b></div>

<div style="font-size:12px;"><b>{Position}</div>

<div style="font-size:12px;"><b>{Email}</div>

</div>


You need some data.

gam print users fields primaryemail,organizations,name > Users.csv


Make the signatures.

gam csv Users.csv gam user ~primaryEmail signature file SigTemplate.html html replace Name ~name.fullName replace Position ~organizations.0.title replace Email ~primaryEmail


Adjust if the position field is coming from somewhere other than organizations title.

This is basic, test on a small set of users before proceeding,

Ross


Archbishop Sancroft Church of England VA High School
Wilderness Lane, Harleston, Norfolk IP20 9DD UK
w: www.ashs.org.uk | t: 01379 852561 | @ASHS_Harleston

--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/89597ba2-daff-4923-9684-9f49f6326928%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--

+KimNilsson

unread,
Sep 18, 2018, 4:07:57 AM9/18/18
to GAM for G Suite
I created some fancy documentation of this feature just recently.
Making it possible to set signatures on users who don't already have a signature.

Reply all
Reply to author
Forward
0 new messages