Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Last active February 4, 2020 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuzannamj/6f6b9f6a6b9262a0025948fb3d927f41 to your computer and use it in GitHub Desktop.
Save zuzannamj/6f6b9f6a6b9262a0025948fb3d927f41 to your computer and use it in GitHub Desktop.
%%[
set @firstName = AttributeValue("FirstName")
if empty(@firstName) then
RaiseError("First name missing", true)
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