-
Among the new features in the Summer ’23 release is a new Recycle Bin for Content Builder. The official docs define this as “a repository for recently deleted items that can be restored to Marketing Cloud.” Essentially this allows you to ‘soft delete’ assets in Content Builder that will remove them from being used in […]
-
This post is going to be about utilizing the REST API to both retrieve and edit/create Automation Notification emails inside of an Automation inside Automation Studio. This is, of course, undocumented, so it is use at your own risk – but it so far has been pretty stable and resilient. If you are new to […]
-
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 […]
-
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 […]
-
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 […]
-
I will give a quick overview on setting up an API integration package and then utilizing it in POSTman.
-
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 […]
-
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 […]