Skip to content
Discussion options

You must be logged in to vote

Yeah you can do this! Use the sendas settings command. Here's the basic syntax:
gws gmail settings sendas update <email> --signature "Your HTML signature here"

For bulk updates, you'd loop through a user list. Something like:

while read email; do
  gws gmail settings sendas update "$email" --signature-file template.html
done < users.txt

Make sure your service account has the right delegated admin API scopes.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@BittuChan
Comment options

@Shiven0504
Comment options

Answer selected by BittuChan
Comment options

You must be logged in to vote
3 replies
@BittuChan
Comment options

@Shiven0504
Comment options

@BittuChan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants