How to send an HTTP request from one Marketing Cloud page to another
This article explains how to send an HTTP request with AMPscript and server-side Javascript from one Marketing Cloud page to another and display the response.
This article explains how to send an HTTP request with AMPscript and server-side Javascript from one Marketing Cloud page to another and display the response.
This article explains how to retrieve records using complex filters with server-side Javascript in Salesforce Marketing Cloud.
Using server-side Javascript to send Triggered Send emails in Marketing Cloud is a very flexible and simple solution. When compared to the same code made with AMPscript, it appears to be more structured and clear.
Although it’s the common belief that there is no way to easily debug AMPscript and avoid the pesky Error 500, it’s still possible!
Server-side Javascript (SSJS) is a powerful tool in Marketing Cloud. We can use it to our advantage and create Data Extensions on the fly.
In this article, I will show you how to create a Data Extension, fill it up with data and retrieve this data with server-side Javascript.