I finally got an html file from my customer.
I was reviewing the file James sent but I am having issues running the command with the examples in it.
I printed the signatures with csv headers and so on but for some reason whenever I run the command for "UsersWithoutSignature", gam doesn't execute anything and doesnt show me an error. It just shows a new line and asks for a new command.
I don't have experience with html or python so maybe I am doing something wrong.
My understanding is that in the html file I need to replace the name with a {string} i.e. instead of Nikolay G > {firstName} {lastName}. Same goes for phone, title etc.
I've done that already on the file and now I am trying to get a command on GAM to pull the headers from the csv with the strings, place it on the html and set it as signature for the user. I can also provide the html file as well if that's alright.
Command I used was: gam csv UsersWithoutSignaturesOU.csv matchfield orgUnitPath "^test" gam user ~email signature file sign.txt html replace firstName ~firstName replace lastName ~lastName replace title ~title replace email ~email