I am working on deploying signatures for new employees after creating their accounts in the Google Admin Console. I've retrieved this sample Python script. https://github.com/jnyada/Learning-Google-Workspace-API/blob/master/signatures.py
Line 25 is where you enter the string to patch the signature into the user's Gmail account. How do I add the user's fullName and email address into that string?
I would also like to set this as the default for new emails and reply/forwards, and activate the setting "Insert signature before quoted text in replies and remove the "--" line that precedes it.". Right now, all this script can do is patch the signature into the account. Is there a function that can activate those settings?
Any help would be much appreciated, thanks.