keithkelly
3 years agoLeader
Can I assign signatures to everyone who doesn't have one?
I'd like to - by default - set users' signatures to their name (First Last)
Our users' First & Last names are getting passed in by our IdP/SSO. I'm under the impression this can't be done automatically, BUT, is it possible to create a script to run periodically that'll do:
for each user{
if (signature == ""){
signature = First Last
}
}
If so that'd be sweet