Solved

How to Personalize Subject Line with a Possessive Name

  • 8 August 2023
  • 1 reply
  • 192 views

Badge +2

Hi there!

When sending a campaign, and personalizing the subject line, I insert the code: {{ first_name|default:'there' }} . Is there a way to code it so that the name inserts with an ‘s to make the name possessive?

Thank you!

icon

Best answer by chelsgrove 8 August 2023, 20:57

View original

1 reply

Userlevel 5
Badge +18

@retention I feel like you know the answer to this question, could you do this? {{ first_name|'’s'|default:'there' }}

Reply