Skip to main content
Solved

How to Personalize Subject Line with a Possessive Name

  • August 8, 2023
  • 1 reply
  • 478 views

Forum|alt.badge.img+4

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!

Best answer by chelsgrove

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

1 reply

chelsgrove
Partner - Gold
Forum|alt.badge.img+18
  • Partner - Gold
  • 82 replies
  • Answer
  • August 8, 2023

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