내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AEM 6.5.2 to Mulesoft runtime integration

Avatar

Level 3
Hi, I am new to AEM and need suggestions. We have a requirement where i have to post each notifications in the inbox /libs/cq/workflow/content/inbox/list.json to mulesoft runtime via rest api. I thought of below:
  1. Write a custom maven project and deploy on AEM as package
  2. Edit existing workflows to add a new step which will call this class
  3. When called, this will post a rest api request to mulesoft

Is this a right way to do or do you suggest any other better way. Please let me know.

 

Question posted here as well: https://stackoverflow.com/questions/60445134/aem-6-5-2-to-mulesoft-integration

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

This isn't exactly what you are asking for, but I think this article should point you in the right direction. There is a simple endpoint that will show the inbox of the currently user, but if you use a user from the administrators group, you can see all notifications on the system: http://localhost:4502/bin/workflow/inbox

 

Beyond that, there are APIs outlined in the article below:

https://experienceleaguecommunities.adobe.com/t5/Adobe-Experience-Manager/Getting-the-list-of-Notifi...

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Employee

This isn't exactly what you are asking for, but I think this article should point you in the right direction. There is a simple endpoint that will show the inbox of the currently user, but if you use a user from the administrators group, you can see all notifications on the system: http://localhost:4502/bin/workflow/inbox

 

Beyond that, there are APIs outlined in the article below:

https://experienceleaguecommunities.adobe.com/t5/Adobe-Experience-Manager/Getting-the-list-of-Notifi...