HubSpot Integration Guide
Last updated
In HubSpot, you can find and use personalize tokens:
Open any email in the editor.
Click to edit any text block
At the top-right corner, click ‘Personalize’ to open the menu.
Select the token you want (e.g. First name, City, Lifecycle stage).
In the editor, the token will appear as a closed element, (not the actual token).
To copy the actual token, go to More → Source code. This opens the HTML view.

In the HTML you’ll see the actual token. For example: {{ company.name }}

Copy the token and paste it into the relevant variable in the Blings Connect page.
Step 1: Map personalization tokens
In the Blings app, visit the connect tab.
These are examples of fields you could map:
Name
{{ contact.firstname }}
Company
{{ contact.company }}
Location
{{ contact.city }}
Step 2: Embed in HubSpot
Once field mapping is complete, you can:
Copy the personalized video URL and paste it into any link element (e.g. image or button)

For more info, see HubSpot’s guide
In the case the data is not known, utilize a fallback field: {{ contact.firstname | default("there") }}.
Trigger If/Then Branch in workflows after video‑completed event from Blings.
Last updated

