-
API / SFMC / SSJS / WSProxy July 28, 2020
This is the fifth part in an ongoing series, please visit here to read the previous article. This article is intended to give a general overview on SFMC SSJS WSProxy and its uses and benefits. What is WSProxy? WS stands for WebSocket which, in a nutshell, provides a way of creating web applications that support […]
-
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 […]
-
API / SFMC / SSJS / WSProxy March 15, 2020
Most of the time, the best method is to just export the data extension and then import it again into All Subscribers. For one time bulk imports, this is by far the most efficient method. Alas, as with any solution in Salesforce Marketing Cloud, it comes with a ton of ‘but’ statements. For instance, what […]
-
API / Data Extensions / SFMC / SSJS / WSProxy December 6, 2019
I have created a more modernized version of this in a different article. I left this article here as a reference should anyone want to take other aspects of it that may not be in the new version. I would highly recommend using the new version I created instead of this one though. A common […]
-
I have seen many people interested in keeping tabs on their Automations all in a single place. This usually involves at least the Automation Name and current status. There are also quite a few other items that can be grabbed as well inside the ‘Automation’ Object and pulled in to your Dashboard. First thing you […]
-
**EDIT** 2019-09-22: Added new function at bottom of article to allow for Sendable and Retention inside DE. Copying a data extension inside the UI of SFMC is not too difficult and can be done via the Wizard. The issue comes in that this is a purely manual process and cannot be automated or programmatic. There […]