Expand my Community achievements bar.

SOLVED

Asking for some help with integrating Workfront with Experience Fragments(XF)

Avatar

Level 1

Hello AEM Community,

I'm currently working on integrating Workfront Fusion with AEM Experience Fragments. After reviewing several documents, it seems there are no readily available APIs for connecting Workfront with Experience Fragments. Has anyone attempted this integration before? Any insights or resources you could share would be greatly appreciated. Thanks in advance!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi, 


I think you are right; there are no APIs to manipulate XF. One option is to create your own 'service' servlet[1] in AEM that creates the XF in the way you need, and then invoke it via Workfront Fusion using the HTTP module[2]

 

[1]. https://experienceleague.adobe.com/en/docs/experience-manager-learn/forms/creating-your-first-osgi-b... 

https://medium.com/@toimrank/aem-sling-servlet-ca9e5926a384 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/creating-experience-fragme...

[2] https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-fusion/fusion-apps-and-mo... 

 

Hope this helps



Esteban Bustamante

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Hi, 


I think you are right; there are no APIs to manipulate XF. One option is to create your own 'service' servlet[1] in AEM that creates the XF in the way you need, and then invoke it via Workfront Fusion using the HTTP module[2]

 

[1]. https://experienceleague.adobe.com/en/docs/experience-manager-learn/forms/creating-your-first-osgi-b... 

https://medium.com/@toimrank/aem-sling-servlet-ca9e5926a384 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/creating-experience-fragme...

[2] https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-fusion/fusion-apps-and-mo... 

 

Hope this helps



Esteban Bustamante

Avatar

Level 8

@harshak11490245  suggest to create a custom servlet that provide JSON response  and called via fusion HTTP module  refer below page for servlet example code 

https://medium.com/exadel-digital-marketing-technology-practice/aem-experience-fragments-consuming-o...

I have developed servlet based on this, I am able to get the response as well. Thank you very much.

Avatar

Administrator

@harshak11490245 Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni