How to target #first_16 when sending emails

  • rpalmer
    Asked on December 19, 2016 at 5:18 PM

    Hi,

    I want to send emails back to people but only using their First Name not the Full Name. Is this possible?

     

    Thank you

     

  • Ian
    Replied on December 19, 2016 at 8:52 PM

    This is achievable.

    Just use, first and last and append it to the fullname tag. An example using your fullname tag would be:

    {name:first}

    {name:last}

    Hope this helps.