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

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Eloqua integration in Adobe CQ/AEM

Avatar

Level 2

Does any one has integrated Eloqua in CQ? 

Any references are helpful.

Thanks in advance.

-Ramakrishna

1 Accepted Solution

Avatar

Correct answer by
Level 10

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-...

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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-...

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.