by Adam Spriggs | Sep 27, 2025 | Book
HTTPPostWithRetry Similar to the HTTPPost2 function, this posts content to a defined, publicly accessible URL, but it also provides some retry options. Arguments HTTPPostWithRetry(1,2,3,4,5,6,7,8,[9a,9b]...) Ordinal Type Required Description 1 String True URL endpoint...
by Adam Spriggs | Jul 8, 2023 | Book
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...
by Adam Spriggs | Jan 17, 2023 | Book
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...
by Adam Spriggs | Jun 12, 2022 | Book
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...
by Adam Spriggs | Jun 12, 2022 | Book
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,...
by Adam Spriggs | Nov 29, 2019 | Book
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)...