Skip to main content
Solved

Can you add personalized variable in campaign names

  • October 6, 2022
  • 2 replies
  • 144 views

Forum|alt.badge.img+2

Hello, I am wondering if you can add the First Name code in the Subject line for campaigns? 

Best answer by chelsgrove

Hi @lynsey_crew - you can use this - Hey {{ first_name|default:'there' }}, 

You can change the Hey to whatever you would like, and the ‘there’ will show if someone does not have a name so you can change that as well but nice to have something there.

In this example with your name it would say Hey Lynsey,

If someone’s name was not filled it then it would be Hey there,

2 replies

chelsgrove
Partner - Gold
Forum|alt.badge.img+18
  • Partner - Gold
  • 82 replies
  • Answer
  • October 6, 2022

Hi @lynsey_crew - you can use this - Hey {{ first_name|default:'there' }}, 

You can change the Hey to whatever you would like, and the ‘there’ will show if someone does not have a name so you can change that as well but nice to have something there.

In this example with your name it would say Hey Lynsey,

If someone’s name was not filled it then it would be Hey there,


Forum|alt.badge.img+2
  • Author
  • Contributor II
  • 3 replies
  • October 7, 2022

Awesome, thank you so much!