CONBOOL
  • Blog
  • Dokumentation
  • Partner
  • Kontakt
Loslegen
CONBOOL

Sichere und automatisierte E-Mail-Sicherheit für Unternehmen – einfach, zentral und zuverlässig.

© Copyright 2026 Conbool. Alle Rechte vorbehalten.

Auszeichnungen
  • OMR Leader Badge für E-Mail-Sicherheit
Mitglied bei
  • Bitkom Mitglied – Digitalverband
  • BSI Allianz für Cyber-Sicherheit – Mitglied
Über uns
  • Blog
  • FAQ
  • Partner
  • Kontakt
Produkt
  • SecureMail
  • MailGuard
  • Disclaimer
  • Dokumentation
Add-ins
  • Disclaimer
  • SecureMail
  • SecureFiles
Rechtliches
  • Nutzungsbedingungen
  • Datenschutzerklärung
  • Impressum
Dokumentation
    • Vorlagen
    • Editor
    • Platzhalter
    • Routing
    • Einstellungen
  • Rollen & Berechtigungen

Placeholders

Dynamic placeholders and conditional logic for personalized email signatures.

Personalization & Logic

For a single template to work for the entire company, we use dynamic placeholders and conditional logic.

Inserting Placeholders

Click the { } Placeholders button on the right side of the editor. Here you will find all available variables from two sources:

1. User Data (user.*)

This data comes live from your directory service (Microsoft Entra ID / Azure AD or LDAP). The fields must be maintained in your directory and the integration with Conbool must be set up.

PlaceholderDescriptionExample Value
{user.display_name}Full display nameJohn Smith
{user.given_name}First nameJohn
{user.surname}Last nameSmith
{user.job_title}Job title / positionHead of IT Security
{user.department}DepartmentIT Security
{user.office}Office / locationHamburg, Room 4.12
{user.street}Street address123 Main Street
{user.postal_code}Postal / ZIP code20095
{user.city}CityHamburg
{user.state}State / provinceHamburg
{user.country}CountryGermany
{user.phone}Office phone+49 40 123456-0
{user.mobile}Mobile number+49 170 1234567
{user.fax}Fax number+49 40 123456-99
{user.email}Email addressjohn.smith@company.com
{user.photo_url}Profile photo URLhttps://...

2. Company Data (account.*)

This data is static and is configured under Disclaimer > Settings in Conbool. If your address changes, update it once centrally — all templates update automatically.

Contact Information:

PlaceholderDescriptionExample Value
{account.company_name}Company nameConbool GmbH
{account.brand}Brand nameConbool
{account.street}Street address123 Main Street
{account.postal_code}Postal / ZIP code20095
{account.city}CityHamburg
{account.state}State / provinceHamburg
{account.country}CountryGermany
{account.phone_main}Main phone number+49 40 123456-0
{account.email_main}Main email addressinfo@company.com
{account.website_url}Websitehttps://www.company.com

Legal Information:

PlaceholderDescriptionExample Value
{account.register}Company registerHRB 12345, Hamburg
{account.ust_id}VAT IDDE123456789
{account.representatives}Managing directorsJohn Smith, Jane Doe
{account.supervising_authority}Supervisory authority(if applicable)
{account.legal_footer}Legal footer textRegistered office: Hamburg

3. Custom Placeholders (custom.*)

You can define your own key-value placeholders under Disclaimer > Settings. These are available as {custom.key}.

Example: You create slogan = Secure emails. Simple. — in the template use {custom.slogan}.

4. Embedding Images (asset:)

The asset placeholder lets you embed images (e.g., company logo, campaign banners) directly into the signature.

Syntax: {asset:path/to/image.png} or with dimensions {asset:path/to/image.png|w=150|h=50}

ParameterDescriptionExample
wWidth in pixelsw=150
hHeight in pixelsh=50

Example: {asset:logos/company-logo.png|w=200} displays the logo at 200px width.


The Empty Tag ({ET}) - Hiding Empty Fields

This is one of the most important functions for professional signatures. Often, data is missing for certain employees (e.g., not everyone has an extension or mobile number).

The Problem: If you simply write Mobile: {user.mobile}, the word "Mobile: " remains when the number is missing. This looks unprofessional.

The Solution: Use the Empty Tag ({ET}). Everything between {ET} and {/ET} is completely removed if the placeholder contained within it has no value.

Usage Example

You want to format the mobile number but only display it if it exists:

Input in the Editor: {ET}Mobile: {user.mobile}{/ET}

Result for the Recipient:

  • Employee has a number: "Mobile: +49 170 123456"
  • Employee has NO number: (The line is completely hidden, no gap).

Auf dieser Seite

  1. Personalization & Logic
    1. Inserting Placeholders
    2. The Empty Tag ({ET}) - Hiding Empty Fields