Skip to content

Latest commit

 

History

History
executable file
·
34 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

executable file
·
34 lines (22 loc) · 1.33 KB

Adobe Campaign Standard API Playground

Try this simple app to locally run and talk to your Adobe Campaign Standard (ACS) instance!

  1. Setup
  2. Run It!

To set up the playground:

  1. Create a Campaign integration on the Adobe I/O Console. Follow the Campaign configuration instructions. Once created, the details appear similar to those shown below:

screenshot 2017-10-12 16 03 49

  1. Obtain and record your private key.
  2. Clone the repository and update your /cert/secret.key file with the value from your integration on the Adobe I/O Console.

To run the app, execute the following commands:

$ npm install
$ npm start

Browse to https://localhost:3000 and follow the shown instruction. Paste your credentials (which can be found in your I/O integration), and you are ready to start!

screenshot 2017-10-12 16 02 29

Author

License

MIT