Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!

REST API Calling from External Systems to Adobe Campaign Classic (6,7)

Avatar

Level 5

Hi Team,

Please let me know, whether REST API Calling from External Systems to Adobe Campaign Classic (6,7) is feasible or not?

I am aware that SOAP calling is feasible, it would be great if someone shares  documentation for the REST API

with regards,

Richa Chaubey

2 Replies

Avatar

Employee Advisor

Hi Richa,

You can create a JSSP page which can be used to receive JSON requests. Not exaclty a REST call but JSSP will allow you to fire JSON data to campaign.

On the JSSP page you can parse this data and use internal JS code xtk.session.Write to persist data to database.

Regards<
Vipul

Avatar

Level 5

Hi Vipul,

Thanks for replying,

Adding to my query in case of message center soap calls, will the above solution suffice?

with regards,

Richa Chaubey