Before HTTPGet Command

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...

OutputLine

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...

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...

V

V This function outputs the value of a variable. It is commonly used when a variable is defined within a code block and the result is displayed in an email, message or web page. Argument V(1) Ordinal Type Required Description 1 String True Variable value to output...