Deployment7 min read
๐Ÿ“ค

Deploying Signatures

Assign signatures to users, groups, or OUs and push them to Gmail automatically using the deploy wizard.

Overview

Deploying a signature pushes it to users' Gmail accounts using the Gmail Settings API via Domain-Wide Delegation. Users do not need to do anything โ€” the signature appears in their Gmail automatically.

Info

Deployment uses Google's Gmail Settings API. SignatureHQ writes to the Default signatureslot in each user's Gmail settings. Existing manually-set signatures are overwritten for affected users.

Creating assignments

Before deploying, you must tell SignatureHQ who should receive a given signature. Open a signature and click Deploy โ†’ Manage Assignments.

There are five assignment target types:

Everyone

All users in your domain. Use as a catch-all default.

Organisational Unit (OU)

All users in a specific Google Workspace OU, e.g. /Sales.

Google Group

All members of a specific Google Group.

Custom Group

Your own user groupings, created in SignatureHQ independently of Google.

Individual user

A single specific user. Highest priority.

app.signaturehq.com/signatures/deploy
Deploy wizard โ€” assignment manager showing OU and group targets
Deploy wizard โ€” assignment manager showing OU and group targets

Priority rules

A user can match multiple assignments. SignatureHQ uses the highest-priority match:

TypePriority
Individual user100
Custom Group75
Google Group50
OU25
Everyone0

Tip

Use Everyone as your base assignment, then add OU or Group assignments for departments that need a different signature. The most specific rule wins.

Running a deployment

  1. 1Open a signature and click Deploy.
  2. 2Review assignments and the estimated user count. The Deploy button is disabled if no assignments are configured, then enables automatically as soon as you add an assignment.
  3. 3Click Start Deployment. SignatureHQ queues per-user jobs and processes up to 10 at a time.
  4. 4A live progress bar appears. You can navigate away โ€” the deployment continues in the background.
app.signaturehq.com/signatures/deploy
Deployment in progress โ€” live progress bar with success and failure counts
Deployment in progress โ€” live progress bar with success and failure counts

Monitoring & errors

The dashboard shows a 7-day deployment trend chart. For per-deployment details, click any deployment in the history table to see individual user results.

  • Success โ€” signature was written to the user's Gmail account
  • Skipped โ€” user's winning assignment points to a different signature
  • Failed (403) โ€” DWD is not configured or the user is outside your domain โ€” check Settings โ†’ Workspace
  • Failed (429) โ€” Gmail API rate limit hit โ€” SignatureHQ retried automatically with exponential backoff