We want to build functionality that allows users to create a page dynamically through a form.
I found this article concerning how to use the Page Manager API but this appears to be for the author instance:
https://helpx.adobe.com/experience-manager/using/aem63_createPage.html
Is there a way to publish pages dynamically?
Thanks in advance for your insight.
A.
Solved! Go to Solution.
Views
Replies
Total Likes
There are multiple solutions to achieve this based on your use case. You can also find reusable code snippets in ACS samples/commons codebase.
http://www.flexibledesigns.rs/activate-a-page-programmatically/ // activate page/assets via specific path
https://www.practicalaem.com/2016/05/04/activate-or-publish-a-page-programmatically/
Interacting with Workflows Programmatically // Trigger activation workflow
Adobe Experience Manager Help | Invoking Adobe Experience Manager Workflows using the AEM Java API
Views
Replies
Total Likes
There are multiple solutions to achieve this based on your use case. You can also find reusable code snippets in ACS samples/commons codebase.
http://www.flexibledesigns.rs/activate-a-page-programmatically/ // activate page/assets via specific path
https://www.practicalaem.com/2016/05/04/activate-or-publish-a-page-programmatically/
Interacting with Workflows Programmatically // Trigger activation workflow
Adobe Experience Manager Help | Invoking Adobe Experience Manager Workflows using the AEM Java API
Views
Replies
Total Likes
Helpful as always, Gaurav. Thank you!
Views
Replies
Total Likes