Template Tags

Template tags are placeholders that get replaced with real data when signatures are processed.

Tag Syntax

Tags use double curly braces: {{tag_name}}. When a signature is processed, SigStudio replaces each tag with the corresponding user or group data.

Example

<td style="font-weight:bold">{{name}}</td>
<td>{{role}}</td>
<td>{{email}}</td>

This would output the user's name, role, and email in the signature.

Data Sources

Tags pull data from either User fields or Group fields, depending on the tag. Some tags (like social links) can be configured to use either source in the Visual Editor.