Insert dynamic Hubspot ID into email URL?

I want to add a URL to a button within an email that automatically populates the URL with the recipient’s Hubspot ID. How do I do that? It doesn’t seem to be an option when using the personalisation list.

Hi @KSpeakman,

CTAs in the drag and drop email editor do not have the option to add a personalization token from the UI, correct, but they accept the personalization token syntax when you type it in manually.

{{ object.internalpropertylabel }}

You can find the internal property label in the property settings:

To create a token for the record ID, you would type {{ contact.hs_object_id }}

Best regards!