Use placeholders (like --first_name--
) to personalize your SMS when sending to a saved lead list.
Placeholders are lowercase snake_case wrapped with double dashes:
Placeholder | Meaning | Notes |
---|---|---|
--first_name-- | Lead’s first name | e.g., “Maria” |
--last_name-- | Lead’s last name | e.g., “Lopez” |
--company_name-- | Company / Org | Optional |
--address-- | Street address | Optional |
--city-- | City | Optional |
--state-- | State / Region | Optional |
--zipcode-- | ZIP / Postal | Optional |
--email-- | Optional | |
--phone_number-- | Lead’s phone | Digits-only preferred |
--misc1-- | Custom field 1 | Optional |
--misc2-- | Custom field 2 | Optional |
These map to your lead list columns.
Make sure the column names in your list match exactly.
Hi --first_name--, quick question about your recent inquiry.
If first_name = “Alex” →
Hi Alex, quick question about your recent inquiry.
--first_name--, this is Celerity from MyFreeText. Is --company_name-- still using the 305 line?
If company_name = “Sunshine Dental” →
Alex, this is Celerity from MyFreeText. Is Sunshine Dental still using the 305 line?
Hi --first_name-- (--city--)
If a placeholder is empty for a specific lead, we substitute an empty string.
Hi --first_name--,
might render as Hi ,
. For lists with many blanks, consider “Hi there,”.17865551234
).misc1
/ misc2
for extra merge tokens.misc1
and misc2
columns in your list. Ask support if you need additional columns.first_name
, city
). The names must match exactly.Need help formatting a list or testing a template?
Contact support and include a sample row (no sensitive data).