-
API / SFMC / SSJS / WSProxy March 20, 2022
There are quite a few different functions that you can use in SSJS to make API calls. The capabilities, ease of use and performance of these vary – meaning there is no single silver bullet preferred function to do API calls…
-
As a follow up to my HowToSFMC article on creating a simple authorization endpoint inside SFMC, I wanted to provide a ‘use-case’ for this endpoint. This article provides educational information and examples and is not intended to be a final product nor are there any guarantees or assumptions made from this information. A big complaint […]
-
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 […]
-
This is the fourth 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 Core 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 the Core Library. Core […]
-
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 […]
-
I will give a quick overview on setting up an API integration package and then utilizing it in POSTman.