Skip to main content
Contributor II
October 6, 2022
Solved

Can you add personalized variable in campaign names

  • October 6, 2022
  • 2 replies
  • 199 views

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

This topic has been closed for replies.
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
Partner - Gold
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,

Contributor II
October 7, 2022

Awesome, thank you so much!