Yes, that's possible. The syntax for a spelled personalization token is:
{{ object.internal_label_of_property }}
For example, for the email address field, this would result in: {{ contact.email }}
(You can find the internal label in the property settings. Open a property, then click the </> next to the name.)
If you want to create a mail-to link now, those always start with: mailto:
Resulting in a mailto:{{ contact.email }}
Adding this to a hyperlink field would be the approach here. HubSpot tries to recognize mailto links and sometimes does not accept parameters to such a link type that are not a spelled out email address. After adding the above, it's just stripped away or simply not accepted. If you run into this issue, there unfortunately isn't anything you can do about it.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
Yes, that's possible. The syntax for a spelled personalization token is:
{{ object.internal_label_of_property }}
For example, for the email address field, this would result in: {{ contact.email }}
(You can find the internal label in the property settings. Open a property, then click the </> next to the name.)
If you want to create a mail-to link now, those always start with: mailto:
Resulting in a mailto:{{ contact.email }}
Adding this to a hyperlink field would be the approach here. HubSpot tries to recognize mailto links and sometimes does not accept parameters to such a link type that are not a spelled out email address. After adding the above, it's just stripped away or simply not accepted. If you run into this issue, there unfortunately isn't anything you can do about it.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer