DecryptSymmetric

DecryptSymmetric This function decrypts a string with the specified algorithm and qualifiers. Arguments DecryptSymmetric(1,2,3,4,5,6,7,8) Ordinal Type Required Description 1 String True String to decrypt 2 String True Algorithm used to decrypt the string. Valid values...

UpsertDE

UpsertDE This function adds or updates the Data Extension row referenced in the column and value arguments. Values updated are specified with column name and value pairs. If no record matches the values specified, a new row is added. This function does not return a...

EncryptSymmetric

EncryptSymmetric This function encrypts a string with the specified algorithm and qualifiers. Outputs a Base64 encoded value. Arguments EncryptSymmetric(1,2,3,4,5,6,7,8) Ordinal Type Required Description 1 String True String to encrypt 2 String True Algorithm used to...

InvokeUpdate

InvokeUpdate This function executes an update on the instantiated Marketing Cloud API Object. It returns a status code, message and an error code. API error codes are outlined in the official documentation. Arguments InvokeUpdate(1,2,3,4) Ordinal Type Required...

ContentImageByID

ContentImageByID This function returns an HTML img tag with the specified Content Builder image. It also sets the title, alt, border and thid attributes on the img tag. The title and alt values are set to the name of the image as defined in Content Builder. The border...

ExecuteFilter

ExecuteFilter This function executes the specified Data Extension Data Filter and returns a row set. Argument ExecuteFilter(1) Ordinal Type Required Description 1 String True Customer/External Key of the Data Filter to execute NOTE: This function only works in a...