Skip to main content
Contributor I
August 8, 2023
Solved

How to Personalize Subject Line with a Possessive Name

  • August 8, 2023
  • 1 reply
  • 518 views

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!

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

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