Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

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