After HTTPGet Command

After HTTPGet Command Prefixing HTTPGet with an After; string will send a request to the specified URL. This command will not output any content in the email. This command is useful as a webhook, to indicate that an email has been sent. NOTE: This command cannot be...

RaiseError

RaiseError This function enables the suppression or cancellation of an email send. It is useful for exception handling in your code, if an unexpected result occurs. Arguments RaiseError(1,2,3,4,5) Ordinal Type Required Description 1 String True Error message to...

Empty Return Handling Options

Empty Return Handling Options If the syndicated content URL returns empty content, the platform assumes there is no syndicated content relevant to the context of the email, and continues the email send. This behavior can be changed by appending a number delimited by a...

GetSocialPublishURL

GetSocialPublishURL This function returns HTML for sharing a predefined region of content using the social network code found in the table below. When a recipient clicks on a social link defined by this function, they are directed to the social network. The default...

Uppercase

Uppercase This function converts all lowercase letters in the specified string to uppercase. Argument Uppercase(1) Ordinal Type Required Description 1 String True String to convert into uppercase Example %%[ var @locale, @localeUpper set @locale =...

GetSocialPublishURLByName

GetSocialPublishURLByName This function returns HTML for sharing a predefined region of content using a social network name found in the table below. When a recipient clicks on a social link defined by this function, they are directed to the social network and the...