by dev | Apr 21, 2018 | Book
Before HTTPGet Command Prefixing HTTPGet with a Before; string will retrieve the content once, at the beginning of an email send. Username or Email Password Remember me Lost your password? Not a subscriber? Subscribe now. Example %%Before;HTTPGet...
by dev | Apr 21, 2018 | Book
OutputLine This function is similar to the Output function, but it inserts a line feed character after the result. This function is convenient when there is a requirement to output multiple functions results from a code block, as each result will be displayed on a...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
GetPublishedSocialContent This function returns previous Social Content specified by the Region ID. Argument GetPublishedSocialContent(1) Ordinal Type Required Description 1 Number True Region ID of the Social Content Area to return NOTE: This function is not...
by dev | Apr 21, 2018 | Book
Trim This function removes the leading and trailing spaces from the specified string. Argument Trim(1) Ordinal Type Required Description 1 String True String value to trim Example 1 %%[ var @firstName var @firstNameTrimmed set @firstName = AttributeValue("FirstName")...
by dev | Apr 21, 2018 | Book
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...