Email Marketing Tool

AndreaLM
Participant

Adding personalization Token's to HTML using something other than the global value

SOLVE

I'm trying to add a personalization token to an HTML field, with First Name as the contact property, and 'Reader' as the default value.

 

Can someone tell me the proper format to enter this?

I know that for the first name with just a global default I would insert {{contact.firstname}} , but what do I need to add to this to include my own default value?

0 Upvotes
1 Accepted solution
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

Adding personalization Token's to HTML using something other than the global value

SOLVE

Hi @AndreaLM,

 

This would be the format you're looking for:

 

{{ personalization_token('contact.firstname', 'Reader') }}

 

Hope this helps!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

View solution in original post

2 Replies 2
AndreaLM
Participant

Adding personalization Token's to HTML using something other than the global value

SOLVE

@karstenkoehler - Thank you! that worked!

0 Upvotes
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

Adding personalization Token's to HTML using something other than the global value

SOLVE

Hi @AndreaLM,

 

This would be the format you're looking for:

 

{{ personalization_token('contact.firstname', 'Reader') }}

 

Hope this helps!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.