Developer Mode Banner

vCard Mapping

Dynasend’s vCard Mapping function allows you to map your fields into the vCard (.VCF) file that is automatically produced by Dynasend. The resulting vCard, when opened in Outlook, can look somethign like this:

email signature vcard

The vCard Mapping screen looks like this (but with a lot more fields):

email signature vcard mapping

You’ll populate the fields with your Liquid variables, for example:


{{ full_name }}       {{ title }}       {{ company }}

The code to put into your HTML to open the .VCF file is:


<a href="{{ signatures.vcf.url }}">vCard</a>

The fields map as shown here:

email signature vcard fields