Sender Data Strings

Sender Data Strings String Description Example Output replyname The email From name, retrieved from the Sender Information in the Sender Profile, or the selected user profile Limedash Corporation replyemailaddress The email From email address, retrieved from the...

Statements

Statements The if statement allows the conditional evaluation of one or more expressions, which, if it evaluates to true, will process the block of code within it. An if statement, at a minimum, must contain three elements: an opening if statement a then statement...

Email URL Data Strings

Email URL Data Strings String Description Example Output view_email_url URL to view the email http://view.s6.exacttarget.com/?qs=17f9ecc7fcd5... ftaf_url URL to a Forward to a Friend form page http://view.s6.exacttarget.com/ftaf.aspx?qs=17f9ecce47fcd......

Comparison Operators

Comparison Operators Comparison operators are used to compare two values, or operands. The result of the evaluation will return a Boolean result. There are six comparison operators available in AMPscript. The operands need to be the same type; for example, string,...

MobileConnect Data Strings

MobileConnect Data Strings MobileConnect messages use nouns and verbs. A verb is a keyword used in a Mobile Originated (MO) message. Nouns are strings that appear after the keyword. In the example below, OFFER is the keyword, or verb, of the message and Curt Harris...

Logical Operators

Logical Operators While Comparison Operators can only compare two values, logical operators can be used to join multiple conditions. Two types of operators are supported; or and and. Two or more logical operators can be used to evaluate an expression. NOTE: when using...