Increase response rates by including personalized demos in your sales outreach.
?user.email=XXX@domain.com
to the end of your existing demo share link. This will tie the stated email to the browser that opens the link.
Be careful not to open the link yourself, as this will identify your own browser as your recipient instead.
You can combine this method with a tool like SalesLoft, Hubspot, Outreach, etc. to add query strings automatically by following the format: navattic-demo-link``?user.email={{EMAIL_VARIABLE}}&user.fullName={{NAME_VARIABLE}}
Take care to use the correct attribute name as these may vary between platforms. Here are a few common examples:
Platform | Value | Attribute Name | Complete query string for outreach |
---|---|---|---|
HubSpot | {{contact.email}} | navattic-demo-link?user.email={{contact.email}} | |
Outreach | {{email}} | navattic-demo-link?user.email={{email}} | |
Salesloft | {{email_address}} | navattic-demo-link?user.email={{email_address}} | |
Pardot | {{Recipient.Email}} | navattic-demo-link?user.email={{Recipient.Email}} |