RocketResponder Email Tokens
EMAIL TOKENS
Email tokens allow you to insert subscriber information into emails. Tokens can also be used inside links!
##NAME## | The subscriber's first name |
##LAST## | The subscriber's last name |
##FULL## | The subscriber's full name as entered |
##EMAIL## | The subscriber's email address |
##PHONE## | The subscriber's phone number |
##ADDRESS## | The subscriber's mailing address |
##CITY## | The subscriber's city |
##STATE## | The subscriber's state |
##ZIP## | The subscriber's zip code |
##CUSTOM1-10## | 10 custom fields for any information you wish to collect |
DUPLICATE TOKENS
The following tokens also work, and are used for compatability. Nothing worse than coyping an email swipe and forgetting to change the tokens!
##NAME## | {first}, [First Name], {fname}, [first], {name}, [fname], [name], [firstname], ##NAME##, #NAME#, ##FNAME##, [FIRST_NAME], **FIRSTNAME**, **NAME**, (NAME), ( NAME ) (firstname), ###NAME###, ####NAME####, %%NAME%% |
##LAST## | {last}, [Last Name], {lname}, [last], [lname], [lastname], [LAST_NAME], (lname), (lastname), ##LNAME##, ##LASTNAME##, ###LNAME###, ###LASTNAME###, **LNAME**, **LASTNAME** |
##FULL## | {full}, [Full Name], {fullname}, [full], [fname], [fullname], [FULL_NAME], (fname), (fullname), ##FNAME##, ##FULLNAME##, ###FNAME###, ###FULLNAME###, **FNAME**, **FULLNAME** |
##EMAIL## | {email}, [email], [EMAIL], (email), ###EMAIL###, **EMAIL**, %%EMAIL%% |