Getting Started with AEM Forms and Adobe Campaign Standard

formsandcampaign

This tutorial will list the various use cases for integrating AEM Forms with Adobe Campaign Standard(ACS).

ACS has a rich set of API’s exposed which allows ACS to be interfaced with the technology of our choice. In this tutorial, we will concentrate on interfacing AEM Forms with ACS.

To integrate AEM Forms with ACS you will need to follow the following steps:

  • Set up API access on your ACS instance.
  • Create JSON Web Token.
  • Exchange the JSON Web Token with Adobe Identity Management Service for an Access Token.
  • Include this Access Token in Authorization HTTP Header, along with X-API-Key in every request to ACS instance.

To get started please follow the following instructions

On this page