Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Last active March 4, 2022 04:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuzannamj/610b054f905bf13e7dc81e0fc53bc9e8 to your computer and use it in GitHub Desktop.
Save zuzannamj/610b054f905bf13e7dc81e0fc53bc9e8 to your computer and use it in GitHub Desktop.
%%[
set @firstName = AttributeValue("FirstName")
if empty(@firstName) then
set @greeting = "Valued Customer"
else
set @greeting = @firstName
endif
]%%
<p>Dear %%=v(@greeting)=%%,</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment