BuildRowsetFromJSON

BuildRowSetFromJSON This function creates a row set from an JSON string. It returns an error or an empty row set if there no matches the specified JSON path. Arguments BuildRowsetFromJSON(1,2,3) Ordinal Type Required Description 1 String True JSON string to parse into...

AttributeValue Empty

Leveraging the AttributeValue and Empty Functions It is good practice to assume that any of the contextual personalization variables/strings in an email or web page might not exist or be blank. If you reference a Profile Attribute or Data Extension column name that...

GetJWTByKeyName

GetJWTByKeyName This function creates a JSON Web Token (JWT) of a JSON formatted payload. The function is similar to GetJWT, but the secret is retrieved from Key Management, instead of being defined as a function argument. Refer to GetJWT for information on JSON Web...

GetJWT

GetJWT This function creates a JSON Web Token (JWT) of a JSON formatted payload. JWT, or JSON Web Token, is an open standard used to share security information between a client and a server. A JWT contains encoded JSON objects, including a set of claims (for example,...

GetSendTime

GetSendTime This function returns the date and time a send starts or the date and time a send has completed for a specific subscriber. The date and time returned is Central Standard Time (CST) without any adjustments for daylight savings. Arguments GetSendTime(1)...

Content Syndication

Overview Content syndication enables content from external, publicly accessible HTTP sources to be included in emails and landing pages. Applications include embedding the following content in emails and landing pages: news feeds dynamically generated content (for...