Requests - Dynamic links

Vouch Requests support the ability for a respondent’s details to be pre-populated with key details such as nameemail address and even company being added to the Request URL as simple query strings.

Through this feature, not only does it remove the need for end users to manually add these details, but it also allows for brands to get greater visibility around who has started or completed a request.

The parameters which can be added to a Request URL are:

email Email address of the respondent
name Name of the respondent
company Company the respondent works for
url URL of the Company the respondent works for
id Primary Key or Unique Identifier

Added to a Request URL, the URL string looks like the following: {id}  is the Request ID

https://app.vouchfor.com/c/{id}?name=Rebecca Smith&email=rebecca@example.com&company=Example Co&url=example.com

The feature works nicely with the merge tag / dynamic field features offered in most Marketing Platforms and CRMs. To assist with the process we have included below how to generate these respective URLs across some of the more popular tools in the market.

The only value that needs to be changed is the {id}  which should be the id of the Request you are sharing.

You can find the Request ID on your Request Details page. It is represented as a hash under the request name (In the below example it is: KadgF7wKlb)

Marketing Platforms

Outlined below are is how to leverage the dynamic field capability in many major Email Marketing platforms.

ActOn

https://app.vouchfor.com/public/c/{id}?name={{First Name}} {{Last Name}}&email={{E-mail Address}}

Active Campaign

https://app.vouchfor.com/public/c/{id}?name=%FULLNAME%&email=%EMAIL%

Adobe Marketo

https://app.vouchfor.com/public/c/{id}?name={{first_name}} {{last_name}}&email={{lead.Email Address:default=noemail}}

AWeber

https://app.vouchfor.com/public/c/{id}?name={!name}&email={!email}

Bronto

https://app.vouchfor.com/public/c/{id}?name=%%firstname%% %%lastname%%&email=%%contact_email%%

Campaign Monitor

https://app.vouchfor.com/public/c/{id}?name=[fullname]&email=[email]

Constant Contact

https://app.vouchfor.com/public/c/{id}?name=[[firstName]] [[lastName]]&email=[[emailAddress]]

Exact Target / SalesForce Marketing Cloud

https://app.vouchfor.com/public/c/{id}?name=%%FirstName%% %%LastName%%&email=%%emailaddr%%

Hubspot

https://app.vouchfor.com/public/c/{id}?name={{contact.firstname}} {{contact.lastname}}&email={{contact.email}}

Klaviyo

https://app.vouchfor.com/public/c/{id}?name={{ first_name }} {{ last_name }}&email={{ email }}

MailChimp

https://app.vouchfor.com/public/c/{id}?name=*|FNAME|* *|LNAME|*&email=*|EMAIL|*

SalesForce Pardot

https://app.vouchfor.com/public/c/{id}?name={{Recipient.FirstName}} {{Recipient.LastName}}&email={{Recipient.Email}}

Sailthru

https://app.vouchfor.com/public/c/{id}?name={name}&email={email}

Vertical Response

https://app.vouchfor.com/public/c/{id}?name={FIRST_NAME} {LAST_NAME}&email={EMAIL_ADDRESS}

Zendesk

https://app.vouchfor.com/public/c/{id}?name={FIRST_NAME} {LAST_NAME}&email={EMAIL_ADDRESS}