Overview
This guide explains how to configure HubSpot so that a dynamic Ad Lookup Link appears inside each contact record.
When a sales representative clicks the link, Visiopt opens automatically with that contact’s email pre-filled.
Prerequisite
You must have:
- Access to a HubSpot account
- Permission to create properties
- Permission to create workflows
- Permission to customize contact record layout (if needed)
Step 1 - Create a Custom Contact Property
First, create a new property that will store the dynamic Ad Lookup link.
Instructions:
- Go to Settings (⚙️)
- Navigate to Properties
- Select Object: Contact
- Click Create property
Configure the property as follows:
- Label: Ad Lookup Link
- Internal name: ad_lookup_link
- Field type: Single-line text
Click Create to save the property.
Step 2 - Create the Workflow
Next, create a workflow that automatically generates the Ad Lookup Link.
Create Workflow
- Go to Automation → Workflows
- Click Create workflow
- Choose From scratch
- Select Contact-based workflow
- Click Next
Step 3 - Add the Correct Trigger
Click Set up triggers
Choose:
- Contact property → Email
Set the condition:
- Email is known
Click Apply filter.
Click Save.
The trigger should only show:
Contact property: Email
Condition: is known
There should be no trigger related to:
- Ad Lookup Link
- Property value changed
- URL equals something
Step 4 - Add the Action
Below the trigger:
- Click the ➕ (Add action) button
- Select Set property value
- Choose property:
- Ad Lookup Link
In the value field, insert:
https://app.visioptdev.com/ad-lookup?email={{ contact.email }}
⚠ Important:
Insert the email using the Personalize button (do not manually type the token).
Click Save.
Final Workflow Structure
Trigger:
Email is known
Action:
Set Ad Lookup Link =
https://app.visioptdev.com/ad-lookup?email={{ contact.email }}
Recommended Setting (Important)
After configuring the trigger:
- Click on the trigger
- Enable Re-enrollment
- Allow re-enrollment when:
- Email changes
This ensures that if the contact’s email is updated, the Ad Lookup Link will automatically update as well.
Step 5 - Turn On the Workflow
Click:
Review and publish → Turn on
After activation:
- Any new contact with an email will automatically receive the Ad Lookup Link.
- Existing contacts can also be enrolled if needed.
How to Use the Ad Lookup Link
Once the property and workflow are set up:
- Open any contact record in HubSpot.
- Navigate to the About this contact section.
- Locate the Ad Lookup Link property.
- Click the link.
You will be redirected to the Visiopt system with the contact’s email pre-filled automatically.
If the Ad Lookup Link Is Not Visible in the Contact Record
If you do not see the Ad Lookup Link property inside the contact record, follow the steps below:
Add the Property from the Contact View
- Open any contact record in HubSpot.
- Navigate to the About this contact section.
- Click the Settings (gear) icon in that section.
- Select Add properties.
- Search for: Ad Lookup Link
- Select the property.
- Click Save.
The Ad Lookup Link will now appear inside the contact record.
Optional - Displaying the Link in the Contact Layout
If the Ad Lookup Link is not visible in the contact record:
To Add It to the Contact View:
- Go to Settings → Objects → Contacts
- Click Record Customization
- Edit the appropriate contact view
- Add the Ad Lookup Link property to the desired section
- Save
Optional - Adding a Custom Card Instead
If you prefer not to display the link inside the “About this contact” section, you can:
- Go to Settings → Objects → Contacts
- Click Record Customization
- Add a new custom card
- Set a card title
- Add the Ad Lookup Link property inside the card
This allows more flexibility in how the link appears within the contact record.
Summary
After completing the above steps:
- A custom property stores the dynamic Ad Lookup URL.
- A workflow automatically generates the link when a contact has an email.
- Sales representatives can click the link directly from the contact record.
- The system redirects to Visiopt with the email pre-filled.
Comments
0 comments
Please sign in to leave a comment.