-
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 June 29, 2020
This article pulls from an earlier article I made about Script.Util functions in SSJS (Rest API Method in SSJS). An issue many people face when trying to have their systems talk to each other is that if there is not a pre-existing app in SFMC for their service, how do we make them talk to […]
-
Content Builder has a great Send Preview and Test Send process inside the User Interface, but that does not help if you need to automate your previews or test sends. You could utilize some methods I have seen, including creating ‘test’ Data Extensions that have only internal contacts. You then building a Send Definition using […]
-
As many of you may know, I am a big fan of the undocumented REST API endpoints. I do have my first dive into them in my previous post Access Script Activities via API. For this post, I want to highlight the Undocumented API endpoints for Query Activities. I do want to point out that […]
-
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 […]
-
For a long, long time – the only way to do this was to first build the Automation in SOAP API, via the Automation Object, and then build out the file trigger in the ‘FileTrigger’ Object and attach it to the original Automation. It was a very confusing and very buggy endeavor. To this day, […]
-
Usually you are limited to the functions of HTTP GET or HTTP POST in SSJS or AMPscript to send an API call. This severely limits your API capabilities, both internally for Salesforce Marketing Cloud (SFMC) and to any external resource. Is there any way via AMPScript or SSJS to utilize HTTP methods outside of GET […]