TeamSigs Docs
Introduction

Welcome to TeamSigs!

Deploy perfectly formatted, unified, and high-impact HTML email signatures across your entire company with a strictly privacy-first, GDPR-compliant architecture.

Secure Magic Link Authentication

TeamSigs uses a passwordless **Magic Link** authentication system. This completely eliminates password breaches, brute force attacks, and the hassle of resetting lost passwords. When you enter your email, the system generates a cryptographically secure token and sends a direct login link to your inbox.

Magic Link Authentication
Security Notice & Troubleshooting

Magic link tokens expire strictly after 15 minutes and are entirely single-use for your protection. If you request a link and do not see it arrive within a minute, please check your Spam or Junk folder to ensure your firewall hasn't filtered it.

Multi-Tenant Role Logic

TeamSigs dynamically manages organization tenants based on your corporate email domain. The first corporate user from a custom domain who completes a premium billing checkout is automatically promoted to Workspace Administrator. All subsequent employees registering from that same domain suffix will auto-join the workspace seamlessly as restricted standard Users, inheriting the company’s locked templates automatically.


Step-by-Step

Employee Onboarding

Follow this pristine guide to generate your personalized company signature profile in under 30 seconds. No HTML coding is required.

1

Data Entry

Inside the editor, locate the "Your Data" sidebar inputs. As you type your name, title, or phone number, it dynamically synchronizes and maps your character data onto the central preview canvas area in real time.

Employee Editor Data Entry
2

Copying Strategy

Once your preview looks perfect, click the "Copy Signature" button. This compiles the absolute HTML markup together with rich-text multi-type clipboard objects simultaneously, guaranteeing perfectly formatted text no matter where you paste it.

3

The Ultimate Deployment Manual

Here are the exhaustive, step-by-step copy-paste installation instructions for the three most common corporate email environments:

Gmail Web
  1. Click the Gear Icon (top right).
  2. Click See All Settings.
  3. Scroll down on the General tab to the Signature section.
  4. Create a new signature, click inside the editing box, and press Ctrl+V (Cmd+V on Mac).
  5. Scroll to the very bottom and click "Save Changes".
Microsoft Outlook Desktop
  1. Go to FileOptionsMail.
  2. Click the Signatures button.
  3. Click New and assign a name.
  4. Paste inside the text area with Ctrl+V.
  5. Note: Outlook might experience a 1-second delay during first-time rendering as it processes high-definition graphics.
Outlook Web App (OWA)
  1. Click the Settings Gear.
  2. Navigate to MailCompose and Reply.
  3. Paste into the Signature container box.
  4. Click Save.
Email Client Deployment

Admin Governance

Custom Templates

System administrators have exclusive access to construct reusable business signature layouts using the HTML Editor view. This ensures global brand compliance.

Placeholder Mapping Tags

When writing HTML, using double curly braces (e.g., {{name}} or {{phone}}) dynamically spawns frontend input forms for your employees automatically.

The Power of Locked Fields

Appending a trailing asterisk to any tag (e.g., {{job_title*}}) triggers absolute administrator governance. This locks the field completely on the employee's screen, preventing manual tampering and forcing values to stay synchronized strictly with official corporate directory payloads.

Admin Locked Fields

Outlook Compliance HTML Linter

Our live editor features an intelligent, real-time scanner that monitors your code for incompatible properties like display: flex, display: grid, or global <style> blocks.

Microsoft Outlook uses the Microsoft Word rendering engine which outright drops modern layouts. The linter enforces that standard HTML <table>, <tr>, and <td> structures are strictly mandatory for corporate mail delivery.

Outlook Linter Warning

Telemetry Tracker

Team Adoption Tracking

Privacy & Compliance Framework

TeamSigs does NOT track recipient emails, does NOT log external IP addresses of clients, does NOT read email content bodies, and does NOT monitor outbound mail traffic. Our platform is 100% GDPR-compliant. We strictly monitor internal corporate employee workflow milestones.

The 4 Adoption Workflow Milestones

The Team Usage control panel provides precise visibility into your directory's onboarding progress. Here is what the four colored pill indicators mean:

Not Accessed

CSV-imported employees who have an account provisioned but have never logged into the platform yet.

Connected

Employees who have logged in via a magic link but have not yet configured a signature profile.

Profile Configured

Employees who have successfully filled out and saved their personal profile datasets inside the application.

Signature Copied

Employees who have officially clicked the clipboard copy button to deploy their signature. This represents 100% brand compliance.

Team Adoption Dashboard

Support

Technical FAQ & Troubleshooting

Why are my custom signature images or employee photos showing as broken boxes or blank icons?

Solution: All images must be hosted on public, active servers or CDNs, and URLs must use absolute paths strictly starting with secure https://. Local computer file paths (like C:\Images\logo.png) or relative links cannot render inside an external email recipient's environment.

Why am I getting a CSRF token mismatch error banner when saving a template?

Solution: For high-security enterprise defense, if the editor page is left open for a long period without user activity, the backend session securely times out. To resolve this, simply copy your HTML draft to your clipboard, refresh the browser page to acquire a new secure token, and save again.