Eloqua integration in Adobe CQ/AEM | Adobe Higher Education
Skip to main content
Level 2
October 16, 2015
Risolto

Eloqua integration in Adobe CQ/AEM

  • October 16, 2015
  • 1 risposta
  • 957 visualizzazioni

Does any one has integrated Eloqua in CQ? 

Any references are helpful.

Thanks in advance.

-Ramakrishna

Questo argomento è stato chiuso alle risposte.
Migliore risposta di smacdonald2008

Out of the box -- there is no CQ integration. However - with CQ - you can build custom services. 

Looks like Eloqua supports a Restful API. 

http://topliners.eloqua.com/community/code_it/blog/2012/10/14/eloqua-rest-api--getting-started-with-java

You can create a custom AEM service using OSGi that uses these Restful APIs to communicate with Eloqua using Restful requests. 

We have a community article that shows how to build a Restful OSGi service (that consumes a third-party service) within CQ:

 http://helpx.adobe.com/experience-manager/using/restful-services.html

This article invokes a Google Restful web service as an example. In your use case - you can switch Google Restful service with Eloqua.

1 risposta

smacdonald2008
Level 10
October 16, 2015

Out of the box -- there is no CQ integration. However - with CQ - you can build custom services. 

Looks like Eloqua supports a Restful API. 

http://topliners.eloqua.com/community/code_it/blog/2012/10/14/eloqua-rest-api--getting-started-with-java

You can create a custom AEM service using OSGi that uses these Restful APIs to communicate with Eloqua using Restful requests. 

We have a community article that shows how to build a Restful OSGi service (that consumes a third-party service) within CQ:

 http://helpx.adobe.com/experience-manager/using/restful-services.html

This article invokes a Google Restful web service as an example. In your use case - you can switch Google Restful service with Eloqua.