Creating a Marketing Cloud web app
In order to create one of these applications, you will need a pretty strong understanding of development as well as a strong familiarity with Marketing Cloud.
More specifically, to create a web app in Marketing Cloud, you will need the following skills:
- HTML: To create a framework for your frontend.
- CSS: To style your HTML to make the user interface a better user experience.
- JavaScript: To create client-side capabilities and the functionality of your application. You will also likely want to have strong knowledge of jQuery and similar libraries, such as React.js and Node.js.
- Server-side JavaScript (SSJS): To create and use server-side capabilities and functionality to directly interact with servers. AMPscript can also be used, but it is usually much less effective in these situations.
- Knowledge of security headers and defensive validators.
As you may have noticed from the preceding list, the skillset includes both...