Email signatures

Variables

Automatically personalize signatures with variables pulled from the profile.

Variables make a single template work for everyone: on send, each variable is replaced with the user's real information. You write {{user.firstName}} once in the template, and everyone sees their own first name.

How it works

  1. In the editor, place your cursor where the information should appear.
  2. Insert a variable from the dedicated panel (or type it manually).
  3. On send, ECARD replaces the variable with the value from the user's profile.

The exact list of available variables is offered in the editor at insertion time. A screenshot of the variables panel helps you find your way around.

Common examples

User-related variables:

  • {{user.firstName}} — first name
  • {{user.lastName}} — last name
  • {{user.email}} — email
  • {{user.jobTitle}} — job title
  • {{user.mobilePhone}} / {{user.officePhone}} — phone numbers

Organization-related variables:

  • {{organization.name}} — organization name

Depending on your setup, other variables (entity, group, social links…) may be available in the editor.

Rendering example

For a template containing:

{{user.firstName}} {{user.lastName}} — {{user.jobTitle}}
{{organization.name}}

Marie Dupont, Sales Director at ECARD, will see:

Marie Dupont — Sales Director
ECARD

Best practices

  • Complete profiles (job title, phone numbers, company) before deploying.
  • Make sure no variable appears "in plain text" in the preview: that means the matching information is empty in the profile.
  • Always prefer a variable over a hard-coded value, to avoid stale information.

Troubleshooting

  • {{user.jobTitle}} shows as-is in the signature → the job title is empty in that person's profile. Fill in the field, then reinstall the signature. See Signature troubleshooting.
  • The signature is out of date → it captures the profile at install time. After a change, reinstall it (or let the Outlook add-in do it automatically).

Going further

On this page