-
SFMC / SSJS / WSProxy June 2, 2020
This is the third part in an ongoing series, please visit here to read the previous article. This article is intended to give a general overview on SFMC Server-side JavaScript Platform Library and its unique capabilities. Salesforce Marketing Cloud has two distinct libraries for Server-side JavaScript: Platform and Core Library. For this article, we will be concentrating on […]
-
This is the second part in an ongoing series, please visit here to read the first article. This article is intended to give a general overview on SFMC Server-side JavaScript and its unique capabilities. Background First major point to make is that SFMC SSJS is here to stay and in fact may even play a […]
-
As a warning, this article assumes certain knowledge. This link should provide you with any background or refresher information if needed. This is the second article (but only half step forward) in an ongoing series, please visit here to read the first article. This article is intended to give some background on what Server-side JavaScript […]
-
Why do we not talk about it? Marketing Cloud Server-side JavaScript is one of those topics that most people do not like talking about. Most people seem to acknowledge it exists, and then move on to another topic as fast as possible. Why? It is a very powerful language and has a plethora of uses, […]
-
Have you ever had a script activity that just kept running over 30 minutes, but it wouldn’t break into individual pieces well? Its a struggle to find a solution because it’s not like you can easily break out of your loops after a set amount of time, right? Wrong. There are a couple different tricks […]
-
Ever wanted to have your script ‘take a break’ for a minute before continuing? Check out this function for a quick solution.
-
So many people have wanted to check the status or gather relevant Journey information from those they push in. This endpoint may not be the most efficient way, but currently it is one of the easiest ways to get the context and status of each subscriber entered into a Journey. An undocumented endpoint in the […]